Shades of Egyptian Blue #202895
Tints of Egyptian Blue #202895
RGB
CMYK
RGB Variations
Color information
#202895 (or 0x202895) is known color: Egyptian Blue. HEX triplet: 20, 28 and 95. RGB value is (32,40,149). Sum of RGB (Red+Green+Blue) = 32+40+149=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #202895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202895 is #DFD76A. Grayscale: #313131. Windows color (decimal): -14669675 or 9775136. OLE color: 9775136.
HSL color Cylindrical-coordinate representation of color #202895: hue angle of 235.9º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #202895 is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 40 | 149 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.42 |
| HSL | 235.9º | 0.65% | 0.35% | - |
| HSV(B) | 235.9º | 0.79% | 0.58% | - |
| XYZ | 6.78 | 3.99 | 28.85 | - |
| YUV | 50.03 | 183.85 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 149 | 0.79 | 0.73 | 0 | 0.42 | 235.9 | 0.65 | 0.35 |
| Hex | 20 | 28 | 95 | 4F | 49 | 0 | 2A | EC | 41 | 23 |
| Octal | 40 | 50 | 225 | 117 | 111 | 0 | 52 | 354 | 101 | 43 |
| Binary | 100000 | 101000 | 10010101 | 1001111 | 1001001 | 0 | 101010 | 11101100 | 1000001 | 100011 |
Color Harmonies of #202895
Complementary color
Monochromatic Colors of #202895
Black with #202895
Text Example
Text Example
White with #202895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202895; }
p { color: rgb(32,40,149); }
H1.HeaderClassName
{
color: #202895;
}
.AnyTagClassName
{
color: #202895;
}
</style>
background-color css
<style>
a { background-color: #202895; }
a { background-color: rgb(32,40,149); }
div.DivClassName
{
background-color: #202895;
}
.BgClassName
{
background-color: #202895;
}
</style>
border-color css
<style>
span { border-color: #202895; }
span { border-color: rgb(32,40,149); }
td.TdClassName
{
border-color: #202895;
}
.TagClassName
{
border-color: #202895;
}
</style>