Shades of Navy Blue #034DFF
Tints of Navy Blue #034DFF
RGB
CMYK
RGB Variations
Color information
#034DFF (or 0x034DFF) is known color: Navy Blue. HEX triplet: 03, 4D and FF. RGB value is (3,77,255). Sum of RGB (Red+Green+Blue) = 3+77+255=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 255 (100% from 255 or 76.12% from 335); Max value from RGB is 255 - color contains mainly: blue. Hex color #034DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DFF is #FCB200. Grayscale: #4A4A4A. Windows color (decimal): -16560641 or 16731395. OLE color: 16731395.
HSL color Cylindrical-coordinate representation of color #034DFF: hue angle of 222.38º 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 #034DFF is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 77 | 255 | - |
| CMYK | 0.99 | 0.70 | 0 | 0 |
| HSL | 222.38º | 1% | 0.51% | - |
| HSV(B) | 222.38º | 0.99% | 1% | - |
| XYZ | 20.74 | 12.55 | 95.94 | - |
| YUV | 75.17 | 229.48 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 255 | 0.99 | 0.70 | 0 | 0 | 222.38 | 1 | 0.51 |
| Hex | 3 | 4D | FF | 63 | 46 | 0 | 0 | DE | 64 | 33 |
| Octal | 3 | 115 | 377 | 143 | 106 | 0 | 0 | 336 | 144 | 63 |
| Binary | 11 | 1001101 | 11111111 | 1100011 | 1000110 | 0 | 0 | 11011110 | 1100100 | 110011 |
Color Harmonies of #034DFF
Complementary color
Monochromatic Colors of #034DFF
Black with #034DFF
Text Example
Text Example
White with #034DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DFF; }
p { color: rgb(3,77,255); }
H1.HeaderClassName
{
color: #034DFF;
}
.AnyTagClassName
{
color: #034DFF;
}
</style>
background-color css
<style>
a { background-color: #034DFF; }
a { background-color: rgb(3,77,255); }
div.DivClassName
{
background-color: #034DFF;
}
.BgClassName
{
background-color: #034DFF;
}
</style>
border-color css
<style>
span { border-color: #034DFF; }
span { border-color: rgb(3,77,255); }
td.TdClassName
{
border-color: #034DFF;
}
.TagClassName
{
border-color: #034DFF;
}
</style>