Shades of Navy Blue #034DD0
Tints of Navy Blue #034DD0
RGB
CMYK
RGB Variations
Color information
#034DD0 (or 0x034DD0) is known color: Navy Blue. HEX triplet: 03, 4D and D0. RGB value is (3,77,208). Sum of RGB (Red+Green+Blue) = 3+77+208=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 208 (81.64% from 255 or 72.22% from 288); Max value from RGB is 208 - color contains mainly: blue. Hex color #034DD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DD0 is #FCB22F. Grayscale: #454545. Windows color (decimal): -16560688 or 13651203. OLE color: 13651203.
HSL color Cylindrical-coordinate representation of color #034DD0: hue angle of 218.34º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034DD0 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 77 | 208 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.18 |
| HSL | 218.34º | 0.97% | 0.41% | - |
| HSV(B) | 218.34º | 0.99% | 0.82% | - |
| XYZ | 14.08 | 9.88 | 60.84 | - |
| YUV | 69.81 | 205.98 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 77 | 208 | 0.99 | 0.63 | 0 | 0.18 | 218.34 | 0.97 | 0.41 |
| Hex | 3 | 4D | D0 | 63 | 3F | 0 | 12 | DA | 61 | 29 |
| Octal | 3 | 115 | 320 | 143 | 77 | 0 | 22 | 332 | 141 | 51 |
| Binary | 11 | 1001101 | 11010000 | 1100011 | 111111 | 0 | 10010 | 11011010 | 1100001 | 101001 |
Color Harmonies of #034DD0
Complementary color
Monochromatic Colors of #034DD0
Black with #034DD0
Text Example
Text Example
White with #034DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034DD0; }
p { color: rgb(3,77,208); }
H1.HeaderClassName
{
color: #034DD0;
}
.AnyTagClassName
{
color: #034DD0;
}
</style>
background-color css
<style>
a { background-color: #034DD0; }
a { background-color: rgb(3,77,208); }
div.DivClassName
{
background-color: #034DD0;
}
.BgClassName
{
background-color: #034DD0;
}
</style>
border-color css
<style>
span { border-color: #034DD0; }
span { border-color: rgb(3,77,208); }
td.TdClassName
{
border-color: #034DD0;
}
.TagClassName
{
border-color: #034DD0;
}
</style>