Shades of Cerulean #0370AB
Tints of Cerulean #0370AB
RGB
CMYK
RGB Variations
Color information
#0370AB (or 0x0370AB) is known color: Cerulean. HEX triplet: 03, 70 and AB. RGB value is (3,112,171). Sum of RGB (Red+Green+Blue) = 3+112+171=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #0370AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0370AB is #FC8F54. Grayscale: #555555. Windows color (decimal): -16551765 or 11235331. OLE color: 11235331.
HSL color Cylindrical-coordinate representation of color #0370AB: hue angle of 201.07º 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 #0370AB is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 112 | 171 | - |
| CMYK | 0.98 | 0.35 | 0 | 0.33 |
| HSL | 201.07º | 0.97% | 0.34% | - |
| HSV(B) | 201.07º | 0.98% | 0.67% | - |
| XYZ | 13.18 | 14.55 | 40.64 | - |
| YUV | 86.14 | 175.89 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 112 | 171 | 0.98 | 0.35 | 0 | 0.33 | 201.07 | 0.97 | 0.34 |
| Hex | 3 | 70 | AB | 62 | 23 | 0 | 21 | C9 | 61 | 22 |
| Octal | 3 | 160 | 253 | 142 | 43 | 0 | 41 | 311 | 141 | 42 |
| Binary | 11 | 1110000 | 10101011 | 1100010 | 100011 | 0 | 100001 | 11001001 | 1100001 | 100010 |
Color Harmonies of #0370AB
Complementary color
Monochromatic Colors of #0370AB
Black with #0370AB
Text Example
Text Example
White with #0370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0370AB; }
p { color: rgb(3,112,171); }
H1.HeaderClassName
{
color: #0370AB;
}
.AnyTagClassName
{
color: #0370AB;
}
</style>
background-color css
<style>
a { background-color: #0370AB; }
a { background-color: rgb(3,112,171); }
div.DivClassName
{
background-color: #0370AB;
}
.BgClassName
{
background-color: #0370AB;
}
</style>
border-color css
<style>
span { border-color: #0370AB; }
span { border-color: rgb(3,112,171); }
td.TdClassName
{
border-color: #0370AB;
}
.TagClassName
{
border-color: #0370AB;
}
</style>