Shades of Egyptian Blue #202EA6
Tints of Egyptian Blue #202EA6
RGB
CMYK
RGB Variations
Color information
#202EA6 (or 0x202EA6) is known color: Egyptian Blue. HEX triplet: 20, 2E and A6. RGB value is (32,46,166). Sum of RGB (Red+Green+Blue) = 32+46+166=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 46 (18.36% from 255 or 18.85% from 244); Blue value is 166 (65.23% from 255 or 68.03% from 244); Max value from RGB is 166 - color contains mainly: blue. Hex color #202EA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202EA6 is #DFD159. Grayscale: #373737. Windows color (decimal): -14668122 or 10890784. OLE color: 10890784.
HSL color Cylindrical-coordinate representation of color #202EA6: hue angle of 233.73º 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 #202EA6 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 46 | 166 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.35 |
| HSL | 233.73º | 0.68% | 0.39% | - |
| HSV(B) | 233.73º | 0.81% | 0.65% | - |
| XYZ | 8.46 | 5.01 | 36.6 | - |
| YUV | 55.49 | 190.36 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 166 | 0.81 | 0.72 | 0 | 0.35 | 233.73 | 0.68 | 0.39 |
| Hex | 20 | 2E | A6 | 51 | 48 | 0 | 23 | EA | 44 | 27 |
| Octal | 40 | 56 | 246 | 121 | 110 | 0 | 43 | 352 | 104 | 47 |
| Binary | 100000 | 101110 | 10100110 | 1010001 | 1001000 | 0 | 100011 | 11101010 | 1000100 | 100111 |
Color Harmonies of #202EA6
Complementary color
Monochromatic Colors of #202EA6
Black with #202EA6
Text Example
Text Example
White with #202EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EA6; }
p { color: rgb(32,46,166); }
H1.HeaderClassName
{
color: #202EA6;
}
.AnyTagClassName
{
color: #202EA6;
}
</style>
background-color css
<style>
a { background-color: #202EA6; }
a { background-color: rgb(32,46,166); }
div.DivClassName
{
background-color: #202EA6;
}
.BgClassName
{
background-color: #202EA6;
}
</style>
border-color css
<style>
span { border-color: #202EA6; }
span { border-color: rgb(32,46,166); }
td.TdClassName
{
border-color: #202EA6;
}
.TagClassName
{
border-color: #202EA6;
}
</style>