Shades of Egyptian Blue #203399
Tints of Egyptian Blue #203399
RGB
CMYK
RGB Variations
Color information
#203399 (or 0x203399) is known color: Egyptian Blue. HEX triplet: 20, 33 and 99. RGB value is (32,51,153). Sum of RGB (Red+Green+Blue) = 32+51+153=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #203399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203399 is #DFCC66. Grayscale: #383838. Windows color (decimal): -14666855 or 10040096. OLE color: 10040096.
HSL color Cylindrical-coordinate representation of color #203399: hue angle of 230.58º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203399 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 51 | 153 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.4 |
| HSL | 230.58º | 0.65% | 0.36% | - |
| HSV(B) | 230.58º | 0.79% | 0.6% | - |
| XYZ | 7.53 | 4.97 | 30.7 | - |
| YUV | 56.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 153 | 0.79 | 0.67 | 0 | 0.4 | 230.58 | 0.65 | 0.36 |
| Hex | 20 | 33 | 99 | 4F | 43 | 0 | 28 | E7 | 41 | 24 |
| Octal | 40 | 63 | 231 | 117 | 103 | 0 | 50 | 347 | 101 | 44 |
| Binary | 100000 | 110011 | 10011001 | 1001111 | 1000011 | 0 | 101000 | 11100111 | 1000001 | 100100 |
Color Harmonies of #203399
Complementary color
Monochromatic Colors of #203399
Black with #203399
Text Example
Text Example
White with #203399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203399; }
p { color: rgb(32,51,153); }
H1.HeaderClassName
{
color: #203399;
}
.AnyTagClassName
{
color: #203399;
}
</style>
background-color css
<style>
a { background-color: #203399; }
a { background-color: rgb(32,51,153); }
div.DivClassName
{
background-color: #203399;
}
.BgClassName
{
background-color: #203399;
}
</style>
border-color css
<style>
span { border-color: #203399; }
span { border-color: rgb(32,51,153); }
td.TdClassName
{
border-color: #203399;
}
.TagClassName
{
border-color: #203399;
}
</style>