Shades of Navy Blue #034DF4
Tints of Navy Blue #034DF4
RGB
CMYK
RGB Variations
Color information
#034DF4 (or 0x034DF4) is known color: Navy Blue. HEX triplet: 03, 4D and F4. RGB value is (3,77,244). Sum of RGB (Red+Green+Blue) = 3+77+244=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 244 (95.70% from 255 or 75.31% from 324); Max value from RGB is 244 - color contains mainly: blue. Hex color #034DF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DF4 is #FCB20B. Grayscale: #494949. Windows color (decimal): -16560652 or 16010499. OLE color: 16010499.
HSL color Cylindrical-coordinate representation of color #034DF4: hue angle of 221.58º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DF4 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 77 | 244 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.04 |
| HSL | 221.58º | 0.98% | 0.48% | - |
| HSV(B) | 221.58º | 0.99% | 0.96% | - |
| XYZ | 19.02 | 11.86 | 86.87 | - |
| YUV | 73.91 | 223.98 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 244 | 0.99 | 0.68 | 0 | 0.04 | 221.58 | 0.98 | 0.48 |
| Hex | 3 | 4D | F4 | 63 | 44 | 0 | 4 | DE | 62 | 30 |
| Octal | 3 | 115 | 364 | 143 | 104 | 0 | 4 | 336 | 142 | 60 |
| Binary | 11 | 1001101 | 11110100 | 1100011 | 1000100 | 0 | 100 | 11011110 | 1100010 | 110000 |
Color Harmonies of #034DF4
Complementary color
Monochromatic Colors of #034DF4
Black with #034DF4
Text Example
Text Example
White with #034DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DF4; }
p { color: rgb(3,77,244); }
H1.HeaderClassName
{
color: #034DF4;
}
.AnyTagClassName
{
color: #034DF4;
}
</style>
background-color css
<style>
a { background-color: #034DF4; }
a { background-color: rgb(3,77,244); }
div.DivClassName
{
background-color: #034DF4;
}
.BgClassName
{
background-color: #034DF4;
}
</style>
border-color css
<style>
span { border-color: #034DF4; }
span { border-color: rgb(3,77,244); }
td.TdClassName
{
border-color: #034DF4;
}
.TagClassName
{
border-color: #034DF4;
}
</style>