Shades of Navy Blue #034ADC
Tints of Navy Blue #034ADC
RGB
CMYK
RGB Variations
Color information
#034ADC (or 0x034ADC) is known color: Navy Blue. HEX triplet: 03, 4A and DC. RGB value is (3,74,220). Sum of RGB (Red+Green+Blue) = 3+74+220=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #034ADC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034ADC is #FCB523. Grayscale: #444444. Windows color (decimal): -16561444 or 14436867. OLE color: 14436867.
HSL color Cylindrical-coordinate representation of color #034ADC: hue angle of 220.37º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ADC is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 74 | 220 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.14 |
| HSL | 220.37º | 0.97% | 0.44% | - |
| HSV(B) | 220.37º | 0.99% | 0.86% | - |
| XYZ | 15.4 | 10.08 | 68.84 | - |
| YUV | 69.42 | 212.98 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 220 | 0.99 | 0.66 | 0 | 0.14 | 220.37 | 0.97 | 0.44 |
| Hex | 3 | 4A | DC | 63 | 42 | 0 | E | DC | 61 | 2C |
| Octal | 3 | 112 | 334 | 143 | 102 | 0 | 16 | 334 | 141 | 54 |
| Binary | 11 | 1001010 | 11011100 | 1100011 | 1000010 | 0 | 1110 | 11011100 | 1100001 | 101100 |
Color Harmonies of #034ADC
Complementary color
Monochromatic Colors of #034ADC
Black with #034ADC
Text Example
Text Example
White with #034ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ADC; }
p { color: rgb(3,74,220); }
H1.HeaderClassName
{
color: #034ADC;
}
.AnyTagClassName
{
color: #034ADC;
}
</style>
background-color css
<style>
a { background-color: #034ADC; }
a { background-color: rgb(3,74,220); }
div.DivClassName
{
background-color: #034ADC;
}
.BgClassName
{
background-color: #034ADC;
}
</style>
border-color css
<style>
span { border-color: #034ADC; }
span { border-color: rgb(3,74,220); }
td.TdClassName
{
border-color: #034ADC;
}
.TagClassName
{
border-color: #034ADC;
}
</style>