Shades of Navy Blue #034ECE
Tints of Navy Blue #034ECE
RGB
CMYK
RGB Variations
Color information
#034ECE (or 0x034ECE) is known color: Navy Blue. HEX triplet: 03, 4E and CE. RGB value is (3,78,206). Sum of RGB (Red+Green+Blue) = 3+78+206=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #034ECE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ECE is #FCB131. Grayscale: #454545. Windows color (decimal): -16560434 or 13520387. OLE color: 13520387.
HSL color Cylindrical-coordinate representation of color #034ECE: hue angle of 217.83º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ECE is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 78 | 206 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.19 |
| HSL | 217.83º | 0.97% | 0.41% | - |
| HSV(B) | 217.83º | 0.99% | 0.81% | - |
| XYZ | 13.9 | 9.92 | 59.58 | - |
| YUV | 70.17 | 204.65 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 206 | 0.99 | 0.62 | 0 | 0.19 | 217.83 | 0.97 | 0.41 |
| Hex | 3 | 4E | CE | 63 | 3E | 0 | 13 | DA | 61 | 29 |
| Octal | 3 | 116 | 316 | 143 | 76 | 0 | 23 | 332 | 141 | 51 |
| Binary | 11 | 1001110 | 11001110 | 1100011 | 111110 | 0 | 10011 | 11011010 | 1100001 | 101001 |
Color Harmonies of #034ECE
Complementary color
Monochromatic Colors of #034ECE
Black with #034ECE
Text Example
Text Example
White with #034ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ECE; }
p { color: rgb(3,78,206); }
H1.HeaderClassName
{
color: #034ECE;
}
.AnyTagClassName
{
color: #034ECE;
}
</style>
background-color css
<style>
a { background-color: #034ECE; }
a { background-color: rgb(3,78,206); }
div.DivClassName
{
background-color: #034ECE;
}
.BgClassName
{
background-color: #034ECE;
}
</style>
border-color css
<style>
span { border-color: #034ECE; }
span { border-color: rgb(3,78,206); }
td.TdClassName
{
border-color: #034ECE;
}
.TagClassName
{
border-color: #034ECE;
}
</style>