Shades of Navy Blue #034FFF
Tints of Navy Blue #034FFF
RGB
CMYK
RGB Variations
Color information
#034FFF (or 0x034FFF) is known color: Navy Blue. HEX triplet: 03, 4F and FF. RGB value is (3,79,255). Sum of RGB (Red+Green+Blue) = 3+79+255=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 255 (100% from 255 or 75.67% from 337); Max value from RGB is 255 - color contains mainly: blue. Hex color #034FFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034FFF is #FCB000. Grayscale: #4B4B4B. Windows color (decimal): -16560129 or 16731907. OLE color: 16731907.
HSL color Cylindrical-coordinate representation of color #034FFF: hue angle of 221.9º 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 #034FFF is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 79 | 255 | - |
| CMYK | 0.99 | 0.69 | 0 | 0 |
| HSL | 221.9º | 1% | 0.51% | - |
| HSV(B) | 221.9º | 0.99% | 1% | - |
| XYZ | 20.88 | 12.83 | 95.98 | - |
| YUV | 76.34 | 228.82 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 79 | 255 | 0.99 | 0.69 | 0 | 0 | 221.9 | 1 | 0.51 |
| Hex | 3 | 4F | FF | 63 | 45 | 0 | 0 | DE | 64 | 33 |
| Octal | 3 | 117 | 377 | 143 | 105 | 0 | 0 | 336 | 144 | 63 |
| Binary | 11 | 1001111 | 11111111 | 1100011 | 1000101 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #034FFF
Complementary color
Monochromatic Colors of #034FFF
Black with #034FFF
Text Example
Text Example
White with #034FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034FFF; }
p { color: rgb(3,79,255); }
H1.HeaderClassName
{
color: #034FFF;
}
.AnyTagClassName
{
color: #034FFF;
}
</style>
background-color css
<style>
a { background-color: #034FFF; }
a { background-color: rgb(3,79,255); }
div.DivClassName
{
background-color: #034FFF;
}
.BgClassName
{
background-color: #034FFF;
}
</style>
border-color css
<style>
span { border-color: #034FFF; }
span { border-color: rgb(3,79,255); }
td.TdClassName
{
border-color: #034FFF;
}
.TagClassName
{
border-color: #034FFF;
}
</style>