Shades of Egyptian Blue #202E95
Tints of Egyptian Blue #202E95
RGB
CMYK
RGB Variations
Color information
#202E95 (or 0x202E95) is known color: Egyptian Blue. HEX triplet: 20, 2E and 95. RGB value is (32,46,149). Sum of RGB (Red+Green+Blue) = 32+46+149=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #202E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E95 is #DFD16A. Grayscale: #353535. Windows color (decimal): -14668139 or 9776672. OLE color: 9776672.
HSL color Cylindrical-coordinate representation of color #202E95: hue angle of 232.82º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202E95 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 46 | 149 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.42 |
| HSL | 232.82º | 0.65% | 0.35% | - |
| HSV(B) | 232.82º | 0.79% | 0.58% | - |
| XYZ | 7 | 4.43 | 28.92 | - |
| YUV | 53.56 | 181.86 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 149 | 0.79 | 0.69 | 0 | 0.42 | 232.82 | 0.65 | 0.35 |
| Hex | 20 | 2E | 95 | 4F | 45 | 0 | 2A | E9 | 41 | 23 |
| Octal | 40 | 56 | 225 | 117 | 105 | 0 | 52 | 351 | 101 | 43 |
| Binary | 100000 | 101110 | 10010101 | 1001111 | 1000101 | 0 | 101010 | 11101001 | 1000001 | 100011 |
Color Harmonies of #202E95
Complementary color
Monochromatic Colors of #202E95
Black with #202E95
Text Example
Text Example
White with #202E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E95; }
p { color: rgb(32,46,149); }
H1.HeaderClassName
{
color: #202E95;
}
.AnyTagClassName
{
color: #202E95;
}
</style>
background-color css
<style>
a { background-color: #202E95; }
a { background-color: rgb(32,46,149); }
div.DivClassName
{
background-color: #202E95;
}
.BgClassName
{
background-color: #202E95;
}
</style>
border-color css
<style>
span { border-color: #202E95; }
span { border-color: rgb(32,46,149); }
td.TdClassName
{
border-color: #202E95;
}
.TagClassName
{
border-color: #202E95;
}
</style>