Shades of Egyptian Blue #202BA2
Tints of Egyptian Blue #202BA2
RGB
CMYK
RGB Variations
Color information
#202BA2 (or 0x202BA2) is known color: Egyptian Blue. HEX triplet: 20, 2B and A2. RGB value is (32,43,162). Sum of RGB (Red+Green+Blue) = 32+43+162=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #202BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202BA2 is #DFD45D. Grayscale: #343434. Windows color (decimal): -14668894 or 10627872. OLE color: 10627872.
HSL color Cylindrical-coordinate representation of color #202BA2: hue angle of 234.92º 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 #202BA2 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 43 | 162 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.36 |
| HSL | 234.92º | 0.67% | 0.38% | - |
| HSV(B) | 234.92º | 0.8% | 0.64% | - |
| XYZ | 7.98 | 4.64 | 34.66 | - |
| YUV | 53.28 | 189.36 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 162 | 0.80 | 0.73 | 0 | 0.36 | 234.92 | 0.67 | 0.38 |
| Hex | 20 | 2B | A2 | 50 | 49 | 0 | 24 | EB | 43 | 26 |
| Octal | 40 | 53 | 242 | 120 | 111 | 0 | 44 | 353 | 103 | 46 |
| Binary | 100000 | 101011 | 10100010 | 1010000 | 1001001 | 0 | 100100 | 11101011 | 1000011 | 100110 |
Color Harmonies of #202BA2
Complementary color
Monochromatic Colors of #202BA2
Black with #202BA2
Text Example
Text Example
White with #202BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BA2; }
p { color: rgb(32,43,162); }
H1.HeaderClassName
{
color: #202BA2;
}
.AnyTagClassName
{
color: #202BA2;
}
</style>
background-color css
<style>
a { background-color: #202BA2; }
a { background-color: rgb(32,43,162); }
div.DivClassName
{
background-color: #202BA2;
}
.BgClassName
{
background-color: #202BA2;
}
</style>
border-color css
<style>
span { border-color: #202BA2; }
span { border-color: rgb(32,43,162); }
td.TdClassName
{
border-color: #202BA2;
}
.TagClassName
{
border-color: #202BA2;
}
</style>