Shades of Egyptian Blue #2E339D
Tints of Egyptian Blue #2E339D
RGB
CMYK
RGB Variations
Color information
#2E339D (or 0x2E339D) is known color: Egyptian Blue. HEX triplet: 2E, 33 and 9D. RGB value is (46,51,157). Sum of RGB (Red+Green+Blue) = 46+51+157=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 51 (20.31% from 255 or 20.08% from 254); Blue value is 157 (61.72% from 255 or 61.81% from 254); Max value from RGB is 157 - color contains mainly: blue. Hex color #2E339D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E339D is #D1CC62. Grayscale: #3D3D3D. Windows color (decimal): -13749347 or 10302254. OLE color: 10302254.
HSL color Cylindrical-coordinate representation of color #2E339D: hue angle of 237.3º 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 #2E339D is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 51 | 157 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.38 |
| HSL | 237.3º | 0.55% | 0.4% | - |
| HSV(B) | 237.3º | 0.71% | 0.62% | - |
| XYZ | 8.4 | 5.38 | 32.49 | - |
| YUV | 61.59 | 181.84 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 51 | 157 | 0.71 | 0.68 | 0 | 0.38 | 237.3 | 0.55 | 0.4 |
| Hex | 2E | 33 | 9D | 47 | 44 | 0 | 26 | ED | 37 | 28 |
| Octal | 56 | 63 | 235 | 107 | 104 | 0 | 46 | 355 | 67 | 50 |
| Binary | 101110 | 110011 | 10011101 | 1000111 | 1000100 | 0 | 100110 | 11101101 | 110111 | 101000 |
Color Harmonies of #2E339D
Complementary color
Monochromatic Colors of #2E339D
Black with #2E339D
Text Example
Text Example
White with #2E339D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E339D; }
p { color: rgb(46,51,157); }
H1.HeaderClassName
{
color: #2E339D;
}
.AnyTagClassName
{
color: #2E339D;
}
</style>
background-color css
<style>
a { background-color: #2E339D; }
a { background-color: rgb(46,51,157); }
div.DivClassName
{
background-color: #2E339D;
}
.BgClassName
{
background-color: #2E339D;
}
</style>
border-color css
<style>
span { border-color: #2E339D; }
span { border-color: rgb(46,51,157); }
td.TdClassName
{
border-color: #2E339D;
}
.TagClassName
{
border-color: #2E339D;
}
</style>