Shades of Egyptian Blue #203390
Tints of Egyptian Blue #203390
RGB
CMYK
RGB Variations
Color information
#203390 (or 0x203390) is known color: Egyptian Blue. HEX triplet: 20, 33 and 90. RGB value is (32,51,144). Sum of RGB (Red+Green+Blue) = 32+51+144=227 (30% of max value = 765). Red value is 32 (12.89% from 255 or 14.10% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #203390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203390 is #DFCC6F. Grayscale: #373737. Windows color (decimal): -14666864 or 9450272. OLE color: 9450272.
HSL color Cylindrical-coordinate representation of color #203390: hue angle of 229.82º 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 #203390 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 51 | 144 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.44 |
| HSL | 229.82º | 0.64% | 0.35% | - |
| HSV(B) | 229.82º | 0.78% | 0.56% | - |
| XYZ | 6.81 | 4.69 | 26.93 | - |
| YUV | 55.92 | 177.71 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 144 | 0.78 | 0.65 | 0 | 0.44 | 229.82 | 0.64 | 0.35 |
| Hex | 20 | 33 | 90 | 4E | 41 | 0 | 2C | E6 | 40 | 23 |
| Octal | 40 | 63 | 220 | 116 | 101 | 0 | 54 | 346 | 100 | 43 |
| Binary | 100000 | 110011 | 10010000 | 1001110 | 1000001 | 0 | 101100 | 11100110 | 1000000 | 100011 |
Color Harmonies of #203390
Complementary color
Monochromatic Colors of #203390
Black with #203390
Text Example
Text Example
White with #203390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203390; }
p { color: rgb(32,51,144); }
H1.HeaderClassName
{
color: #203390;
}
.AnyTagClassName
{
color: #203390;
}
</style>
background-color css
<style>
a { background-color: #203390; }
a { background-color: rgb(32,51,144); }
div.DivClassName
{
background-color: #203390;
}
.BgClassName
{
background-color: #203390;
}
</style>
border-color css
<style>
span { border-color: #203390; }
span { border-color: rgb(32,51,144); }
td.TdClassName
{
border-color: #203390;
}
.TagClassName
{
border-color: #203390;
}
</style>