Shades of Navy Blue #034EFF
Tints of Navy Blue #034EFF
RGB
CMYK
RGB Variations
Color information
#034EFF (or 0x034EFF) is known color: Navy Blue. HEX triplet: 03, 4E and FF. RGB value is (3,78,255). Sum of RGB (Red+Green+Blue) = 3+78+255=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #034EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034EFF is #FCB100. Grayscale: #4A4A4A. Windows color (decimal): -16560385 or 16731651. OLE color: 16731651.
HSL color Cylindrical-coordinate representation of color #034EFF: hue angle of 222.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EFF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 78 | 255 | - |
| CMYK | 0.99 | 0.69 | 0 | 0 |
| HSL | 222.14º | 1% | 0.51% | - |
| HSV(B) | 222.14º | 0.99% | 1% | - |
| XYZ | 20.81 | 12.69 | 95.96 | - |
| YUV | 75.75 | 229.15 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 255 | 0.99 | 0.69 | 0 | 0 | 222.14 | 1 | 0.51 |
| Hex | 3 | 4E | FF | 63 | 45 | 0 | 0 | DE | 64 | 33 |
| Octal | 3 | 116 | 377 | 143 | 105 | 0 | 0 | 336 | 144 | 63 |
| Binary | 11 | 1001110 | 11111111 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #034EFF
Complementary color
Monochromatic Colors of #034EFF
Black with #034EFF
Text Example
Text Example
White with #034EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EFF; }
p { color: rgb(3,78,255); }
H1.HeaderClassName
{
color: #034EFF;
}
.AnyTagClassName
{
color: #034EFF;
}
</style>
background-color css
<style>
a { background-color: #034EFF; }
a { background-color: rgb(3,78,255); }
div.DivClassName
{
background-color: #034EFF;
}
.BgClassName
{
background-color: #034EFF;
}
</style>
border-color css
<style>
span { border-color: #034EFF; }
span { border-color: rgb(3,78,255); }
td.TdClassName
{
border-color: #034EFF;
}
.TagClassName
{
border-color: #034EFF;
}
</style>