Shades of Navy Blue #034CEE
Tints of Navy Blue #034CEE
RGB
CMYK
RGB Variations
Color information
#034CEE (or 0x034CEE) is known color: Navy Blue. HEX triplet: 03, 4C and EE. RGB value is (3,76,238). Sum of RGB (Red+Green+Blue) = 3+76+238=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 238 (93.36% from 255 or 75.08% from 317); Max value from RGB is 238 - color contains mainly: blue. Hex color #034CEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #034CEE is #FCB311. Grayscale: #474747. Windows color (decimal): -16560914 or 15617027. OLE color: 15617027.
HSL color Cylindrical-coordinate representation of color #034CEE: hue angle of 221.36º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CEE is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 76 | 238 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.07 |
| HSL | 221.36º | 0.98% | 0.47% | - |
| HSV(B) | 221.36º | 0.99% | 0.93% | - |
| XYZ | 18.05 | 11.36 | 82.13 | - |
| YUV | 72.64 | 221.32 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 238 | 0.99 | 0.68 | 0 | 0.07 | 221.36 | 0.98 | 0.47 |
| Hex | 3 | 4C | EE | 63 | 44 | 0 | 7 | DD | 62 | 2F |
| Octal | 3 | 114 | 356 | 143 | 104 | 0 | 7 | 335 | 142 | 57 |
| Binary | 11 | 1001100 | 11101110 | 1100011 | 1000100 | 0 | 111 | 11011101 | 1100010 | 101111 |
Color Harmonies of #034CEE
Complementary color
Monochromatic Colors of #034CEE
Black with #034CEE
Text Example
Text Example
White with #034CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CEE; }
p { color: rgb(3,76,238); }
H1.HeaderClassName
{
color: #034CEE;
}
.AnyTagClassName
{
color: #034CEE;
}
</style>
background-color css
<style>
a { background-color: #034CEE; }
a { background-color: rgb(3,76,238); }
div.DivClassName
{
background-color: #034CEE;
}
.BgClassName
{
background-color: #034CEE;
}
</style>
border-color css
<style>
span { border-color: #034CEE; }
span { border-color: rgb(3,76,238); }
td.TdClassName
{
border-color: #034CEE;
}
.TagClassName
{
border-color: #034CEE;
}
</style>