Shades of Navy Blue #034DFB
Tints of Navy Blue #034DFB
RGB
CMYK
RGB Variations
Color information
#034DFB (or 0x034DFB) is known color: Navy Blue. HEX triplet: 03, 4D and FB. RGB value is (3,77,251). Sum of RGB (Red+Green+Blue) = 3+77+251=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 251 (98.44% from 255 or 75.83% from 331); Max value from RGB is 251 - color contains mainly: blue. Hex color #034DFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #034DFB is #FCB204. Grayscale: #494949. Windows color (decimal): -16560645 or 16469251. OLE color: 16469251.
HSL color Cylindrical-coordinate representation of color #034DFB: hue angle of 222.1º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DFB is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 77 | 251 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.02 |
| HSL | 222.1º | 0.98% | 0.5% | - |
| HSV(B) | 222.1º | 0.99% | 0.98% | - |
| XYZ | 20.1 | 12.29 | 92.58 | - |
| YUV | 74.71 | 227.48 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 251 | 0.99 | 0.69 | 0 | 0.02 | 222.1 | 0.98 | 0.5 |
| Hex | 3 | 4D | FB | 63 | 45 | 0 | 2 | DE | 62 | 32 |
| Octal | 3 | 115 | 373 | 143 | 105 | 0 | 2 | 336 | 142 | 62 |
| Binary | 11 | 1001101 | 11111011 | 1100011 | 1000101 | 0 | 10 | 11011110 | 1100010 | 110010 |
Color Harmonies of #034DFB
Complementary color
Monochromatic Colors of #034DFB
Black with #034DFB
Text Example
Text Example
White with #034DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DFB; }
p { color: rgb(3,77,251); }
H1.HeaderClassName
{
color: #034DFB;
}
.AnyTagClassName
{
color: #034DFB;
}
</style>
background-color css
<style>
a { background-color: #034DFB; }
a { background-color: rgb(3,77,251); }
div.DivClassName
{
background-color: #034DFB;
}
.BgClassName
{
background-color: #034DFB;
}
</style>
border-color css
<style>
span { border-color: #034DFB; }
span { border-color: rgb(3,77,251); }
td.TdClassName
{
border-color: #034DFB;
}
.TagClassName
{
border-color: #034DFB;
}
</style>