Shades of Cerulean #0373AA
Tints of Cerulean #0373AA
RGB
CMYK
RGB Variations
Color information
#0373AA (or 0x0373AA) is known color: Cerulean. HEX triplet: 03, 73 and AA. RGB value is (3,115,170). Sum of RGB (Red+Green+Blue) = 3+115+170=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #0373AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0373AA is #FC8C55. Grayscale: #575757. Windows color (decimal): -16550998 or 11170563. OLE color: 11170563.
HSL color Cylindrical-coordinate representation of color #0373AA: hue angle of 199.76º 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 #0373AA is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 115 | 170 | - |
| CMYK | 0.98 | 0.32 | 0 | 0.33 |
| HSL | 199.76º | 0.97% | 0.34% | - |
| HSV(B) | 199.76º | 0.98% | 0.67% | - |
| XYZ | 13.42 | 15.18 | 40.25 | - |
| YUV | 87.78 | 174.39 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 170 | 0.98 | 0.32 | 0 | 0.33 | 199.76 | 0.97 | 0.34 |
| Hex | 3 | 73 | AA | 62 | 20 | 0 | 21 | C8 | 61 | 22 |
| Octal | 3 | 163 | 252 | 142 | 40 | 0 | 41 | 310 | 141 | 42 |
| Binary | 11 | 1110011 | 10101010 | 1100010 | 100000 | 0 | 100001 | 11001000 | 1100001 | 100010 |
Color Harmonies of #0373AA
Complementary color
Monochromatic Colors of #0373AA
Black with #0373AA
Text Example
Text Example
White with #0373AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373AA; }
p { color: rgb(3,115,170); }
H1.HeaderClassName
{
color: #0373AA;
}
.AnyTagClassName
{
color: #0373AA;
}
</style>
background-color css
<style>
a { background-color: #0373AA; }
a { background-color: rgb(3,115,170); }
div.DivClassName
{
background-color: #0373AA;
}
.BgClassName
{
background-color: #0373AA;
}
</style>
border-color css
<style>
span { border-color: #0373AA; }
span { border-color: rgb(3,115,170); }
td.TdClassName
{
border-color: #0373AA;
}
.TagClassName
{
border-color: #0373AA;
}
</style>