Shades of Egyptian Blue #2E359F
Tints of Egyptian Blue #2E359F
RGB
CMYK
RGB Variations
Color information
#2E359F (or 0x2E359F) is known color: Egyptian Blue. HEX triplet: 2E, 35 and 9F. RGB value is (46,53,159). Sum of RGB (Red+Green+Blue) = 46+53+159=258 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.83% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 159 (62.5% from 255 or 61.63% from 258); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E359F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E359F is #D1CA60. Grayscale: #3E3E3E. Windows color (decimal): -13748833 or 10433838. OLE color: 10433838.
HSL color Cylindrical-coordinate representation of color #2E359F: hue angle of 236.28º 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 #2E359F is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 53 | 159 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.38 |
| HSL | 236.28º | 0.55% | 0.4% | - |
| HSV(B) | 236.28º | 0.71% | 0.62% | - |
| XYZ | 8.66 | 5.63 | 33.43 | - |
| YUV | 62.99 | 182.18 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 53 | 159 | 0.71 | 0.67 | 0 | 0.38 | 236.28 | 0.55 | 0.4 |
| Hex | 2E | 35 | 9F | 47 | 43 | 0 | 26 | EC | 37 | 28 |
| Octal | 56 | 65 | 237 | 107 | 103 | 0 | 46 | 354 | 67 | 50 |
| Binary | 101110 | 110101 | 10011111 | 1000111 | 1000011 | 0 | 100110 | 11101100 | 110111 | 101000 |
Color Harmonies of #2E359F
Complementary color
Monochromatic Colors of #2E359F
Black with #2E359F
Text Example
Text Example
White with #2E359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E359F; }
p { color: rgb(46,53,159); }
H1.HeaderClassName
{
color: #2E359F;
}
.AnyTagClassName
{
color: #2E359F;
}
</style>
background-color css
<style>
a { background-color: #2E359F; }
a { background-color: rgb(46,53,159); }
div.DivClassName
{
background-color: #2E359F;
}
.BgClassName
{
background-color: #2E359F;
}
</style>
border-color css
<style>
span { border-color: #2E359F; }
span { border-color: rgb(46,53,159); }
td.TdClassName
{
border-color: #2E359F;
}
.TagClassName
{
border-color: #2E359F;
}
</style>