Shades of Dark Cerulean #034E7D
Tints of Dark Cerulean #034E7D
RGB
CMYK
RGB Variations
Color information
#034E7D (or 0x034E7D) is known color: Dark Cerulean. HEX triplet: 03, 4E and 7D. RGB value is (3,78,125). Sum of RGB (Red+Green+Blue) = 3+78+125=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 78 (30.86% from 255 or 37.86% from 206); Blue value is 125 (49.22% from 255 or 60.68% from 206); Max value from RGB is 125 - color contains mainly: blue. Hex color #034E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034E7D is #FCB182. Grayscale: #3C3C3C. Windows color (decimal): -16560515 or 8211971. OLE color: 8211971.
HSL color Cylindrical-coordinate representation of color #034E7D: hue angle of 203.11º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E7D is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 78 | 125 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.51 |
| HSL | 203.11º | 0.95% | 0.25% | - |
| HSV(B) | 203.11º | 0.98% | 0.49% | - |
| XYZ | 6.46 | 6.95 | 20.4 | - |
| YUV | 60.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 125 | 0.98 | 0.38 | 0 | 0.51 | 203.11 | 0.95 | 0.25 |
| Hex | 3 | 4E | 7D | 62 | 26 | 0 | 33 | CB | 5F | 19 |
| Octal | 3 | 116 | 175 | 142 | 46 | 0 | 63 | 313 | 137 | 31 |
| Binary | 11 | 1001110 | 1111101 | 1100010 | 100110 | 0 | 110011 | 11001011 | 1011111 | 11001 |
Color Harmonies of #034E7D
Complementary color
Monochromatic Colors of #034E7D
Black with #034E7D
Text Example
Text Example
White with #034E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E7D; }
p { color: rgb(3,78,125); }
H1.HeaderClassName
{
color: #034E7D;
}
.AnyTagClassName
{
color: #034E7D;
}
</style>
background-color css
<style>
a { background-color: #034E7D; }
a { background-color: rgb(3,78,125); }
div.DivClassName
{
background-color: #034E7D;
}
.BgClassName
{
background-color: #034E7D;
}
</style>
border-color css
<style>
span { border-color: #034E7D; }
span { border-color: rgb(3,78,125); }
td.TdClassName
{
border-color: #034E7D;
}
.TagClassName
{
border-color: #034E7D;
}
</style>