Shades of Dark Cerulean #003B76
Tints of Dark Cerulean #003B76
RGB
CMYK
RGB Variations
Color information
#003B76 (or 0x003B76) is known color: Dark Cerulean. HEX triplet: 00, 3B and 76. RGB value is (0,59,118). Sum of RGB (Red+Green+Blue) = 0+59+118=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 59 (23.44% from 255 or 33.33% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #003B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B76 is #FFC489. Grayscale: #2F2F2F. Windows color (decimal): -16761994 or 7748352. OLE color: 7748352.
HSL color Cylindrical-coordinate representation of color #003B76: hue angle of 210º 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 #003B76 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 0 | 59 | 118 | - |
| CMYK | 1 | 0.50 | 0 | 0.54 |
| HSL | 210º | 1% | 0.23% | - |
| HSV(B) | 210º | 1% | 0.46% | - |
| XYZ | 4.83 | 4.44 | 17.74 | - |
| YUV | 48.09 | 167.45 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 118 | 1 | 0.50 | 0 | 0.54 | 210 | 1 | 0.23 |
| Hex | 0 | 3B | 76 | 64 | 32 | 0 | 36 | D2 | 64 | 17 |
| Octal | 0 | 73 | 166 | 144 | 62 | 0 | 66 | 322 | 144 | 27 |
| Binary | 0 | 111011 | 1110110 | 1100100 | 110010 | 0 | 110110 | 11010010 | 1100100 | 10111 |
Color Harmonies of #003B76
Complementary color
Monochromatic Colors of #003B76
Black with #003B76
Text Example
Text Example
White with #003B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B76; }
p { color: rgb(0,59,118); }
H1.HeaderClassName
{
color: #003B76;
}
.AnyTagClassName
{
color: #003B76;
}
</style>
background-color css
<style>
a { background-color: #003B76; }
a { background-color: rgb(0,59,118); }
div.DivClassName
{
background-color: #003B76;
}
.BgClassName
{
background-color: #003B76;
}
</style>
border-color css
<style>
span { border-color: #003B76; }
span { border-color: rgb(0,59,118); }
td.TdClassName
{
border-color: #003B76;
}
.TagClassName
{
border-color: #003B76;
}
</style>