Shades of Cerulean #0377A4
Tints of Cerulean #0377A4
RGB
CMYK
RGB Variations
Color information
#0377A4 (or 0x0377A4) is known color: Cerulean. HEX triplet: 03, 77 and A4. RGB value is (3,119,164). Sum of RGB (Red+Green+Blue) = 3+119+164=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #0377A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0377A4 is #FC885B. Grayscale: #595959. Windows color (decimal): -16549980 or 10778371. OLE color: 10778371.
HSL color Cylindrical-coordinate representation of color #0377A4: hue angle of 196.77º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0377A4 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 3 | 119 | 164 | - |
| CMYK | 0.98 | 0.27 | 0 | 0.36 |
| HSL | 196.77º | 0.96% | 0.33% | - |
| HSV(B) | 196.77º | 0.98% | 0.64% | - |
| XYZ | 13.34 | 15.89 | 37.49 | - |
| YUV | 89.45 | 170.07 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 119 | 164 | 0.98 | 0.27 | 0 | 0.36 | 196.77 | 0.96 | 0.33 |
| Hex | 3 | 77 | A4 | 62 | 1B | 0 | 24 | C5 | 60 | 21 |
| Octal | 3 | 167 | 244 | 142 | 33 | 0 | 44 | 305 | 140 | 41 |
| Binary | 11 | 1110111 | 10100100 | 1100010 | 11011 | 0 | 100100 | 11000101 | 1100000 | 100001 |
Color Harmonies of #0377A4
Complementary color
Monochromatic Colors of #0377A4
Black with #0377A4
Text Example
Text Example
White with #0377A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0377A4; }
p { color: rgb(3,119,164); }
H1.HeaderClassName
{
color: #0377A4;
}
.AnyTagClassName
{
color: #0377A4;
}
</style>
background-color css
<style>
a { background-color: #0377A4; }
a { background-color: rgb(3,119,164); }
div.DivClassName
{
background-color: #0377A4;
}
.BgClassName
{
background-color: #0377A4;
}
</style>
border-color css
<style>
span { border-color: #0377A4; }
span { border-color: rgb(3,119,164); }
td.TdClassName
{
border-color: #0377A4;
}
.TagClassName
{
border-color: #0377A4;
}
</style>