Shades of Dark Cerulean #003B7E
Tints of Dark Cerulean #003B7E
RGB
CMYK
RGB Variations
Color information
#003B7E (or 0x003B7E) is known color: Dark Cerulean. HEX triplet: 00, 3B and 7E. RGB value is (0,59,126). Sum of RGB (Red+Green+Blue) = 0+59+126=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 126 (49.61% from 255 or 68.11% from 185); Max value from RGB is 126 - color contains mainly: blue. Hex color #003B7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003B7E is #FFC481. Grayscale: #303030. Windows color (decimal): -16761986 or 8272640. OLE color: 8272640.
HSL color Cylindrical-coordinate representation of color #003B7E: hue angle of 211.9º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B7E is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 59 | 126 | - |
| CMYK | 1 | 0.53 | 0 | 0.51 |
| HSL | 211.9º | 1% | 0.25% | - |
| HSV(B) | 211.9º | 1% | 0.49% | - |
| XYZ | 5.33 | 4.63 | 20.35 | - |
| YUV | 49 | 171.45 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 126 | 1 | 0.53 | 0 | 0.51 | 211.9 | 1 | 0.25 |
| Hex | 0 | 3B | 7E | 64 | 35 | 0 | 33 | D4 | 64 | 19 |
| Octal | 0 | 73 | 176 | 144 | 65 | 0 | 63 | 324 | 144 | 31 |
| Binary | 0 | 111011 | 1111110 | 1100100 | 110101 | 0 | 110011 | 11010100 | 1100100 | 11001 |
Color Harmonies of #003B7E
Complementary color
Monochromatic Colors of #003B7E
Black with #003B7E
Text Example
Text Example
White with #003B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B7E; }
p { color: rgb(0,59,126); }
H1.HeaderClassName
{
color: #003B7E;
}
.AnyTagClassName
{
color: #003B7E;
}
</style>
background-color css
<style>
a { background-color: #003B7E; }
a { background-color: rgb(0,59,126); }
div.DivClassName
{
background-color: #003B7E;
}
.BgClassName
{
background-color: #003B7E;
}
</style>
border-color css
<style>
span { border-color: #003B7E; }
span { border-color: rgb(0,59,126); }
td.TdClassName
{
border-color: #003B7E;
}
.TagClassName
{
border-color: #003B7E;
}
</style>