Shades of Navy Blue #034EE2
Tints of Navy Blue #034EE2
RGB
CMYK
RGB Variations
Color information
#034EE2 (or 0x034EE2) is known color: Navy Blue. HEX triplet: 03, 4E and E2. RGB value is (3,78,226). Sum of RGB (Red+Green+Blue) = 3+78+226=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 78 (30.86% from 255 or 25.41% from 307); Blue value is 226 (88.67% from 255 or 73.62% from 307); Max value from RGB is 226 - color contains mainly: blue. Hex color #034EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EE2 is #FCB11D. Grayscale: #474747. Windows color (decimal): -16560414 or 14831107. OLE color: 14831107.
HSL color Cylindrical-coordinate representation of color #034EE2: hue angle of 219.82º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EE2 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 78 | 226 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.11 |
| HSL | 219.82º | 0.97% | 0.45% | - |
| HSV(B) | 219.82º | 0.99% | 0.89% | - |
| XYZ | 16.49 | 10.96 | 73.2 | - |
| YUV | 72.45 | 214.65 | 78.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 226 | 0.99 | 0.65 | 0 | 0.11 | 219.82 | 0.97 | 0.45 |
| Hex | 3 | 4E | E2 | 63 | 41 | 0 | B | DC | 61 | 2D |
| Octal | 3 | 116 | 342 | 143 | 101 | 0 | 13 | 334 | 141 | 55 |
| Binary | 11 | 1001110 | 11100010 | 1100011 | 1000001 | 0 | 1011 | 11011100 | 1100001 | 101101 |
Color Harmonies of #034EE2
Complementary color
Monochromatic Colors of #034EE2
Black with #034EE2
Text Example
Text Example
White with #034EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EE2; }
p { color: rgb(3,78,226); }
H1.HeaderClassName
{
color: #034EE2;
}
.AnyTagClassName
{
color: #034EE2;
}
</style>
background-color css
<style>
a { background-color: #034EE2; }
a { background-color: rgb(3,78,226); }
div.DivClassName
{
background-color: #034EE2;
}
.BgClassName
{
background-color: #034EE2;
}
</style>
border-color css
<style>
span { border-color: #034EE2; }
span { border-color: rgb(3,78,226); }
td.TdClassName
{
border-color: #034EE2;
}
.TagClassName
{
border-color: #034EE2;
}
</style>