Shades of Navy Blue #034ECC
Tints of Navy Blue #034ECC
RGB
CMYK
RGB Variations
Color information
#034ECC (or 0x034ECC) is known color: Navy Blue. HEX triplet: 03, 4E and CC. RGB value is (3,78,204). Sum of RGB (Red+Green+Blue) = 3+78+204=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 204 (80.08% from 255 or 71.58% from 285); Max value from RGB is 204 - color contains mainly: blue. Hex color #034ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034ECC is #FCB133. Grayscale: #454545. Windows color (decimal): -16560436 or 13389315. OLE color: 13389315.
HSL color Cylindrical-coordinate representation of color #034ECC: hue angle of 217.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034ECC is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 78 | 204 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.2 |
| HSL | 217.61º | 0.97% | 0.41% | - |
| HSV(B) | 217.61º | 0.99% | 0.8% | - |
| XYZ | 13.66 | 9.83 | 58.3 | - |
| YUV | 69.94 | 203.65 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 204 | 0.99 | 0.62 | 0 | 0.2 | 217.61 | 0.97 | 0.41 |
| Hex | 3 | 4E | CC | 63 | 3E | 0 | 14 | DA | 61 | 29 |
| Octal | 3 | 116 | 314 | 143 | 76 | 0 | 24 | 332 | 141 | 51 |
| Binary | 11 | 1001110 | 11001100 | 1100011 | 111110 | 0 | 10100 | 11011010 | 1100001 | 101001 |
Color Harmonies of #034ECC
Complementary color
Monochromatic Colors of #034ECC
Black with #034ECC
Text Example
Text Example
White with #034ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034ECC; }
p { color: rgb(3,78,204); }
H1.HeaderClassName
{
color: #034ECC;
}
.AnyTagClassName
{
color: #034ECC;
}
</style>
background-color css
<style>
a { background-color: #034ECC; }
a { background-color: rgb(3,78,204); }
div.DivClassName
{
background-color: #034ECC;
}
.BgClassName
{
background-color: #034ECC;
}
</style>
border-color css
<style>
span { border-color: #034ECC; }
span { border-color: rgb(3,78,204); }
td.TdClassName
{
border-color: #034ECC;
}
.TagClassName
{
border-color: #034ECC;
}
</style>