Shades of Navy Blue #034DD6
Tints of Navy Blue #034DD6
RGB
CMYK
RGB Variations
Color information
#034DD6 (or 0x034DD6) is known color: Navy Blue. HEX triplet: 03, 4D and D6. RGB value is (3,77,214). Sum of RGB (Red+Green+Blue) = 3+77+214=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 214 (83.98% from 255 or 72.79% from 294); Max value from RGB is 214 - color contains mainly: blue. Hex color #034DD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DD6 is #FCB229. Grayscale: #454545. Windows color (decimal): -16560682 or 14044419. OLE color: 14044419.
HSL color Cylindrical-coordinate representation of color #034DD6: hue angle of 218.96º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DD6 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 3 | 77 | 214 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.16 |
| HSL | 218.96º | 0.97% | 0.43% | - |
| HSV(B) | 218.96º | 0.99% | 0.84% | - |
| XYZ | 14.83 | 10.18 | 64.8 | - |
| YUV | 70.49 | 208.98 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 214 | 0.99 | 0.64 | 0 | 0.16 | 218.96 | 0.97 | 0.43 |
| Hex | 3 | 4D | D6 | 63 | 40 | 0 | 10 | DB | 61 | 2B |
| Octal | 3 | 115 | 326 | 143 | 100 | 0 | 20 | 333 | 141 | 53 |
| Binary | 11 | 1001101 | 11010110 | 1100011 | 1000000 | 0 | 10000 | 11011011 | 1100001 | 101011 |
Color Harmonies of #034DD6
Complementary color
Monochromatic Colors of #034DD6
Black with #034DD6
Text Example
Text Example
White with #034DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DD6; }
p { color: rgb(3,77,214); }
H1.HeaderClassName
{
color: #034DD6;
}
.AnyTagClassName
{
color: #034DD6;
}
</style>
background-color css
<style>
a { background-color: #034DD6; }
a { background-color: rgb(3,77,214); }
div.DivClassName
{
background-color: #034DD6;
}
.BgClassName
{
background-color: #034DD6;
}
</style>
border-color css
<style>
span { border-color: #034DD6; }
span { border-color: rgb(3,77,214); }
td.TdClassName
{
border-color: #034DD6;
}
.TagClassName
{
border-color: #034DD6;
}
</style>