Shades of Navy Blue #034CE3
Tints of Navy Blue #034CE3
RGB
CMYK
RGB Variations
Color information
#034CE3 (or 0x034CE3) is known color: Navy Blue. HEX triplet: 03, 4C and E3. RGB value is (3,76,227). Sum of RGB (Red+Green+Blue) = 3+76+227=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 76 (30.08% from 255 or 24.84% from 306); Blue value is 227 (89.06% from 255 or 74.18% from 306); Max value from RGB is 227 - color contains mainly: blue. Hex color #034CE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034CE3 is #FCB31C. Grayscale: #464646. Windows color (decimal): -16560925 or 14896131. OLE color: 14896131.
HSL color Cylindrical-coordinate representation of color #034CE3: hue angle of 220.45º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #034CE3 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 3 | 76 | 227 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.11 |
| HSL | 220.45º | 0.97% | 0.45% | - |
| HSV(B) | 220.45º | 0.99% | 0.89% | - |
| XYZ | 16.49 | 10.73 | 73.88 | - |
| YUV | 71.39 | 215.82 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 76 | 227 | 0.99 | 0.67 | 0 | 0.11 | 220.45 | 0.97 | 0.45 |
| Hex | 3 | 4C | E3 | 63 | 43 | 0 | B | DC | 61 | 2D |
| Octal | 3 | 114 | 343 | 143 | 103 | 0 | 13 | 334 | 141 | 55 |
| Binary | 11 | 1001100 | 11100011 | 1100011 | 1000011 | 0 | 1011 | 11011100 | 1100001 | 101101 |
Color Harmonies of #034CE3
Complementary color
Monochromatic Colors of #034CE3
Black with #034CE3
Text Example
Text Example
White with #034CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034CE3; }
p { color: rgb(3,76,227); }
H1.HeaderClassName
{
color: #034CE3;
}
.AnyTagClassName
{
color: #034CE3;
}
</style>
background-color css
<style>
a { background-color: #034CE3; }
a { background-color: rgb(3,76,227); }
div.DivClassName
{
background-color: #034CE3;
}
.BgClassName
{
background-color: #034CE3;
}
</style>
border-color css
<style>
span { border-color: #034CE3; }
span { border-color: rgb(3,76,227); }
td.TdClassName
{
border-color: #034CE3;
}
.TagClassName
{
border-color: #034CE3;
}
</style>