Shades of Egyptian Blue #202CA1
Tints of Egyptian Blue #202CA1
RGB
CMYK
RGB Variations
Color information
#202CA1 (or 0x202CA1) is known color: Egyptian Blue. HEX triplet: 20, 2C and A1. RGB value is (32,44,161). Sum of RGB (Red+Green+Blue) = 32+44+161=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 44 (17.58% from 255 or 18.57% from 237); Blue value is 161 (63.28% from 255 or 67.93% from 237); Max value from RGB is 161 - color contains mainly: blue. Hex color #202CA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202CA1 is #DFD35E. Grayscale: #353535. Windows color (decimal): -14668639 or 10562592. OLE color: 10562592.
HSL color Cylindrical-coordinate representation of color #202CA1: hue angle of 234.42º 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 #202CA1 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 44 | 161 | - |
| CMYK | 0.80 | 0.73 | 0 | 0.37 |
| HSL | 234.42º | 0.67% | 0.38% | - |
| HSV(B) | 234.42º | 0.8% | 0.63% | - |
| XYZ | 7.93 | 4.68 | 34.2 | - |
| YUV | 53.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 161 | 0.80 | 0.73 | 0 | 0.37 | 234.42 | 0.67 | 0.38 |
| Hex | 20 | 2C | A1 | 50 | 49 | 0 | 25 | EA | 43 | 26 |
| Octal | 40 | 54 | 241 | 120 | 111 | 0 | 45 | 352 | 103 | 46 |
| Binary | 100000 | 101100 | 10100001 | 1010000 | 1001001 | 0 | 100101 | 11101010 | 1000011 | 100110 |
Color Harmonies of #202CA1
Complementary color
Monochromatic Colors of #202CA1
Black with #202CA1
Text Example
Text Example
White with #202CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202CA1; }
p { color: rgb(32,44,161); }
H1.HeaderClassName
{
color: #202CA1;
}
.AnyTagClassName
{
color: #202CA1;
}
</style>
background-color css
<style>
a { background-color: #202CA1; }
a { background-color: rgb(32,44,161); }
div.DivClassName
{
background-color: #202CA1;
}
.BgClassName
{
background-color: #202CA1;
}
</style>
border-color css
<style>
span { border-color: #202CA1; }
span { border-color: rgb(32,44,161); }
td.TdClassName
{
border-color: #202CA1;
}
.TagClassName
{
border-color: #202CA1;
}
</style>