Shades of Egyptian Blue #20229E
Tints of Egyptian Blue #20229E
RGB
CMYK
RGB Variations
Color information
#20229E (or 0x20229E) is known color: Egyptian Blue. HEX triplet: 20, 22 and 9E. RGB value is (32,34,158). Sum of RGB (Red+Green+Blue) = 32+34+158=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #20229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20229E is #DFDD61. Grayscale: #2F2F2F. Windows color (decimal): -14671202 or 10363424. OLE color: 10363424.
HSL color Cylindrical-coordinate representation of color #20229E: hue angle of 239.05º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20229E is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 34 | 158 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.38 |
| HSL | 239.05º | 0.66% | 0.37% | - |
| HSV(B) | 239.05º | 0.8% | 0.62% | - |
| XYZ | 7.34 | 3.92 | 32.72 | - |
| YUV | 47.54 | 190.34 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 34 | 158 | 0.80 | 0.78 | 0 | 0.38 | 239.05 | 0.66 | 0.37 |
| Hex | 20 | 22 | 9E | 50 | 4E | 0 | 26 | EF | 42 | 25 |
| Octal | 40 | 42 | 236 | 120 | 116 | 0 | 46 | 357 | 102 | 45 |
| Binary | 100000 | 100010 | 10011110 | 1010000 | 1001110 | 0 | 100110 | 11101111 | 1000010 | 100101 |
Color Harmonies of #20229E
Complementary color
Monochromatic Colors of #20229E
Black with #20229E
Text Example
Text Example
White with #20229E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20229E; }
p { color: rgb(32,34,158); }
H1.HeaderClassName
{
color: #20229E;
}
.AnyTagClassName
{
color: #20229E;
}
</style>
background-color css
<style>
a { background-color: #20229E; }
a { background-color: rgb(32,34,158); }
div.DivClassName
{
background-color: #20229E;
}
.BgClassName
{
background-color: #20229E;
}
</style>
border-color css
<style>
span { border-color: #20229E; }
span { border-color: rgb(32,34,158); }
td.TdClassName
{
border-color: #20229E;
}
.TagClassName
{
border-color: #20229E;
}
</style>