Shades of Egyptian Blue #2E32A0
Tints of Egyptian Blue #2E32A0
RGB
CMYK
RGB Variations
Color information
#2E32A0 (or 0x2E32A0) is known color: Egyptian Blue. HEX triplet: 2E, 32 and A0. RGB value is (46,50,160). Sum of RGB (Red+Green+Blue) = 46+50+160=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #2E32A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E32A0 is #D1CD5F. Grayscale: #3C3C3C. Windows color (decimal): -13749600 or 10498606. OLE color: 10498606.
HSL color Cylindrical-coordinate representation of color #2E32A0: hue angle of 237.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E32A0 is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 46 | 50 | 160 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.37 |
| HSL | 237.89º | 0.55% | 0.4% | - |
| HSV(B) | 237.89º | 0.71% | 0.63% | - |
| XYZ | 8.61 | 5.4 | 33.85 | - |
| YUV | 61.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 160 | 0.71 | 0.69 | 0 | 0.37 | 237.89 | 0.55 | 0.4 |
| Hex | 2E | 32 | A0 | 47 | 45 | 0 | 25 | EE | 37 | 28 |
| Octal | 56 | 62 | 240 | 107 | 105 | 0 | 45 | 356 | 67 | 50 |
| Binary | 101110 | 110010 | 10100000 | 1000111 | 1000101 | 0 | 100101 | 11101110 | 110111 | 101000 |
Color Harmonies of #2E32A0
Complementary color
Monochromatic Colors of #2E32A0
Black with #2E32A0
Text Example
Text Example
White with #2E32A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E32A0; }
p { color: rgb(46,50,160); }
H1.HeaderClassName
{
color: #2E32A0;
}
.AnyTagClassName
{
color: #2E32A0;
}
</style>
background-color css
<style>
a { background-color: #2E32A0; }
a { background-color: rgb(46,50,160); }
div.DivClassName
{
background-color: #2E32A0;
}
.BgClassName
{
background-color: #2E32A0;
}
</style>
border-color css
<style>
span { border-color: #2E32A0; }
span { border-color: rgb(46,50,160); }
td.TdClassName
{
border-color: #2E32A0;
}
.TagClassName
{
border-color: #2E32A0;
}
</style>