Shades of Cerulean Blue #3162CC
Tints of Cerulean Blue #3162CC
RGB
CMYK
RGB Variations
Color information
#3162CC (or 0x3162CC) is known color: Cerulean Blue. HEX triplet: 31, 62 and CC. RGB value is (49,98,204). Sum of RGB (Red+Green+Blue) = 49+98+204=351 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.96% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 204 (80.08% from 255 or 58.12% from 351); Max value from RGB is 204 - color contains mainly: blue. Hex color #3162CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162CC is #CE9D33. Grayscale: #5E5E5E. Windows color (decimal): -13540660 or 13394481. OLE color: 13394481.
HSL color Cylindrical-coordinate representation of color #3162CC: hue angle of 221.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3162CC is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 98 | 204 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.2 |
| HSL | 221.03º | 0.61% | 0.5% | - |
| HSV(B) | 221.03º | 0.76% | 0.8% | - |
| XYZ | 16.53 | 13.75 | 58.91 | - |
| YUV | 95.43 | 189.27 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 204 | 0.76 | 0.52 | 0 | 0.2 | 221.03 | 0.61 | 0.5 |
| Hex | 31 | 62 | CC | 4C | 34 | 0 | 14 | DD | 3D | 32 |
| Octal | 61 | 142 | 314 | 114 | 64 | 0 | 24 | 335 | 75 | 62 |
| Binary | 110001 | 1100010 | 11001100 | 1001100 | 110100 | 0 | 10100 | 11011101 | 111101 | 110010 |
Color Harmonies of #3162CC
Complementary color
Monochromatic Colors of #3162CC
Black with #3162CC
Text Example
Text Example
White with #3162CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162CC; }
p { color: rgb(49,98,204); }
H1.HeaderClassName
{
color: #3162CC;
}
.AnyTagClassName
{
color: #3162CC;
}
</style>
background-color css
<style>
a { background-color: #3162CC; }
a { background-color: rgb(49,98,204); }
div.DivClassName
{
background-color: #3162CC;
}
.BgClassName
{
background-color: #3162CC;
}
</style>
border-color css
<style>
span { border-color: #3162CC; }
span { border-color: rgb(49,98,204); }
td.TdClassName
{
border-color: #3162CC;
}
.TagClassName
{
border-color: #3162CC;
}
</style>