Shades of Cerulean Blue #3162CE
Tints of Cerulean Blue #3162CE
RGB
CMYK
RGB Variations
Color information
#3162CE (or 0x3162CE) is known color: Cerulean Blue. HEX triplet: 31, 62 and CE. RGB value is (49,98,206). Sum of RGB (Red+Green+Blue) = 49+98+206=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #3162CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162CE is #CE9D31. Grayscale: #5F5F5F. Windows color (decimal): -13540658 or 13525553. OLE color: 13525553.
HSL color Cylindrical-coordinate representation of color #3162CE: hue angle of 221.27º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3162CE is Cyan = 0.76, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 98 | 206 | - |
| CMYK | 0.76 | 0.52 | 0 | 0.19 |
| HSL | 221.27º | 0.62% | 0.5% | - |
| HSV(B) | 221.27º | 0.76% | 0.81% | - |
| XYZ | 16.77 | 13.84 | 60.18 | - |
| YUV | 95.66 | 190.27 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 98 | 206 | 0.76 | 0.52 | 0 | 0.19 | 221.27 | 0.62 | 0.5 |
| Hex | 31 | 62 | CE | 4C | 34 | 0 | 13 | DD | 3E | 32 |
| Octal | 61 | 142 | 316 | 114 | 64 | 0 | 23 | 335 | 76 | 62 |
| Binary | 110001 | 1100010 | 11001110 | 1001100 | 110100 | 0 | 10011 | 11011101 | 111110 | 110010 |
Color Harmonies of #3162CE
Complementary color
Monochromatic Colors of #3162CE
Black with #3162CE
Text Example
Text Example
White with #3162CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3162CE; }
p { color: rgb(49,98,206); }
H1.HeaderClassName
{
color: #3162CE;
}
.AnyTagClassName
{
color: #3162CE;
}
</style>
background-color css
<style>
a { background-color: #3162CE; }
a { background-color: rgb(49,98,206); }
div.DivClassName
{
background-color: #3162CE;
}
.BgClassName
{
background-color: #3162CE;
}
</style>
border-color css
<style>
span { border-color: #3162CE; }
span { border-color: rgb(49,98,206); }
td.TdClassName
{
border-color: #3162CE;
}
.TagClassName
{
border-color: #3162CE;
}
</style>