Shades of Egyptian Blue #202E99
Tints of Egyptian Blue #202E99
RGB
CMYK
RGB Variations
Color information
#202E99 (or 0x202E99) is known color: Egyptian Blue. HEX triplet: 20, 2E and 99. RGB value is (32,46,153). Sum of RGB (Red+Green+Blue) = 32+46+153=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #202E99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E99 is #DFD166. Grayscale: #353535. Windows color (decimal): -14668135 or 10038816. OLE color: 10038816.
HSL color Cylindrical-coordinate representation of color #202E99: hue angle of 233.06º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202E99 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 46 | 153 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.4 |
| HSL | 233.06º | 0.65% | 0.36% | - |
| HSV(B) | 233.06º | 0.79% | 0.6% | - |
| XYZ | 7.32 | 4.56 | 30.63 | - |
| YUV | 54.01 | 183.86 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 153 | 0.79 | 0.70 | 0 | 0.4 | 233.06 | 0.65 | 0.36 |
| Hex | 20 | 2E | 99 | 4F | 46 | 0 | 28 | E9 | 41 | 24 |
| Octal | 40 | 56 | 231 | 117 | 106 | 0 | 50 | 351 | 101 | 44 |
| Binary | 100000 | 101110 | 10011001 | 1001111 | 1000110 | 0 | 101000 | 11101001 | 1000001 | 100100 |
Color Harmonies of #202E99
Complementary color
Monochromatic Colors of #202E99
Black with #202E99
Text Example
Text Example
White with #202E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E99; }
p { color: rgb(32,46,153); }
H1.HeaderClassName
{
color: #202E99;
}
.AnyTagClassName
{
color: #202E99;
}
</style>
background-color css
<style>
a { background-color: #202E99; }
a { background-color: rgb(32,46,153); }
div.DivClassName
{
background-color: #202E99;
}
.BgClassName
{
background-color: #202E99;
}
</style>
border-color css
<style>
span { border-color: #202E99; }
span { border-color: rgb(32,46,153); }
td.TdClassName
{
border-color: #202E99;
}
.TagClassName
{
border-color: #202E99;
}
</style>