Shades of Dark Cerulean #034D8A
Tints of Dark Cerulean #034D8A
RGB
CMYK
RGB Variations
Color information
#034D8A (or 0x034D8A) is known color: Dark Cerulean. HEX triplet: 03, 4D and 8A. RGB value is (3,77,138). Sum of RGB (Red+Green+Blue) = 3+77+138=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #034D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D8A is #FCB275. Grayscale: #3D3D3D. Windows color (decimal): -16560758 or 9063683. OLE color: 9063683.
HSL color Cylindrical-coordinate representation of color #034D8A: hue angle of 207.11º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D8A is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 77 | 138 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.46 |
| HSL | 207.11º | 0.96% | 0.28% | - |
| HSV(B) | 207.11º | 0.98% | 0.54% | - |
| XYZ | 7.28 | 7.16 | 25.04 | - |
| YUV | 61.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 138 | 0.98 | 0.44 | 0 | 0.46 | 207.11 | 0.96 | 0.28 |
| Hex | 3 | 4D | 8A | 62 | 2C | 0 | 2E | CF | 60 | 1C |
| Octal | 3 | 115 | 212 | 142 | 54 | 0 | 56 | 317 | 140 | 34 |
| Binary | 11 | 1001101 | 10001010 | 1100010 | 101100 | 0 | 101110 | 11001111 | 1100000 | 11100 |
Color Harmonies of #034D8A
Complementary color
Monochromatic Colors of #034D8A
Black with #034D8A
Text Example
Text Example
White with #034D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034D8A; }
p { color: rgb(3,77,138); }
H1.HeaderClassName
{
color: #034D8A;
}
.AnyTagClassName
{
color: #034D8A;
}
</style>
background-color css
<style>
a { background-color: #034D8A; }
a { background-color: rgb(3,77,138); }
div.DivClassName
{
background-color: #034D8A;
}
.BgClassName
{
background-color: #034D8A;
}
</style>
border-color css
<style>
span { border-color: #034D8A; }
span { border-color: rgb(3,77,138); }
td.TdClassName
{
border-color: #034D8A;
}
.TagClassName
{
border-color: #034D8A;
}
</style>