Shades of Navy Blue #034EC8
Tints of Navy Blue #034EC8
RGB
CMYK
RGB Variations
Color information
#034EC8 (or 0x034EC8) is known color: Navy Blue. HEX triplet: 03, 4E and C8. RGB value is (3,78,200). Sum of RGB (Red+Green+Blue) = 3+78+200=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 200 (78.52% from 255 or 71.17% from 281); Max value from RGB is 200 - color contains mainly: blue. Hex color #034EC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EC8 is #FCB137. Grayscale: #444444. Windows color (decimal): -16560440 or 13127171. OLE color: 13127171.
HSL color Cylindrical-coordinate representation of color #034EC8: hue angle of 217.16º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034EC8 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 3 | 78 | 200 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.22 |
| HSL | 217.16º | 0.97% | 0.4% | - |
| HSV(B) | 217.16º | 0.99% | 0.78% | - |
| XYZ | 13.19 | 9.64 | 55.81 | - |
| YUV | 69.48 | 201.65 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 78 | 200 | 0.98 | 0.61 | 0 | 0.22 | 217.16 | 0.97 | 0.4 |
| Hex | 3 | 4E | C8 | 62 | 3D | 0 | 16 | D9 | 61 | 28 |
| Octal | 3 | 116 | 310 | 142 | 75 | 0 | 26 | 331 | 141 | 50 |
| Binary | 11 | 1001110 | 11001000 | 1100010 | 111101 | 0 | 10110 | 11011001 | 1100001 | 101000 |
Color Harmonies of #034EC8
Complementary color
Monochromatic Colors of #034EC8
Black with #034EC8
Text Example
Text Example
White with #034EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034EC8; }
p { color: rgb(3,78,200); }
H1.HeaderClassName
{
color: #034EC8;
}
.AnyTagClassName
{
color: #034EC8;
}
</style>
background-color css
<style>
a { background-color: #034EC8; }
a { background-color: rgb(3,78,200); }
div.DivClassName
{
background-color: #034EC8;
}
.BgClassName
{
background-color: #034EC8;
}
</style>
border-color css
<style>
span { border-color: #034EC8; }
span { border-color: rgb(3,78,200); }
td.TdClassName
{
border-color: #034EC8;
}
.TagClassName
{
border-color: #034EC8;
}
</style>