Shades of Egyptian Blue #202C91
Tints of Egyptian Blue #202C91
RGB
CMYK
RGB Variations
Color information
#202C91 (or 0x202C91) is known color: Egyptian Blue. HEX triplet: 20, 2C and 91. RGB value is (32,44,145). Sum of RGB (Red+Green+Blue) = 32+44+145=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 44 (17.58% from 255 or 19.91% from 221); Blue value is 145 (57.03% from 255 or 65.61% from 221); Max value from RGB is 145 - color contains mainly: blue. Hex color #202C91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202C91 is #DFD36E. Grayscale: #333333. Windows color (decimal): -14668655 or 9514016. OLE color: 9514016.
HSL color Cylindrical-coordinate representation of color #202C91: hue angle of 233.63º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202C91 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 32 | 44 | 145 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.43 |
| HSL | 233.63º | 0.64% | 0.35% | - |
| HSV(B) | 233.63º | 0.78% | 0.57% | - |
| XYZ | 6.61 | 4.15 | 27.24 | - |
| YUV | 51.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 44 | 145 | 0.78 | 0.70 | 0 | 0.43 | 233.63 | 0.64 | 0.35 |
| Hex | 20 | 2C | 91 | 4E | 46 | 0 | 2B | EA | 40 | 23 |
| Octal | 40 | 54 | 221 | 116 | 106 | 0 | 53 | 352 | 100 | 43 |
| Binary | 100000 | 101100 | 10010001 | 1001110 | 1000110 | 0 | 101011 | 11101010 | 1000000 | 100011 |
Color Harmonies of #202C91
Complementary color
Monochromatic Colors of #202C91
Black with #202C91
Text Example
Text Example
White with #202C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202C91; }
p { color: rgb(32,44,145); }
H1.HeaderClassName
{
color: #202C91;
}
.AnyTagClassName
{
color: #202C91;
}
</style>
background-color css
<style>
a { background-color: #202C91; }
a { background-color: rgb(32,44,145); }
div.DivClassName
{
background-color: #202C91;
}
.BgClassName
{
background-color: #202C91;
}
</style>
border-color css
<style>
span { border-color: #202C91; }
span { border-color: rgb(32,44,145); }
td.TdClassName
{
border-color: #202C91;
}
.TagClassName
{
border-color: #202C91;
}
</style>