Shades of Egyptian Blue #202891
Tints of Egyptian Blue #202891
RGB
CMYK
RGB Variations
Color information
#202891 (or 0x202891) is known color: Egyptian Blue. HEX triplet: 20, 28 and 91. RGB value is (32,40,145). Sum of RGB (Red+Green+Blue) = 32+40+145=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #202891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202891 is #DFD76E. Grayscale: #313131. Windows color (decimal): -14669679 or 9512992. OLE color: 9512992.
HSL color Cylindrical-coordinate representation of color #202891: hue angle of 235.75º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202891 is Cyan = 0.78, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 40 | 145 | - |
| CMYK | 0.78 | 0.72 | 0 | 0.43 |
| HSL | 235.75º | 0.64% | 0.35% | - |
| HSV(B) | 235.75º | 0.78% | 0.57% | - |
| XYZ | 6.47 | 3.87 | 27.19 | - |
| YUV | 49.58 | 181.85 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 145 | 0.78 | 0.72 | 0 | 0.43 | 235.75 | 0.64 | 0.35 |
| Hex | 20 | 28 | 91 | 4E | 48 | 0 | 2B | EC | 40 | 23 |
| Octal | 40 | 50 | 221 | 116 | 110 | 0 | 53 | 354 | 100 | 43 |
| Binary | 100000 | 101000 | 10010001 | 1001110 | 1001000 | 0 | 101011 | 11101100 | 1000000 | 100011 |
Color Harmonies of #202891
Complementary color
Monochromatic Colors of #202891
Black with #202891
Text Example
Text Example
White with #202891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202891; }
p { color: rgb(32,40,145); }
H1.HeaderClassName
{
color: #202891;
}
.AnyTagClassName
{
color: #202891;
}
</style>
background-color css
<style>
a { background-color: #202891; }
a { background-color: rgb(32,40,145); }
div.DivClassName
{
background-color: #202891;
}
.BgClassName
{
background-color: #202891;
}
</style>
border-color css
<style>
span { border-color: #202891; }
span { border-color: rgb(32,40,145); }
td.TdClassName
{
border-color: #202891;
}
.TagClassName
{
border-color: #202891;
}
</style>