Shades of Cerulean #0377AA
Tints of Cerulean #0377AA
RGB
CMYK
RGB Variations
Color information
#0377AA (or 0x0377AA) is known color: Cerulean. HEX triplet: 03, 77 and AA. RGB value is (3,119,170). Sum of RGB (Red+Green+Blue) = 3+119+170=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 170 (66.80% from 255 or 58.22% from 292); Max value from RGB is 170 - color contains mainly: blue. Hex color #0377AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0377AA is #FC8855. Grayscale: #595959. Windows color (decimal): -16549974 or 11171587. OLE color: 11171587.
HSL color Cylindrical-coordinate representation of color #0377AA: hue angle of 198.32º 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 #0377AA is Cyan = 0.98, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 3 | 119 | 170 | - |
| CMYK | 0.98 | 0.3 | 0 | 0.33 |
| HSL | 198.32º | 0.97% | 0.34% | - |
| HSV(B) | 198.32º | 0.98% | 0.67% | - |
| XYZ | 13.89 | 16.12 | 40.41 | - |
| YUV | 90.13 | 173.07 | 65.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 170 | 0.98 | 0.3 | 0 | 0.33 | 198.32 | 0.97 | 0.34 |
| Hex | 3 | 77 | AA | 62 | 1E | 0 | 21 | C6 | 61 | 22 |
| Octal | 3 | 167 | 252 | 142 | 36 | 0 | 41 | 306 | 141 | 42 |
| Binary | 11 | 1110111 | 10101010 | 1100010 | 11110 | 0 | 100001 | 11000110 | 1100001 | 100010 |
Color Harmonies of #0377AA
Complementary color
Monochromatic Colors of #0377AA
Black with #0377AA
Text Example
Text Example
White with #0377AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377AA; }
p { color: rgb(3,119,170); }
H1.HeaderClassName
{
color: #0377AA;
}
.AnyTagClassName
{
color: #0377AA;
}
</style>
background-color css
<style>
a { background-color: #0377AA; }
a { background-color: rgb(3,119,170); }
div.DivClassName
{
background-color: #0377AA;
}
.BgClassName
{
background-color: #0377AA;
}
</style>
border-color css
<style>
span { border-color: #0377AA; }
span { border-color: rgb(3,119,170); }
td.TdClassName
{
border-color: #0377AA;
}
.TagClassName
{
border-color: #0377AA;
}
</style>