Shades of Egyptian Blue #202AA7
Tints of Egyptian Blue #202AA7
RGB
CMYK
RGB Variations
Color information
#202AA7 (or 0x202AA7) is known color: Egyptian Blue. HEX triplet: 20, 2A and A7. RGB value is (32,42,167). Sum of RGB (Red+Green+Blue) = 32+42+167=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 167 (65.62% from 255 or 69.29% from 241); Max value from RGB is 167 - color contains mainly: blue. Hex color #202AA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202AA7 is #DFD558. Grayscale: #343434. Windows color (decimal): -14669145 or 10955296. OLE color: 10955296.
HSL color Cylindrical-coordinate representation of color #202AA7: hue angle of 235.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #202AA7 is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 42 | 167 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.35 |
| HSL | 235.56º | 0.68% | 0.39% | - |
| HSV(B) | 235.56º | 0.81% | 0.65% | - |
| XYZ | 8.4 | 4.75 | 37.03 | - |
| YUV | 53.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 167 | 0.81 | 0.75 | 0 | 0.35 | 235.56 | 0.68 | 0.39 |
| Hex | 20 | 2A | A7 | 51 | 4B | 0 | 23 | EC | 44 | 27 |
| Octal | 40 | 52 | 247 | 121 | 113 | 0 | 43 | 354 | 104 | 47 |
| Binary | 100000 | 101010 | 10100111 | 1010001 | 1001011 | 0 | 100011 | 11101100 | 1000100 | 100111 |
Color Harmonies of #202AA7
Complementary color
Monochromatic Colors of #202AA7
Black with #202AA7
Text Example
Text Example
White with #202AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202AA7; }
p { color: rgb(32,42,167); }
H1.HeaderClassName
{
color: #202AA7;
}
.AnyTagClassName
{
color: #202AA7;
}
</style>
background-color css
<style>
a { background-color: #202AA7; }
a { background-color: rgb(32,42,167); }
div.DivClassName
{
background-color: #202AA7;
}
.BgClassName
{
background-color: #202AA7;
}
</style>
border-color css
<style>
span { border-color: #202AA7; }
span { border-color: rgb(32,42,167); }
td.TdClassName
{
border-color: #202AA7;
}
.TagClassName
{
border-color: #202AA7;
}
</style>