Shades of Navy Blue #034FE2
Tints of Navy Blue #034FE2
RGB
CMYK
RGB Variations
Color information
#034FE2 (or 0x034FE2) is known color: Navy Blue. HEX triplet: 03, 4F and E2. RGB value is (3,79,226). Sum of RGB (Red+Green+Blue) = 3+79+226=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 226 (88.67% from 255 or 73.38% from 308); Max value from RGB is 226 - color contains mainly: blue. Hex color #034FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FE2 is #FCB01D. Grayscale: #484848. Windows color (decimal): -16560158 or 14831363. OLE color: 14831363.
HSL color Cylindrical-coordinate representation of color #034FE2: hue angle of 219.55º 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 #034FE2 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 79 | 226 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.11 |
| HSL | 219.55º | 0.97% | 0.45% | - |
| HSV(B) | 219.55º | 0.99% | 0.89% | - |
| XYZ | 16.56 | 11.1 | 73.22 | - |
| YUV | 73.03 | 214.32 | 78.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 226 | 0.99 | 0.65 | 0 | 0.11 | 219.55 | 0.97 | 0.45 |
| Hex | 3 | 4F | E2 | 63 | 41 | 0 | B | DC | 61 | 2D |
| Octal | 3 | 117 | 342 | 143 | 101 | 0 | 13 | 334 | 141 | 55 |
| Binary | 11 | 1001111 | 11100010 | 1100011 | 1000001 | 0 | 1011 | 11011100 | 1100001 | 101101 |
Color Harmonies of #034FE2
Complementary color
Monochromatic Colors of #034FE2
Black with #034FE2
Text Example
Text Example
White with #034FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FE2; }
p { color: rgb(3,79,226); }
H1.HeaderClassName
{
color: #034FE2;
}
.AnyTagClassName
{
color: #034FE2;
}
</style>
background-color css
<style>
a { background-color: #034FE2; }
a { background-color: rgb(3,79,226); }
div.DivClassName
{
background-color: #034FE2;
}
.BgClassName
{
background-color: #034FE2;
}
</style>
border-color css
<style>
span { border-color: #034FE2; }
span { border-color: rgb(3,79,226); }
td.TdClassName
{
border-color: #034FE2;
}
.TagClassName
{
border-color: #034FE2;
}
</style>