Shades of Egyptian Blue #203190
Tints of Egyptian Blue #203190
RGB
CMYK
RGB Variations
Color information
#203190 (or 0x203190) is known color: Egyptian Blue. HEX triplet: 20, 31 and 90. RGB value is (32,49,144). Sum of RGB (Red+Green+Blue) = 32+49+144=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 144 (56.64% from 255 or 64% from 225); Max value from RGB is 144 - color contains mainly: blue. Hex color #203190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203190 is #DFCE6F. Grayscale: #363636. Windows color (decimal): -14667376 or 9449760. OLE color: 9449760.
HSL color Cylindrical-coordinate representation of color #203190: hue angle of 230.89º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #203190 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 49 | 144 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.44 |
| HSL | 230.89º | 0.64% | 0.35% | - |
| HSV(B) | 230.89º | 0.78% | 0.56% | - |
| XYZ | 6.73 | 4.52 | 26.9 | - |
| YUV | 54.75 | 178.37 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 144 | 0.78 | 0.66 | 0 | 0.44 | 230.89 | 0.64 | 0.35 |
| Hex | 20 | 31 | 90 | 4E | 42 | 0 | 2C | E7 | 40 | 23 |
| Octal | 40 | 61 | 220 | 116 | 102 | 0 | 54 | 347 | 100 | 43 |
| Binary | 100000 | 110001 | 10010000 | 1001110 | 1000010 | 0 | 101100 | 11100111 | 1000000 | 100011 |
Color Harmonies of #203190
Complementary color
Monochromatic Colors of #203190
Black with #203190
Text Example
Text Example
White with #203190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203190; }
p { color: rgb(32,49,144); }
H1.HeaderClassName
{
color: #203190;
}
.AnyTagClassName
{
color: #203190;
}
</style>
background-color css
<style>
a { background-color: #203190; }
a { background-color: rgb(32,49,144); }
div.DivClassName
{
background-color: #203190;
}
.BgClassName
{
background-color: #203190;
}
</style>
border-color css
<style>
span { border-color: #203190; }
span { border-color: rgb(32,49,144); }
td.TdClassName
{
border-color: #203190;
}
.TagClassName
{
border-color: #203190;
}
</style>