Shades of Egyptian Blue #202D90
Tints of Egyptian Blue #202D90
RGB
CMYK
RGB Variations
Color information
#202D90 (or 0x202D90) is known color: Egyptian Blue. HEX triplet: 20, 2D and 90. RGB value is (32,45,144). Sum of RGB (Red+Green+Blue) = 32+45+144=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 144 (56.64% from 255 or 65.16% from 221); Max value from RGB is 144 - color contains mainly: blue. Hex color #202D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D90 is #DFD26F. Grayscale: #333333. Windows color (decimal): -14668400 or 9448736. OLE color: 9448736.
HSL color Cylindrical-coordinate representation of color #202D90: hue angle of 233.04º 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 #202D90 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 45 | 144 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.44 |
| HSL | 233.04º | 0.64% | 0.35% | - |
| HSV(B) | 233.04º | 0.78% | 0.56% | - |
| XYZ | 6.57 | 4.2 | 26.85 | - |
| YUV | 52.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 144 | 0.78 | 0.69 | 0 | 0.44 | 233.04 | 0.64 | 0.35 |
| Hex | 20 | 2D | 90 | 4E | 45 | 0 | 2C | E9 | 40 | 23 |
| Octal | 40 | 55 | 220 | 116 | 105 | 0 | 54 | 351 | 100 | 43 |
| Binary | 100000 | 101101 | 10010000 | 1001110 | 1000101 | 0 | 101100 | 11101001 | 1000000 | 100011 |
Color Harmonies of #202D90
Complementary color
Monochromatic Colors of #202D90
Black with #202D90
Text Example
Text Example
White with #202D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D90; }
p { color: rgb(32,45,144); }
H1.HeaderClassName
{
color: #202D90;
}
.AnyTagClassName
{
color: #202D90;
}
</style>
background-color css
<style>
a { background-color: #202D90; }
a { background-color: rgb(32,45,144); }
div.DivClassName
{
background-color: #202D90;
}
.BgClassName
{
background-color: #202D90;
}
</style>
border-color css
<style>
span { border-color: #202D90; }
span { border-color: rgb(32,45,144); }
td.TdClassName
{
border-color: #202D90;
}
.TagClassName
{
border-color: #202D90;
}
</style>