Shades of Dark Cerulean #034A90
Tints of Dark Cerulean #034A90
RGB
CMYK
RGB Variations
Color information
#034A90 (or 0x034A90) is known color: Dark Cerulean. HEX triplet: 03, 4A and 90. RGB value is (3,74,144). Sum of RGB (Red+Green+Blue) = 3+74+144=221 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #034A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A90 is #FCB56F. Grayscale: #3C3C3C. Windows color (decimal): -16561520 or 9456131. OLE color: 9456131.
HSL color Cylindrical-coordinate representation of color #034A90: hue angle of 209.79º 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 #034A90 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 74 | 144 | - |
| CMYK | 0.98 | 0.49 | 0 | 0.44 |
| HSL | 209.79º | 0.96% | 0.29% | - |
| HSV(B) | 209.79º | 0.98% | 0.56% | - |
| XYZ | 7.52 | 6.93 | 27.33 | - |
| YUV | 60.75 | 174.98 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 144 | 0.98 | 0.49 | 0 | 0.44 | 209.79 | 0.96 | 0.29 |
| Hex | 3 | 4A | 90 | 62 | 31 | 0 | 2C | D2 | 60 | 1D |
| Octal | 3 | 112 | 220 | 142 | 61 | 0 | 54 | 322 | 140 | 35 |
| Binary | 11 | 1001010 | 10010000 | 1100010 | 110001 | 0 | 101100 | 11010010 | 1100000 | 11101 |
Color Harmonies of #034A90
Complementary color
Monochromatic Colors of #034A90
Black with #034A90
Text Example
Text Example
White with #034A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A90; }
p { color: rgb(3,74,144); }
H1.HeaderClassName
{
color: #034A90;
}
.AnyTagClassName
{
color: #034A90;
}
</style>
background-color css
<style>
a { background-color: #034A90; }
a { background-color: rgb(3,74,144); }
div.DivClassName
{
background-color: #034A90;
}
.BgClassName
{
background-color: #034A90;
}
</style>
border-color css
<style>
span { border-color: #034A90; }
span { border-color: rgb(3,74,144); }
td.TdClassName
{
border-color: #034A90;
}
.TagClassName
{
border-color: #034A90;
}
</style>