Shades of Egyptian Blue #202AA2
Tints of Egyptian Blue #202AA2
RGB
CMYK
RGB Variations
Color information
#202AA2 (or 0x202AA2) is known color: Egyptian Blue. HEX triplet: 20, 2A and A2. RGB value is (32,42,162). Sum of RGB (Red+Green+Blue) = 32+42+162=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 42 (16.80% from 255 or 17.80% from 236); Blue value is 162 (63.67% from 255 or 68.64% from 236); Max value from RGB is 162 - color contains mainly: blue. Hex color #202AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202AA2 is #DFD55D. Grayscale: #343434. Windows color (decimal): -14669150 or 10627616. OLE color: 10627616.
HSL color Cylindrical-coordinate representation of color #202AA2: hue angle of 235.38º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202AA2 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 42 | 162 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.36 |
| HSL | 235.38º | 0.67% | 0.38% | - |
| HSV(B) | 235.38º | 0.8% | 0.64% | - |
| XYZ | 7.95 | 4.57 | 34.65 | - |
| YUV | 52.69 | 189.69 | 113.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 162 | 0.80 | 0.74 | 0 | 0.36 | 235.38 | 0.67 | 0.38 |
| Hex | 20 | 2A | A2 | 50 | 4A | 0 | 24 | EB | 43 | 26 |
| Octal | 40 | 52 | 242 | 120 | 112 | 0 | 44 | 353 | 103 | 46 |
| Binary | 100000 | 101010 | 10100010 | 1010000 | 1001010 | 0 | 100100 | 11101011 | 1000011 | 100110 |
Color Harmonies of #202AA2
Complementary color
Monochromatic Colors of #202AA2
Black with #202AA2
Text Example
Text Example
White with #202AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AA2; }
p { color: rgb(32,42,162); }
H1.HeaderClassName
{
color: #202AA2;
}
.AnyTagClassName
{
color: #202AA2;
}
</style>
background-color css
<style>
a { background-color: #202AA2; }
a { background-color: rgb(32,42,162); }
div.DivClassName
{
background-color: #202AA2;
}
.BgClassName
{
background-color: #202AA2;
}
</style>
border-color css
<style>
span { border-color: #202AA2; }
span { border-color: rgb(32,42,162); }
td.TdClassName
{
border-color: #202AA2;
}
.TagClassName
{
border-color: #202AA2;
}
</style>