Shades of Egyptian Blue #202D94
Tints of Egyptian Blue #202D94
RGB
CMYK
RGB Variations
Color information
#202D94 (or 0x202D94) is known color: Egyptian Blue. HEX triplet: 20, 2D and 94. RGB value is (32,45,148). Sum of RGB (Red+Green+Blue) = 32+45+148=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 148 (58.20% from 255 or 65.78% from 225); Max value from RGB is 148 - color contains mainly: blue. Hex color #202D94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #202D94 is #DFD26B. Grayscale: #343434. Windows color (decimal): -14668396 or 9710880. OLE color: 9710880.
HSL color Cylindrical-coordinate representation of color #202D94: hue angle of 233.28º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #202D94 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 45 | 148 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.42 |
| HSL | 233.28º | 0.64% | 0.35% | - |
| HSV(B) | 233.28º | 0.78% | 0.58% | - |
| XYZ | 6.88 | 4.32 | 28.49 | - |
| YUV | 52.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 45 | 148 | 0.78 | 0.70 | 0 | 0.42 | 233.28 | 0.64 | 0.35 |
| Hex | 20 | 2D | 94 | 4E | 46 | 0 | 2A | E9 | 40 | 23 |
| Octal | 40 | 55 | 224 | 116 | 106 | 0 | 52 | 351 | 100 | 43 |
| Binary | 100000 | 101101 | 10010100 | 1001110 | 1000110 | 0 | 101010 | 11101001 | 1000000 | 100011 |
Color Harmonies of #202D94
Complementary color
Monochromatic Colors of #202D94
Black with #202D94
Text Example
Text Example
White with #202D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202D94; }
p { color: rgb(32,45,148); }
H1.HeaderClassName
{
color: #202D94;
}
.AnyTagClassName
{
color: #202D94;
}
</style>
background-color css
<style>
a { background-color: #202D94; }
a { background-color: rgb(32,45,148); }
div.DivClassName
{
background-color: #202D94;
}
.BgClassName
{
background-color: #202D94;
}
</style>
border-color css
<style>
span { border-color: #202D94; }
span { border-color: rgb(32,45,148); }
td.TdClassName
{
border-color: #202D94;
}
.TagClassName
{
border-color: #202D94;
}
</style>