Shades of Dark Cerulean #034290
Tints of Dark Cerulean #034290
RGB
CMYK
RGB Variations
Color information
#034290 (or 0x034290) is known color: Dark Cerulean. HEX triplet: 03, 42 and 90. RGB value is (3,66,144). Sum of RGB (Red+Green+Blue) = 3+66+144=213 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.41% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #034290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034290 is #FCBD6F. Grayscale: #373737. Windows color (decimal): -16563568 or 9454083. OLE color: 9454083.
HSL color Cylindrical-coordinate representation of color #034290: hue angle of 213.19º 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 #034290 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 66 | 144 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.44 |
| HSL | 213.19º | 0.96% | 0.29% | - |
| HSV(B) | 213.19º | 0.98% | 0.56% | - |
| XYZ | 7.02 | 5.93 | 27.16 | - |
| YUV | 56.06 | 177.63 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 66 | 144 | 0.98 | 0.54 | 0 | 0.44 | 213.19 | 0.96 | 0.29 |
| Hex | 3 | 42 | 90 | 62 | 36 | 0 | 2C | D5 | 60 | 1D |
| Octal | 3 | 102 | 220 | 142 | 66 | 0 | 54 | 325 | 140 | 35 |
| Binary | 11 | 1000010 | 10010000 | 1100010 | 110110 | 0 | 101100 | 11010101 | 1100000 | 11101 |
Color Harmonies of #034290
Complementary color
Monochromatic Colors of #034290
Black with #034290
Text Example
Text Example
White with #034290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034290; }
p { color: rgb(3,66,144); }
H1.HeaderClassName
{
color: #034290;
}
.AnyTagClassName
{
color: #034290;
}
</style>
background-color css
<style>
a { background-color: #034290; }
a { background-color: rgb(3,66,144); }
div.DivClassName
{
background-color: #034290;
}
.BgClassName
{
background-color: #034290;
}
</style>
border-color css
<style>
span { border-color: #034290; }
span { border-color: rgb(3,66,144); }
td.TdClassName
{
border-color: #034290;
}
.TagClassName
{
border-color: #034290;
}
</style>