Shades of Egyptian Blue #203893
Tints of Egyptian Blue #203893
RGB
CMYK
RGB Variations
Color information
#203893 (or 0x203893) is known color: Egyptian Blue. HEX triplet: 20, 38 and 93. RGB value is (32,56,147). Sum of RGB (Red+Green+Blue) = 32+56+147=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #203893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203893 is #DFC76C. Grayscale: #3A3A3A. Windows color (decimal): -14665581 or 9648160. OLE color: 9648160.
HSL color Cylindrical-coordinate representation of color #203893: hue angle of 227.48º 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 #203893 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 56 | 147 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.42 |
| HSL | 227.48º | 0.64% | 0.35% | - |
| HSV(B) | 227.48º | 0.78% | 0.58% | - |
| XYZ | 7.28 | 5.24 | 28.23 | - |
| YUV | 59.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 147 | 0.78 | 0.62 | 0 | 0.42 | 227.48 | 0.64 | 0.35 |
| Hex | 20 | 38 | 93 | 4E | 3E | 0 | 2A | E3 | 40 | 23 |
| Octal | 40 | 70 | 223 | 116 | 76 | 0 | 52 | 343 | 100 | 43 |
| Binary | 100000 | 111000 | 10010011 | 1001110 | 111110 | 0 | 101010 | 11100011 | 1000000 | 100011 |
Color Harmonies of #203893
Complementary color
Monochromatic Colors of #203893
Black with #203893
Text Example
Text Example
White with #203893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203893; }
p { color: rgb(32,56,147); }
H1.HeaderClassName
{
color: #203893;
}
.AnyTagClassName
{
color: #203893;
}
</style>
background-color css
<style>
a { background-color: #203893; }
a { background-color: rgb(32,56,147); }
div.DivClassName
{
background-color: #203893;
}
.BgClassName
{
background-color: #203893;
}
</style>
border-color css
<style>
span { border-color: #203893; }
span { border-color: rgb(32,56,147); }
td.TdClassName
{
border-color: #203893;
}
.TagClassName
{
border-color: #203893;
}
</style>