Shades of Egyptian Blue #202D96
Tints of Egyptian Blue #202D96
RGB
CMYK
RGB Variations
Color information
#202D96 (or 0x202D96) is known color: Egyptian Blue. HEX triplet: 20, 2D and 96. RGB value is (32,45,150). Sum of RGB (Red+Green+Blue) = 32+45+150=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 150 (58.98% from 255 or 66.08% from 227); Max value from RGB is 150 - color contains mainly: blue. Hex color #202D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D96 is #DFD269. Grayscale: #343434. Windows color (decimal): -14668394 or 9841952. OLE color: 9841952.
HSL color Cylindrical-coordinate representation of color #202D96: hue angle of 233.39º 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 #202D96 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 45 | 150 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.41 |
| HSL | 233.39º | 0.65% | 0.36% | - |
| HSV(B) | 233.39º | 0.79% | 0.59% | - |
| XYZ | 7.04 | 4.39 | 29.33 | - |
| YUV | 53.08 | 182.69 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 150 | 0.79 | 0.70 | 0 | 0.41 | 233.39 | 0.65 | 0.36 |
| Hex | 20 | 2D | 96 | 4F | 46 | 0 | 29 | E9 | 41 | 24 |
| Octal | 40 | 55 | 226 | 117 | 106 | 0 | 51 | 351 | 101 | 44 |
| Binary | 100000 | 101101 | 10010110 | 1001111 | 1000110 | 0 | 101001 | 11101001 | 1000001 | 100100 |
Color Harmonies of #202D96
Complementary color
Monochromatic Colors of #202D96
Black with #202D96
Text Example
Text Example
White with #202D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D96; }
p { color: rgb(32,45,150); }
H1.HeaderClassName
{
color: #202D96;
}
.AnyTagClassName
{
color: #202D96;
}
</style>
background-color css
<style>
a { background-color: #202D96; }
a { background-color: rgb(32,45,150); }
div.DivClassName
{
background-color: #202D96;
}
.BgClassName
{
background-color: #202D96;
}
</style>
border-color css
<style>
span { border-color: #202D96; }
span { border-color: rgb(32,45,150); }
td.TdClassName
{
border-color: #202D96;
}
.TagClassName
{
border-color: #202D96;
}
</style>