Shades of Egyptian Blue #2E329D
Tints of Egyptian Blue #2E329D
RGB
CMYK
RGB Variations
Color information
#2E329D (or 0x2E329D) is known color: Egyptian Blue. HEX triplet: 2E, 32 and 9D. RGB value is (46,50,157). Sum of RGB (Red+Green+Blue) = 46+50+157=253 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.18% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E329D is #D1CD62. Grayscale: #3C3C3C. Windows color (decimal): -13749603 or 10301998. OLE color: 10301998.
HSL color Cylindrical-coordinate representation of color #2E329D: hue angle of 237.84º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E329D is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 50 | 157 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.38 |
| HSL | 237.84º | 0.55% | 0.4% | - |
| HSV(B) | 237.84º | 0.71% | 0.62% | - |
| XYZ | 8.35 | 5.3 | 32.48 | - |
| YUV | 61 | 182.17 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 50 | 157 | 0.71 | 0.68 | 0 | 0.38 | 237.84 | 0.55 | 0.4 |
| Hex | 2E | 32 | 9D | 47 | 44 | 0 | 26 | EE | 37 | 28 |
| Octal | 56 | 62 | 235 | 107 | 104 | 0 | 46 | 356 | 67 | 50 |
| Binary | 101110 | 110010 | 10011101 | 1000111 | 1000100 | 0 | 100110 | 11101110 | 110111 | 101000 |
Color Harmonies of #2E329D
Complementary color
Monochromatic Colors of #2E329D
Black with #2E329D
Text Example
Text Example
White with #2E329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E329D; }
p { color: rgb(46,50,157); }
H1.HeaderClassName
{
color: #2E329D;
}
.AnyTagClassName
{
color: #2E329D;
}
</style>
background-color css
<style>
a { background-color: #2E329D; }
a { background-color: rgb(46,50,157); }
div.DivClassName
{
background-color: #2E329D;
}
.BgClassName
{
background-color: #2E329D;
}
</style>
border-color css
<style>
span { border-color: #2E329D; }
span { border-color: rgb(46,50,157); }
td.TdClassName
{
border-color: #2E329D;
}
.TagClassName
{
border-color: #2E329D;
}
</style>