Shades of Egyptian Blue #202C90
Tints of Egyptian Blue #202C90
RGB
CMYK
RGB Variations
Color information
#202C90 (or 0x202C90) is known color: Egyptian Blue. HEX triplet: 20, 2C and 90. RGB value is (32,44,144). Sum of RGB (Red+Green+Blue) = 32+44+144=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 44 (17.58% from 255 or 20% from 220); Blue value is 144 (56.64% from 255 or 65.45% from 220); Max value from RGB is 144 - color contains mainly: blue. Hex color #202C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C90 is #DFD36F. Grayscale: #333333. Windows color (decimal): -14668656 or 9448480. OLE color: 9448480.
HSL color Cylindrical-coordinate representation of color #202C90: hue angle of 233.57º 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 #202C90 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 44 | 144 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.44 |
| HSL | 233.57º | 0.64% | 0.35% | - |
| HSV(B) | 233.57º | 0.78% | 0.56% | - |
| XYZ | 6.53 | 4.12 | 26.84 | - |
| YUV | 51.81 | 180.02 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 144 | 0.78 | 0.69 | 0 | 0.44 | 233.57 | 0.64 | 0.35 |
| Hex | 20 | 2C | 90 | 4E | 45 | 0 | 2C | EA | 40 | 23 |
| Octal | 40 | 54 | 220 | 116 | 105 | 0 | 54 | 352 | 100 | 43 |
| Binary | 100000 | 101100 | 10010000 | 1001110 | 1000101 | 0 | 101100 | 11101010 | 1000000 | 100011 |
Color Harmonies of #202C90
Complementary color
Monochromatic Colors of #202C90
Black with #202C90
Text Example
Text Example
White with #202C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C90; }
p { color: rgb(32,44,144); }
H1.HeaderClassName
{
color: #202C90;
}
.AnyTagClassName
{
color: #202C90;
}
</style>
background-color css
<style>
a { background-color: #202C90; }
a { background-color: rgb(32,44,144); }
div.DivClassName
{
background-color: #202C90;
}
.BgClassName
{
background-color: #202C90;
}
</style>
border-color css
<style>
span { border-color: #202C90; }
span { border-color: rgb(32,44,144); }
td.TdClassName
{
border-color: #202C90;
}
.TagClassName
{
border-color: #202C90;
}
</style>