Shades of Egyptian Blue #202BA0
Tints of Egyptian Blue #202BA0
RGB
CMYK
RGB Variations
Color information
#202BA0 (or 0x202BA0) is known color: Egyptian Blue. HEX triplet: 20, 2B and A0. RGB value is (32,43,160). Sum of RGB (Red+Green+Blue) = 32+43+160=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 160 (62.89% from 255 or 68.09% from 235); Max value from RGB is 160 - color contains mainly: blue. Hex color #202BA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202BA0 is #DFD45F. Grayscale: #343434. Windows color (decimal): -14668896 or 10496800. OLE color: 10496800.
HSL color Cylindrical-coordinate representation of color #202BA0: hue angle of 234.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #202BA0 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 43 | 160 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.37 |
| HSL | 234.84º | 0.67% | 0.38% | - |
| HSV(B) | 234.84º | 0.8% | 0.63% | - |
| XYZ | 7.8 | 4.57 | 33.73 | - |
| YUV | 53.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 160 | 0.80 | 0.73 | 0 | 0.37 | 234.84 | 0.67 | 0.38 |
| Hex | 20 | 2B | A0 | 50 | 49 | 0 | 25 | EB | 43 | 26 |
| Octal | 40 | 53 | 240 | 120 | 111 | 0 | 45 | 353 | 103 | 46 |
| Binary | 100000 | 101011 | 10100000 | 1010000 | 1001001 | 0 | 100101 | 11101011 | 1000011 | 100110 |
Color Harmonies of #202BA0
Complementary color
Monochromatic Colors of #202BA0
Black with #202BA0
Text Example
Text Example
White with #202BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BA0; }
p { color: rgb(32,43,160); }
H1.HeaderClassName
{
color: #202BA0;
}
.AnyTagClassName
{
color: #202BA0;
}
</style>
background-color css
<style>
a { background-color: #202BA0; }
a { background-color: rgb(32,43,160); }
div.DivClassName
{
background-color: #202BA0;
}
.BgClassName
{
background-color: #202BA0;
}
</style>
border-color css
<style>
span { border-color: #202BA0; }
span { border-color: rgb(32,43,160); }
td.TdClassName
{
border-color: #202BA0;
}
.TagClassName
{
border-color: #202BA0;
}
</style>