Shades of Cerulean #0373AB
Tints of Cerulean #0373AB
RGB
CMYK
RGB Variations
Color information
#0373AB (or 0x0373AB) is known color: Cerulean. HEX triplet: 03, 73 and AB. RGB value is (3,115,171). Sum of RGB (Red+Green+Blue) = 3+115+171=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #0373AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0373AB is #FC8C54. Grayscale: #575757. Windows color (decimal): -16550997 or 11236099. OLE color: 11236099.
HSL color Cylindrical-coordinate representation of color #0373AB: hue angle of 200º 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 #0373AB is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 115 | 171 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.33 |
| HSL | 200º | 0.97% | 0.34% | - |
| HSV(B) | 200º | 0.98% | 0.67% | - |
| XYZ | 13.52 | 15.22 | 40.75 | - |
| YUV | 87.9 | 174.89 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 171 | 0.98 | 0.33 | 0 | 0.33 | 200 | 0.97 | 0.34 |
| Hex | 3 | 73 | AB | 62 | 21 | 0 | 21 | C8 | 61 | 22 |
| Octal | 3 | 163 | 253 | 142 | 41 | 0 | 41 | 310 | 141 | 42 |
| Binary | 11 | 1110011 | 10101011 | 1100010 | 100001 | 0 | 100001 | 11001000 | 1100001 | 100010 |
Color Harmonies of #0373AB
Complementary color
Monochromatic Colors of #0373AB
Black with #0373AB
Text Example
Text Example
White with #0373AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0373AB; }
p { color: rgb(3,115,171); }
H1.HeaderClassName
{
color: #0373AB;
}
.AnyTagClassName
{
color: #0373AB;
}
</style>
background-color css
<style>
a { background-color: #0373AB; }
a { background-color: rgb(3,115,171); }
div.DivClassName
{
background-color: #0373AB;
}
.BgClassName
{
background-color: #0373AB;
}
</style>
border-color css
<style>
span { border-color: #0373AB; }
span { border-color: rgb(3,115,171); }
td.TdClassName
{
border-color: #0373AB;
}
.TagClassName
{
border-color: #0373AB;
}
</style>