Shades of Cerulean #0377AB
Tints of Cerulean #0377AB
RGB
CMYK
RGB Variations
Color information
#0377AB (or 0x0377AB) is known color: Cerulean. HEX triplet: 03, 77 and AB. RGB value is (3,119,171). Sum of RGB (Red+Green+Blue) = 3+119+171=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #0377AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0377AB is #FC8854. Grayscale: #595959. Windows color (decimal): -16549973 or 11237123. OLE color: 11237123.
HSL color Cylindrical-coordinate representation of color #0377AB: hue angle of 198.57º 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 #0377AB is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 119 | 171 | - |
| CMYK | 0.98 | 0.30 | 0 | 0.33 |
| HSL | 198.57º | 0.97% | 0.34% | - |
| HSV(B) | 198.57º | 0.98% | 0.67% | - |
| XYZ | 13.99 | 16.15 | 40.91 | - |
| YUV | 90.24 | 173.57 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 171 | 0.98 | 0.30 | 0 | 0.33 | 198.57 | 0.97 | 0.34 |
| Hex | 3 | 77 | AB | 62 | 1E | 0 | 21 | C7 | 61 | 22 |
| Octal | 3 | 167 | 253 | 142 | 36 | 0 | 41 | 307 | 141 | 42 |
| Binary | 11 | 1110111 | 10101011 | 1100010 | 11110 | 0 | 100001 | 11000111 | 1100001 | 100010 |
Color Harmonies of #0377AB
Complementary color
Monochromatic Colors of #0377AB
Black with #0377AB
Text Example
Text Example
White with #0377AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377AB; }
p { color: rgb(3,119,171); }
H1.HeaderClassName
{
color: #0377AB;
}
.AnyTagClassName
{
color: #0377AB;
}
</style>
background-color css
<style>
a { background-color: #0377AB; }
a { background-color: rgb(3,119,171); }
div.DivClassName
{
background-color: #0377AB;
}
.BgClassName
{
background-color: #0377AB;
}
</style>
border-color css
<style>
span { border-color: #0377AB; }
span { border-color: rgb(3,119,171); }
td.TdClassName
{
border-color: #0377AB;
}
.TagClassName
{
border-color: #0377AB;
}
</style>