Shades of Egyptian Blue #202AAA
Tints of Egyptian Blue #202AAA
RGB
CMYK
RGB Variations
Color information
#202AAA (or 0x202AAA) is known color: Egyptian Blue. HEX triplet: 20, 2A and AA. RGB value is (32,42,170). Sum of RGB (Red+Green+Blue) = 32+42+170=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #202AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202AAA is #DFD555. Grayscale: #353535. Windows color (decimal): -14669142 or 11151904. OLE color: 11151904.
HSL color Cylindrical-coordinate representation of color #202AAA: hue angle of 235.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202AAA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 42 | 170 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.33 |
| HSL | 235.65º | 0.68% | 0.4% | - |
| HSV(B) | 235.65º | 0.81% | 0.67% | - |
| XYZ | 8.68 | 4.87 | 38.51 | - |
| YUV | 53.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 170 | 0.81 | 0.75 | 0 | 0.33 | 235.65 | 0.68 | 0.4 |
| Hex | 20 | 2A | AA | 51 | 4B | 0 | 21 | EC | 44 | 28 |
| Octal | 40 | 52 | 252 | 121 | 113 | 0 | 41 | 354 | 104 | 50 |
| Binary | 100000 | 101010 | 10101010 | 1010001 | 1001011 | 0 | 100001 | 11101100 | 1000100 | 101000 |
Color Harmonies of #202AAA
Complementary color
Monochromatic Colors of #202AAA
Black with #202AAA
Text Example
Text Example
White with #202AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AAA; }
p { color: rgb(32,42,170); }
H1.HeaderClassName
{
color: #202AAA;
}
.AnyTagClassName
{
color: #202AAA;
}
</style>
background-color css
<style>
a { background-color: #202AAA; }
a { background-color: rgb(32,42,170); }
div.DivClassName
{
background-color: #202AAA;
}
.BgClassName
{
background-color: #202AAA;
}
</style>
border-color css
<style>
span { border-color: #202AAA; }
span { border-color: rgb(32,42,170); }
td.TdClassName
{
border-color: #202AAA;
}
.TagClassName
{
border-color: #202AAA;
}
</style>