Shades of Navy Blue #034ADE
Tints of Navy Blue #034ADE
RGB
CMYK
RGB Variations
Color information
#034ADE (or 0x034ADE) is known color: Navy Blue. HEX triplet: 03, 4A and DE. RGB value is (3,74,222). Sum of RGB (Red+Green+Blue) = 3+74+222=299 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #034ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ADE is #FCB521. Grayscale: #444444. Windows color (decimal): -16561442 or 14567939. OLE color: 14567939.
HSL color Cylindrical-coordinate representation of color #034ADE: hue angle of 220.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ADE is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 74 | 222 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.13 |
| HSL | 220.55º | 0.97% | 0.44% | - |
| HSV(B) | 220.55º | 0.99% | 0.87% | - |
| XYZ | 15.67 | 10.19 | 70.25 | - |
| YUV | 69.64 | 213.98 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 222 | 0.99 | 0.67 | 0 | 0.13 | 220.55 | 0.97 | 0.44 |
| Hex | 3 | 4A | DE | 63 | 43 | 0 | D | DD | 61 | 2C |
| Octal | 3 | 112 | 336 | 143 | 103 | 0 | 15 | 335 | 141 | 54 |
| Binary | 11 | 1001010 | 11011110 | 1100011 | 1000011 | 0 | 1101 | 11011101 | 1100001 | 101100 |
Color Harmonies of #034ADE
Complementary color
Monochromatic Colors of #034ADE
Black with #034ADE
Text Example
Text Example
White with #034ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ADE; }
p { color: rgb(3,74,222); }
H1.HeaderClassName
{
color: #034ADE;
}
.AnyTagClassName
{
color: #034ADE;
}
</style>
background-color css
<style>
a { background-color: #034ADE; }
a { background-color: rgb(3,74,222); }
div.DivClassName
{
background-color: #034ADE;
}
.BgClassName
{
background-color: #034ADE;
}
</style>
border-color css
<style>
span { border-color: #034ADE; }
span { border-color: rgb(3,74,222); }
td.TdClassName
{
border-color: #034ADE;
}
.TagClassName
{
border-color: #034ADE;
}
</style>