Network Utilities

IP Lookup, CIDR Calculator, MAC Address Lookup, and Port Number Lookup

Subnet Calculator

Here's the subnet information about the given CIDR.
Subnet Range 3.233.242.0 through 3.233.242.255
Subnet Size 256 IPs
Netmask 255.255.255.0
Bitmask 24
API Call

Get JSON results via command line with either curl or wget.

Try it:
curl "https://steamr.com/?q=3.233.242.67/24"

{
    "start": "3.233.242.0",
    "end": "3.233.242.255",
    "bits": 24,
    "netmask": "255.255.255.0",
    "size": 256
}