Shades of Navy Blue #034FFE
Tints of Navy Blue #034FFE
RGB
CMYK
RGB Variations
Color information
#034FFE (or 0x034FFE) is known color: Navy Blue. HEX triplet: 03, 4F and FE. RGB value is (3,79,254). Sum of RGB (Red+Green+Blue) = 3+79+254=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 254 (99.61% from 255 or 75.60% from 336); Max value from RGB is 254 - color contains mainly: blue. Hex color #034FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FFE is #FCB001. Grayscale: #4B4B4B. Windows color (decimal): -16560130 or 16666371. OLE color: 16666371.
HSL color Cylindrical-coordinate representation of color #034FFE: hue angle of 221.83º 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 #034FFE is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 79 | 254 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.00 |
| HSL | 221.83º | 0.99% | 0.5% | - |
| HSV(B) | 221.83º | 0.99% | 1% | - |
| XYZ | 20.72 | 12.77 | 95.14 | - |
| YUV | 76.23 | 228.32 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 254 | 0.99 | 0.69 | 0 | 0.00 | 221.83 | 0.99 | 0.5 |
| Hex | 3 | 4F | FE | 63 | 45 | 0 | 0 | DE | 63 | 32 |
| Octal | 3 | 117 | 376 | 143 | 105 | 0 | 0 | 336 | 143 | 62 |
| Binary | 11 | 1001111 | 11111110 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100011 | 110010 |
Color Harmonies of #034FFE
Complementary color
Monochromatic Colors of #034FFE
Black with #034FFE
Text Example
Text Example
White with #034FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FFE; }
p { color: rgb(3,79,254); }
H1.HeaderClassName
{
color: #034FFE;
}
.AnyTagClassName
{
color: #034FFE;
}
</style>
background-color css
<style>
a { background-color: #034FFE; }
a { background-color: rgb(3,79,254); }
div.DivClassName
{
background-color: #034FFE;
}
.BgClassName
{
background-color: #034FFE;
}
</style>
border-color css
<style>
span { border-color: #034FFE; }
span { border-color: rgb(3,79,254); }
td.TdClassName
{
border-color: #034FFE;
}
.TagClassName
{
border-color: #034FFE;
}
</style>