Shades of Dark Cerulean #034E90
Tints of Dark Cerulean #034E90
RGB
CMYK
RGB Variations
Color information
#034E90 (or 0x034E90) is known color: Dark Cerulean. HEX triplet: 03, 4E and 90. RGB value is (3,78,144). Sum of RGB (Red+Green+Blue) = 3+78+144=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #034E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034E90 is #FCB16F. Grayscale: #3E3E3E. Windows color (decimal): -16560496 or 9457155. OLE color: 9457155.
HSL color Cylindrical-coordinate representation of color #034E90: hue angle of 208.09º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034E90 is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 78 | 144 | - |
| CMYK | 0.98 | 0.46 | 0 | 0.44 |
| HSL | 208.09º | 0.96% | 0.29% | - |
| HSV(B) | 208.09º | 0.98% | 0.56% | - |
| XYZ | 7.8 | 7.48 | 27.42 | - |
| YUV | 63.1 | 173.65 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 144 | 0.98 | 0.46 | 0 | 0.44 | 208.09 | 0.96 | 0.29 |
| Hex | 3 | 4E | 90 | 62 | 2E | 0 | 2C | D0 | 60 | 1D |
| Octal | 3 | 116 | 220 | 142 | 56 | 0 | 54 | 320 | 140 | 35 |
| Binary | 11 | 1001110 | 10010000 | 1100010 | 101110 | 0 | 101100 | 11010000 | 1100000 | 11101 |
Color Harmonies of #034E90
Complementary color
Monochromatic Colors of #034E90
Black with #034E90
Text Example
Text Example
White with #034E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034E90; }
p { color: rgb(3,78,144); }
H1.HeaderClassName
{
color: #034E90;
}
.AnyTagClassName
{
color: #034E90;
}
</style>
background-color css
<style>
a { background-color: #034E90; }
a { background-color: rgb(3,78,144); }
div.DivClassName
{
background-color: #034E90;
}
.BgClassName
{
background-color: #034E90;
}
</style>
border-color css
<style>
span { border-color: #034E90; }
span { border-color: rgb(3,78,144); }
td.TdClassName
{
border-color: #034E90;
}
.TagClassName
{
border-color: #034E90;
}
</style>