Shades of Navy Blue #034EFE
Tints of Navy Blue #034EFE
RGB
CMYK
RGB Variations
Color information
#034EFE (or 0x034EFE) is known color: Navy Blue. HEX triplet: 03, 4E and FE. RGB value is (3,78,254). Sum of RGB (Red+Green+Blue) = 3+78+254=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 254 (99.61% from 255 or 75.82% from 335); Max value from RGB is 254 - color contains mainly: blue. Hex color #034EFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034EFE is #FCB101. Grayscale: #4A4A4A. Windows color (decimal): -16560386 or 16666115. OLE color: 16666115.
HSL color Cylindrical-coordinate representation of color #034EFE: hue angle of 222.07º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EFE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 78 | 254 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.00 |
| HSL | 222.07º | 0.99% | 0.5% | - |
| HSV(B) | 222.07º | 0.99% | 1% | - |
| XYZ | 20.65 | 12.62 | 95.11 | - |
| YUV | 75.64 | 228.65 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 254 | 0.99 | 0.69 | 0 | 0.00 | 222.07 | 0.99 | 0.5 |
| Hex | 3 | 4E | FE | 63 | 45 | 0 | 0 | DE | 63 | 32 |
| Octal | 3 | 116 | 376 | 143 | 105 | 0 | 0 | 336 | 143 | 62 |
| Binary | 11 | 1001110 | 11111110 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110010 |
Color Harmonies of #034EFE
Complementary color
Monochromatic Colors of #034EFE
Black with #034EFE
Text Example
Text Example
White with #034EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EFE; }
p { color: rgb(3,78,254); }
H1.HeaderClassName
{
color: #034EFE;
}
.AnyTagClassName
{
color: #034EFE;
}
</style>
background-color css
<style>
a { background-color: #034EFE; }
a { background-color: rgb(3,78,254); }
div.DivClassName
{
background-color: #034EFE;
}
.BgClassName
{
background-color: #034EFE;
}
</style>
border-color css
<style>
span { border-color: #034EFE; }
span { border-color: rgb(3,78,254); }
td.TdClassName
{
border-color: #034EFE;
}
.TagClassName
{
border-color: #034EFE;
}
</style>