Shades of Dark Cerulean #003A76
Tints of Dark Cerulean #003A76
RGB
CMYK
RGB Variations
Color information
#003A76 (or 0x003A76) is known color: Dark Cerulean. HEX triplet: 00, 3A and 76. RGB value is (0,58,118). Sum of RGB (Red+Green+Blue) = 0+58+118=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #003A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003A76 is #FFC589. Grayscale: #2F2F2F. Windows color (decimal): -16762250 or 7748096. OLE color: 7748096.
HSL color Cylindrical-coordinate representation of color #003A76: hue angle of 210.51º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003A76 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 58 | 118 | - |
| CMYK | 1 | 0.51 | 0 | 0.54 |
| HSL | 210.51º | 1% | 0.23% | - |
| HSV(B) | 210.51º | 1% | 0.46% | - |
| XYZ | 4.78 | 4.33 | 17.72 | - |
| YUV | 47.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 58 | 118 | 1 | 0.51 | 0 | 0.54 | 210.51 | 1 | 0.23 |
| Hex | 0 | 3A | 76 | 64 | 33 | 0 | 36 | D3 | 64 | 17 |
| Octal | 0 | 72 | 166 | 144 | 63 | 0 | 66 | 323 | 144 | 27 |
| Binary | 0 | 111010 | 1110110 | 1100100 | 110011 | 0 | 110110 | 11010011 | 1100100 | 10111 |
Color Harmonies of #003A76
Complementary color
Monochromatic Colors of #003A76
Black with #003A76
Text Example
Text Example
White with #003A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003A76; }
p { color: rgb(0,58,118); }
H1.HeaderClassName
{
color: #003A76;
}
.AnyTagClassName
{
color: #003A76;
}
</style>
background-color css
<style>
a { background-color: #003A76; }
a { background-color: rgb(0,58,118); }
div.DivClassName
{
background-color: #003A76;
}
.BgClassName
{
background-color: #003A76;
}
</style>
border-color css
<style>
span { border-color: #003A76; }
span { border-color: rgb(0,58,118); }
td.TdClassName
{
border-color: #003A76;
}
.TagClassName
{
border-color: #003A76;
}
</style>