Shades of Egyptian Blue #203B93
Tints of Egyptian Blue #203B93
RGB
CMYK
RGB Variations
Color information
#203B93 (or 0x203B93) is known color: Egyptian Blue. HEX triplet: 20, 3B and 93. RGB value is (32,59,147). Sum of RGB (Red+Green+Blue) = 32+59+147=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 59 (23.44% from 255 or 24.79% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #203B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B93 is #DFC46C. Grayscale: #3C3C3C. Windows color (decimal): -14664813 or 9648928. OLE color: 9648928.
HSL color Cylindrical-coordinate representation of color #203B93: hue angle of 225.91º 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 #203B93 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 59 | 147 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.42 |
| HSL | 225.91º | 0.64% | 0.35% | - |
| HSV(B) | 225.91º | 0.78% | 0.58% | - |
| XYZ | 7.43 | 5.54 | 28.28 | - |
| YUV | 60.96 | 176.55 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 147 | 0.78 | 0.60 | 0 | 0.42 | 225.91 | 0.64 | 0.35 |
| Hex | 20 | 3B | 93 | 4E | 3C | 0 | 2A | E2 | 40 | 23 |
| Octal | 40 | 73 | 223 | 116 | 74 | 0 | 52 | 342 | 100 | 43 |
| Binary | 100000 | 111011 | 10010011 | 1001110 | 111100 | 0 | 101010 | 11100010 | 1000000 | 100011 |
Color Harmonies of #203B93
Complementary color
Monochromatic Colors of #203B93
Black with #203B93
Text Example
Text Example
White with #203B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B93; }
p { color: rgb(32,59,147); }
H1.HeaderClassName
{
color: #203B93;
}
.AnyTagClassName
{
color: #203B93;
}
</style>
background-color css
<style>
a { background-color: #203B93; }
a { background-color: rgb(32,59,147); }
div.DivClassName
{
background-color: #203B93;
}
.BgClassName
{
background-color: #203B93;
}
</style>
border-color css
<style>
span { border-color: #203B93; }
span { border-color: rgb(32,59,147); }
td.TdClassName
{
border-color: #203B93;
}
.TagClassName
{
border-color: #203B93;
}
</style>