Shades of Dark Cerulean #003A77
Tints of Dark Cerulean #003A77
RGB
CMYK
RGB Variations
Color information
#003A77 (or 0x003A77) is known color: Dark Cerulean. HEX triplet: 00, 3A and 77. RGB value is (0,58,119). Sum of RGB (Red+Green+Blue) = 0+58+119=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #003A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A77 is #FFC588. Grayscale: #2F2F2F. Windows color (decimal): -16762249 or 7813632. OLE color: 7813632.
HSL color Cylindrical-coordinate representation of color #003A77: hue angle of 210.76º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A77 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 58 | 119 | - |
| CMYK | 1 | 0.51 | 0 | 0.53 |
| HSL | 210.76º | 1% | 0.23% | - |
| HSV(B) | 210.76º | 1% | 0.47% | - |
| XYZ | 4.84 | 4.36 | 18.04 | - |
| YUV | 47.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 119 | 1 | 0.51 | 0 | 0.53 | 210.76 | 1 | 0.23 |
| Hex | 0 | 3A | 77 | 64 | 33 | 0 | 35 | D3 | 64 | 17 |
| Octal | 0 | 72 | 167 | 144 | 63 | 0 | 65 | 323 | 144 | 27 |
| Binary | 0 | 111010 | 1110111 | 1100100 | 110011 | 0 | 110101 | 11010011 | 1100100 | 10111 |
Color Harmonies of #003A77
Complementary color
Monochromatic Colors of #003A77
Black with #003A77
Text Example
Text Example
White with #003A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A77; }
p { color: rgb(0,58,119); }
H1.HeaderClassName
{
color: #003A77;
}
.AnyTagClassName
{
color: #003A77;
}
</style>
background-color css
<style>
a { background-color: #003A77; }
a { background-color: rgb(0,58,119); }
div.DivClassName
{
background-color: #003A77;
}
.BgClassName
{
background-color: #003A77;
}
</style>
border-color css
<style>
span { border-color: #003A77; }
span { border-color: rgb(0,58,119); }
td.TdClassName
{
border-color: #003A77;
}
.TagClassName
{
border-color: #003A77;
}
</style>