Shades of Navy Blue #034EEA
Tints of Navy Blue #034EEA
RGB
CMYK
RGB Variations
Color information
#034EEA (or 0x034EEA) is known color: Navy Blue. HEX triplet: 03, 4E and EA. RGB value is (3,78,234). Sum of RGB (Red+Green+Blue) = 3+78+234=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 234 (91.80% from 255 or 74.29% from 315); Max value from RGB is 234 - color contains mainly: blue. Hex color #034EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034EEA is #FCB115. Grayscale: #484848. Windows color (decimal): -16560406 or 15355395. OLE color: 15355395.
HSL color Cylindrical-coordinate representation of color #034EEA: hue angle of 220.52º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EEA is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 78 | 234 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.08 |
| HSL | 220.52º | 0.97% | 0.46% | - |
| HSV(B) | 220.52º | 0.99% | 0.92% | - |
| XYZ | 17.61 | 11.41 | 79.12 | - |
| YUV | 73.36 | 218.65 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 234 | 0.99 | 0.67 | 0 | 0.08 | 220.52 | 0.97 | 0.46 |
| Hex | 3 | 4E | EA | 63 | 43 | 0 | 8 | DD | 61 | 2E |
| Octal | 3 | 116 | 352 | 143 | 103 | 0 | 10 | 335 | 141 | 56 |
| Binary | 11 | 1001110 | 11101010 | 1100011 | 1000011 | 0 | 1000 | 11011101 | 1100001 | 101110 |
Color Harmonies of #034EEA
Complementary color
Monochromatic Colors of #034EEA
Black with #034EEA
Text Example
Text Example
White with #034EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EEA; }
p { color: rgb(3,78,234); }
H1.HeaderClassName
{
color: #034EEA;
}
.AnyTagClassName
{
color: #034EEA;
}
</style>
background-color css
<style>
a { background-color: #034EEA; }
a { background-color: rgb(3,78,234); }
div.DivClassName
{
background-color: #034EEA;
}
.BgClassName
{
background-color: #034EEA;
}
</style>
border-color css
<style>
span { border-color: #034EEA; }
span { border-color: rgb(3,78,234); }
td.TdClassName
{
border-color: #034EEA;
}
.TagClassName
{
border-color: #034EEA;
}
</style>