Shades of Navy Blue #034AD2
Tints of Navy Blue #034AD2
RGB
CMYK
RGB Variations
Color information
#034AD2 (or 0x034AD2) is known color: Navy Blue. HEX triplet: 03, 4A and D2. RGB value is (3,74,210). Sum of RGB (Red+Green+Blue) = 3+74+210=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #034AD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034AD2 is #FCB52D. Grayscale: #434343. Windows color (decimal): -16561454 or 13781507. OLE color: 13781507.
HSL color Cylindrical-coordinate representation of color #034AD2: hue angle of 219.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034AD2 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 74 | 210 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.18 |
| HSL | 219.42º | 0.97% | 0.42% | - |
| HSV(B) | 219.42º | 0.99% | 0.82% | - |
| XYZ | 14.12 | 9.57 | 62.08 | - |
| YUV | 68.28 | 207.98 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 210 | 0.99 | 0.65 | 0 | 0.18 | 219.42 | 0.97 | 0.42 |
| Hex | 3 | 4A | D2 | 63 | 41 | 0 | 12 | DB | 61 | 2A |
| Octal | 3 | 112 | 322 | 143 | 101 | 0 | 22 | 333 | 141 | 52 |
| Binary | 11 | 1001010 | 11010010 | 1100011 | 1000001 | 0 | 10010 | 11011011 | 1100001 | 101010 |
Color Harmonies of #034AD2
Complementary color
Monochromatic Colors of #034AD2
Black with #034AD2
Text Example
Text Example
White with #034AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034AD2; }
p { color: rgb(3,74,210); }
H1.HeaderClassName
{
color: #034AD2;
}
.AnyTagClassName
{
color: #034AD2;
}
</style>
background-color css
<style>
a { background-color: #034AD2; }
a { background-color: rgb(3,74,210); }
div.DivClassName
{
background-color: #034AD2;
}
.BgClassName
{
background-color: #034AD2;
}
</style>
border-color css
<style>
span { border-color: #034AD2; }
span { border-color: rgb(3,74,210); }
td.TdClassName
{
border-color: #034AD2;
}
.TagClassName
{
border-color: #034AD2;
}
</style>