Shades of Egyptian Blue #202897
Tints of Egyptian Blue #202897
RGB
CMYK
RGB Variations
Color information
#202897 (or 0x202897) is known color: Egyptian Blue. HEX triplet: 20, 28 and 97. RGB value is (32,40,151). Sum of RGB (Red+Green+Blue) = 32+40+151=223 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.35% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 151 (59.38% from 255 or 67.71% from 223); Max value from RGB is 151 - color contains mainly: blue. Hex color #202897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202897 is #DFD768. Grayscale: #313131. Windows color (decimal): -14669673 or 9906208. OLE color: 9906208.
HSL color Cylindrical-coordinate representation of color #202897: hue angle of 235.97º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202897 is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 40 | 151 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.41 |
| HSL | 235.97º | 0.65% | 0.36% | - |
| HSV(B) | 235.97º | 0.79% | 0.59% | - |
| XYZ | 6.94 | 4.06 | 29.7 | - |
| YUV | 50.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 151 | 0.79 | 0.74 | 0 | 0.41 | 235.97 | 0.65 | 0.36 |
| Hex | 20 | 28 | 97 | 4F | 4A | 0 | 29 | EC | 41 | 24 |
| Octal | 40 | 50 | 227 | 117 | 112 | 0 | 51 | 354 | 101 | 44 |
| Binary | 100000 | 101000 | 10010111 | 1001111 | 1001010 | 0 | 101001 | 11101100 | 1000001 | 100100 |
Color Harmonies of #202897
Complementary color
Monochromatic Colors of #202897
Black with #202897
Text Example
Text Example
White with #202897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202897; }
p { color: rgb(32,40,151); }
H1.HeaderClassName
{
color: #202897;
}
.AnyTagClassName
{
color: #202897;
}
</style>
background-color css
<style>
a { background-color: #202897; }
a { background-color: rgb(32,40,151); }
div.DivClassName
{
background-color: #202897;
}
.BgClassName
{
background-color: #202897;
}
</style>
border-color css
<style>
span { border-color: #202897; }
span { border-color: rgb(32,40,151); }
td.TdClassName
{
border-color: #202897;
}
.TagClassName
{
border-color: #202897;
}
</style>