Shades of Navy Blue #034EDE
Tints of Navy Blue #034EDE
RGB
CMYK
RGB Variations
Color information
#034EDE (or 0x034EDE) is known color: Navy Blue. HEX triplet: 03, 4E and DE. RGB value is (3,78,222). Sum of RGB (Red+Green+Blue) = 3+78+222=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 222 (87.11% from 255 or 73.27% from 303); Max value from RGB is 222 - color contains mainly: blue. Hex color #034EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EDE is #FCB121. Grayscale: #474747. Windows color (decimal): -16560418 or 14568963. OLE color: 14568963.
HSL color Cylindrical-coordinate representation of color #034EDE: hue angle of 219.45º 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 #034EDE is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 78 | 222 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.13 |
| HSL | 219.45º | 0.97% | 0.44% | - |
| HSV(B) | 219.45º | 0.99% | 0.87% | - |
| XYZ | 15.95 | 10.74 | 70.34 | - |
| YUV | 71.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 222 | 0.99 | 0.65 | 0 | 0.13 | 219.45 | 0.97 | 0.44 |
| Hex | 3 | 4E | DE | 63 | 41 | 0 | D | DB | 61 | 2C |
| Octal | 3 | 116 | 336 | 143 | 101 | 0 | 15 | 333 | 141 | 54 |
| Binary | 11 | 1001110 | 11011110 | 1100011 | 1000001 | 0 | 1101 | 11011011 | 1100001 | 101100 |
Color Harmonies of #034EDE
Complementary color
Monochromatic Colors of #034EDE
Black with #034EDE
Text Example
Text Example
White with #034EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EDE; }
p { color: rgb(3,78,222); }
H1.HeaderClassName
{
color: #034EDE;
}
.AnyTagClassName
{
color: #034EDE;
}
</style>
background-color css
<style>
a { background-color: #034EDE; }
a { background-color: rgb(3,78,222); }
div.DivClassName
{
background-color: #034EDE;
}
.BgClassName
{
background-color: #034EDE;
}
</style>
border-color css
<style>
span { border-color: #034EDE; }
span { border-color: rgb(3,78,222); }
td.TdClassName
{
border-color: #034EDE;
}
.TagClassName
{
border-color: #034EDE;
}
</style>