Shades of Navy Blue #034ED2
Tints of Navy Blue #034ED2
RGB
CMYK
RGB Variations
Color information
#034ED2 (or 0x034ED2) is known color: Navy Blue. HEX triplet: 03, 4E and D2. RGB value is (3,78,210). Sum of RGB (Red+Green+Blue) = 3+78+210=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 210 (82.42% from 255 or 72.16% from 291); Max value from RGB is 210 - color contains mainly: blue. Hex color #034ED2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ED2 is #FCB12D. Grayscale: #464646. Windows color (decimal): -16560430 or 13782531. OLE color: 13782531.
HSL color Cylindrical-coordinate representation of color #034ED2: hue angle of 218.26º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ED2 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 78 | 210 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.18 |
| HSL | 218.26º | 0.97% | 0.42% | - |
| HSV(B) | 218.26º | 0.99% | 0.82% | - |
| XYZ | 14.39 | 10.12 | 62.17 | - |
| YUV | 70.62 | 206.65 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 210 | 0.99 | 0.63 | 0 | 0.18 | 218.26 | 0.97 | 0.42 |
| Hex | 3 | 4E | D2 | 63 | 3F | 0 | 12 | DA | 61 | 2A |
| Octal | 3 | 116 | 322 | 143 | 77 | 0 | 22 | 332 | 141 | 52 |
| Binary | 11 | 1001110 | 11010010 | 1100011 | 111111 | 0 | 10010 | 11011010 | 1100001 | 101010 |
Color Harmonies of #034ED2
Complementary color
Monochromatic Colors of #034ED2
Black with #034ED2
Text Example
Text Example
White with #034ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ED2; }
p { color: rgb(3,78,210); }
H1.HeaderClassName
{
color: #034ED2;
}
.AnyTagClassName
{
color: #034ED2;
}
</style>
background-color css
<style>
a { background-color: #034ED2; }
a { background-color: rgb(3,78,210); }
div.DivClassName
{
background-color: #034ED2;
}
.BgClassName
{
background-color: #034ED2;
}
</style>
border-color css
<style>
span { border-color: #034ED2; }
span { border-color: rgb(3,78,210); }
td.TdClassName
{
border-color: #034ED2;
}
.TagClassName
{
border-color: #034ED2;
}
</style>