Shades of Egyptian Blue #2E319D
Tints of Egyptian Blue #2E319D
RGB
CMYK
RGB Variations
Color information
#2E319D (or 0x2E319D) is known color: Egyptian Blue. HEX triplet: 2E, 31 and 9D. RGB value is (46,49,157). Sum of RGB (Red+Green+Blue) = 46+49+157=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E319D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E319D is #D1CE62. Grayscale: #3B3B3B. Windows color (decimal): -13749859 or 10301742. OLE color: 10301742.
HSL color Cylindrical-coordinate representation of color #2E319D: hue angle of 238.38º 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 #2E319D is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 49 | 157 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.38 |
| HSL | 238.38º | 0.55% | 0.4% | - |
| HSV(B) | 238.38º | 0.71% | 0.62% | - |
| XYZ | 8.31 | 5.21 | 32.47 | - |
| YUV | 60.42 | 182.51 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 49 | 157 | 0.71 | 0.69 | 0 | 0.38 | 238.38 | 0.55 | 0.4 |
| Hex | 2E | 31 | 9D | 47 | 45 | 0 | 26 | EE | 37 | 28 |
| Octal | 56 | 61 | 235 | 107 | 105 | 0 | 46 | 356 | 67 | 50 |
| Binary | 101110 | 110001 | 10011101 | 1000111 | 1000101 | 0 | 100110 | 11101110 | 110111 | 101000 |
Color Harmonies of #2E319D
Complementary color
Monochromatic Colors of #2E319D
Black with #2E319D
Text Example
Text Example
White with #2E319D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E319D; }
p { color: rgb(46,49,157); }
H1.HeaderClassName
{
color: #2E319D;
}
.AnyTagClassName
{
color: #2E319D;
}
</style>
background-color css
<style>
a { background-color: #2E319D; }
a { background-color: rgb(46,49,157); }
div.DivClassName
{
background-color: #2E319D;
}
.BgClassName
{
background-color: #2E319D;
}
</style>
border-color css
<style>
span { border-color: #2E319D; }
span { border-color: rgb(46,49,157); }
td.TdClassName
{
border-color: #2E319D;
}
.TagClassName
{
border-color: #2E319D;
}
</style>