Shades of Cerulean #0372AB
Tints of Cerulean #0372AB
RGB
CMYK
RGB Variations
Color information
#0372AB (or 0x0372AB) is known color: Cerulean. HEX triplet: 03, 72 and AB. RGB value is (3,114,171). Sum of RGB (Red+Green+Blue) = 3+114+171=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #0372AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0372AB is #FC8D54. Grayscale: #565656. Windows color (decimal): -16551253 or 11235843. OLE color: 11235843.
HSL color Cylindrical-coordinate representation of color #0372AB: hue angle of 200.36º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0372AB is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 114 | 171 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.33 |
| HSL | 200.36º | 0.97% | 0.34% | - |
| HSV(B) | 200.36º | 0.98% | 0.67% | - |
| XYZ | 13.41 | 14.99 | 40.72 | - |
| YUV | 87.31 | 175.23 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 114 | 171 | 0.98 | 0.33 | 0 | 0.33 | 200.36 | 0.97 | 0.34 |
| Hex | 3 | 72 | AB | 62 | 21 | 0 | 21 | C8 | 61 | 22 |
| Octal | 3 | 162 | 253 | 142 | 41 | 0 | 41 | 310 | 141 | 42 |
| Binary | 11 | 1110010 | 10101011 | 1100010 | 100001 | 0 | 100001 | 11001000 | 1100001 | 100010 |
Color Harmonies of #0372AB
Complementary color
Monochromatic Colors of #0372AB
Black with #0372AB
Text Example
Text Example
White with #0372AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0372AB; }
p { color: rgb(3,114,171); }
H1.HeaderClassName
{
color: #0372AB;
}
.AnyTagClassName
{
color: #0372AB;
}
</style>
background-color css
<style>
a { background-color: #0372AB; }
a { background-color: rgb(3,114,171); }
div.DivClassName
{
background-color: #0372AB;
}
.BgClassName
{
background-color: #0372AB;
}
</style>
border-color css
<style>
span { border-color: #0372AB; }
span { border-color: rgb(3,114,171); }
td.TdClassName
{
border-color: #0372AB;
}
.TagClassName
{
border-color: #0372AB;
}
</style>