Shades of Egyptian Blue #202E90
Tints of Egyptian Blue #202E90
RGB
CMYK
RGB Variations
Color information
#202E90 (or 0x202E90) is known color: Egyptian Blue. HEX triplet: 20, 2E and 90. RGB value is (32,46,144). Sum of RGB (Red+Green+Blue) = 32+46+144=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 144 (56.64% from 255 or 64.86% from 222); Max value from RGB is 144 - color contains mainly: blue. Hex color #202E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202E90 is #DFD16F. Grayscale: #343434. Windows color (decimal): -14668144 or 9448992. OLE color: 9448992.
HSL color Cylindrical-coordinate representation of color #202E90: hue angle of 232.5º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202E90 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 46 | 144 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.44 |
| HSL | 232.5º | 0.64% | 0.35% | - |
| HSV(B) | 232.5º | 0.78% | 0.56% | - |
| XYZ | 6.61 | 4.27 | 26.86 | - |
| YUV | 52.99 | 179.36 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 144 | 0.78 | 0.68 | 0 | 0.44 | 232.5 | 0.64 | 0.35 |
| Hex | 20 | 2E | 90 | 4E | 44 | 0 | 2C | E8 | 40 | 23 |
| Octal | 40 | 56 | 220 | 116 | 104 | 0 | 54 | 350 | 100 | 43 |
| Binary | 100000 | 101110 | 10010000 | 1001110 | 1000100 | 0 | 101100 | 11101000 | 1000000 | 100011 |
Color Harmonies of #202E90
Complementary color
Monochromatic Colors of #202E90
Black with #202E90
Text Example
Text Example
White with #202E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E90; }
p { color: rgb(32,46,144); }
H1.HeaderClassName
{
color: #202E90;
}
.AnyTagClassName
{
color: #202E90;
}
</style>
background-color css
<style>
a { background-color: #202E90; }
a { background-color: rgb(32,46,144); }
div.DivClassName
{
background-color: #202E90;
}
.BgClassName
{
background-color: #202E90;
}
</style>
border-color css
<style>
span { border-color: #202E90; }
span { border-color: rgb(32,46,144); }
td.TdClassName
{
border-color: #202E90;
}
.TagClassName
{
border-color: #202E90;
}
</style>