Shades of Navy Blue #034CEA
Tints of Navy Blue #034CEA
RGB
CMYK
RGB Variations
Color information
#034CEA (or 0x034CEA) is known color: Navy Blue. HEX triplet: 03, 4C and EA. RGB value is (3,76,234). Sum of RGB (Red+Green+Blue) = 3+76+234=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 234 (91.80% from 255 or 74.76% from 313); Max value from RGB is 234 - color contains mainly: blue. Hex color #034CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CEA is #FCB315. Grayscale: #474747. Windows color (decimal): -16560918 or 15354883. OLE color: 15354883.
HSL color Cylindrical-coordinate representation of color #034CEA: hue angle of 221.04º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CEA is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 76 | 234 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.08 |
| HSL | 221.04º | 0.97% | 0.46% | - |
| HSV(B) | 221.04º | 0.99% | 0.92% | - |
| XYZ | 17.47 | 11.13 | 79.07 | - |
| YUV | 72.19 | 219.32 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 234 | 0.99 | 0.68 | 0 | 0.08 | 221.04 | 0.97 | 0.46 |
| Hex | 3 | 4C | EA | 63 | 44 | 0 | 8 | DD | 61 | 2E |
| Octal | 3 | 114 | 352 | 143 | 104 | 0 | 10 | 335 | 141 | 56 |
| Binary | 11 | 1001100 | 11101010 | 1100011 | 1000100 | 0 | 1000 | 11011101 | 1100001 | 101110 |
Color Harmonies of #034CEA
Complementary color
Monochromatic Colors of #034CEA
Black with #034CEA
Text Example
Text Example
White with #034CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CEA; }
p { color: rgb(3,76,234); }
H1.HeaderClassName
{
color: #034CEA;
}
.AnyTagClassName
{
color: #034CEA;
}
</style>
background-color css
<style>
a { background-color: #034CEA; }
a { background-color: rgb(3,76,234); }
div.DivClassName
{
background-color: #034CEA;
}
.BgClassName
{
background-color: #034CEA;
}
</style>
border-color css
<style>
span { border-color: #034CEA; }
span { border-color: rgb(3,76,234); }
td.TdClassName
{
border-color: #034CEA;
}
.TagClassName
{
border-color: #034CEA;
}
</style>