Shades of Dark Cerulean #034D8D
Tints of Dark Cerulean #034D8D
RGB
CMYK
RGB Variations
Color information
#034D8D (or 0x034D8D) is known color: Dark Cerulean. HEX triplet: 03, 4D and 8D. RGB value is (3,77,141). Sum of RGB (Red+Green+Blue) = 3+77+141=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #034D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D8D is #FCB272. Grayscale: #3D3D3D. Windows color (decimal): -16560755 or 9260291. OLE color: 9260291.
HSL color Cylindrical-coordinate representation of color #034D8D: hue angle of 207.83º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D8D is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 77 | 141 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.45 |
| HSL | 207.83º | 0.96% | 0.28% | - |
| HSV(B) | 207.83º | 0.98% | 0.55% | - |
| XYZ | 7.5 | 7.25 | 26.2 | - |
| YUV | 62.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 141 | 0.98 | 0.45 | 0 | 0.45 | 207.83 | 0.96 | 0.28 |
| Hex | 3 | 4D | 8D | 62 | 2D | 0 | 2D | D0 | 60 | 1C |
| Octal | 3 | 115 | 215 | 142 | 55 | 0 | 55 | 320 | 140 | 34 |
| Binary | 11 | 1001101 | 10001101 | 1100010 | 101101 | 0 | 101101 | 11010000 | 1100000 | 11100 |
Color Harmonies of #034D8D
Complementary color
Monochromatic Colors of #034D8D
Black with #034D8D
Text Example
Text Example
White with #034D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D8D; }
p { color: rgb(3,77,141); }
H1.HeaderClassName
{
color: #034D8D;
}
.AnyTagClassName
{
color: #034D8D;
}
</style>
background-color css
<style>
a { background-color: #034D8D; }
a { background-color: rgb(3,77,141); }
div.DivClassName
{
background-color: #034D8D;
}
.BgClassName
{
background-color: #034D8D;
}
</style>
border-color css
<style>
span { border-color: #034D8D; }
span { border-color: rgb(3,77,141); }
td.TdClassName
{
border-color: #034D8D;
}
.TagClassName
{
border-color: #034D8D;
}
</style>