Shades of Navy Blue #034AD8
Tints of Navy Blue #034AD8
RGB
CMYK
RGB Variations
Color information
#034AD8 (or 0x034AD8) is known color: Navy Blue. HEX triplet: 03, 4A and D8. RGB value is (3,74,216). Sum of RGB (Red+Green+Blue) = 3+74+216=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 216 (84.77% from 255 or 73.72% from 293); Max value from RGB is 216 - color contains mainly: blue. Hex color #034AD8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034AD8 is #FCB527. Grayscale: #444444. Windows color (decimal): -16561448 or 14174723. OLE color: 14174723.
HSL color Cylindrical-coordinate representation of color #034AD8: hue angle of 220º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AD8 is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 74 | 216 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.15 |
| HSL | 220º | 0.97% | 0.43% | - |
| HSV(B) | 220º | 0.99% | 0.85% | - |
| XYZ | 14.88 | 9.87 | 66.09 | - |
| YUV | 68.96 | 210.98 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 216 | 0.99 | 0.66 | 0 | 0.15 | 220 | 0.97 | 0.43 |
| Hex | 3 | 4A | D8 | 63 | 42 | 0 | F | DC | 61 | 2B |
| Octal | 3 | 112 | 330 | 143 | 102 | 0 | 17 | 334 | 141 | 53 |
| Binary | 11 | 1001010 | 11011000 | 1100011 | 1000010 | 0 | 1111 | 11011100 | 1100001 | 101011 |
Color Harmonies of #034AD8
Complementary color
Monochromatic Colors of #034AD8
Black with #034AD8
Text Example
Text Example
White with #034AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AD8; }
p { color: rgb(3,74,216); }
H1.HeaderClassName
{
color: #034AD8;
}
.AnyTagClassName
{
color: #034AD8;
}
</style>
background-color css
<style>
a { background-color: #034AD8; }
a { background-color: rgb(3,74,216); }
div.DivClassName
{
background-color: #034AD8;
}
.BgClassName
{
background-color: #034AD8;
}
</style>
border-color css
<style>
span { border-color: #034AD8; }
span { border-color: rgb(3,74,216); }
td.TdClassName
{
border-color: #034AD8;
}
.TagClassName
{
border-color: #034AD8;
}
</style>