Shades of Egyptian Blue #202CA0
Tints of Egyptian Blue #202CA0
RGB
CMYK
RGB Variations
Color information
#202CA0 (or 0x202CA0) is known color: Egyptian Blue. HEX triplet: 20, 2C and A0. RGB value is (32,44,160). Sum of RGB (Red+Green+Blue) = 32+44+160=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #202CA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202CA0 is #DFD35F. Grayscale: #353535. Windows color (decimal): -14668640 or 10497056. OLE color: 10497056.
HSL color Cylindrical-coordinate representation of color #202CA0: hue angle of 234.38º 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 #202CA0 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 44 | 160 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.37 |
| HSL | 234.38º | 0.67% | 0.38% | - |
| HSV(B) | 234.38º | 0.8% | 0.63% | - |
| XYZ | 7.84 | 4.65 | 33.74 | - |
| YUV | 53.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 160 | 0.80 | 0.72 | 0 | 0.37 | 234.38 | 0.67 | 0.38 |
| Hex | 20 | 2C | A0 | 50 | 48 | 0 | 25 | EA | 43 | 26 |
| Octal | 40 | 54 | 240 | 120 | 110 | 0 | 45 | 352 | 103 | 46 |
| Binary | 100000 | 101100 | 10100000 | 1010000 | 1001000 | 0 | 100101 | 11101010 | 1000011 | 100110 |
Color Harmonies of #202CA0
Complementary color
Monochromatic Colors of #202CA0
Black with #202CA0
Text Example
Text Example
White with #202CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CA0; }
p { color: rgb(32,44,160); }
H1.HeaderClassName
{
color: #202CA0;
}
.AnyTagClassName
{
color: #202CA0;
}
</style>
background-color css
<style>
a { background-color: #202CA0; }
a { background-color: rgb(32,44,160); }
div.DivClassName
{
background-color: #202CA0;
}
.BgClassName
{
background-color: #202CA0;
}
</style>
border-color css
<style>
span { border-color: #202CA0; }
span { border-color: rgb(32,44,160); }
td.TdClassName
{
border-color: #202CA0;
}
.TagClassName
{
border-color: #202CA0;
}
</style>