Shades of Egyptian Blue #203B9D
Tints of Egyptian Blue #203B9D
RGB
CMYK
RGB Variations
Color information
#203B9D (or 0x203B9D) is known color: Egyptian Blue. HEX triplet: 20, 3B and 9D. RGB value is (32,59,157). Sum of RGB (Red+Green+Blue) = 32+59+157=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 157 (61.72% from 255 or 63.31% from 248); Max value from RGB is 157 - color contains mainly: blue. Hex color #203B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203B9D is #DFC462. Grayscale: #3D3D3D. Windows color (decimal): -14664803 or 10304288. OLE color: 10304288.
HSL color Cylindrical-coordinate representation of color #203B9D: hue angle of 227.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #203B9D is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 59 | 157 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.38 |
| HSL | 227.04º | 0.66% | 0.37% | - |
| HSV(B) | 227.04º | 0.8% | 0.62% | - |
| XYZ | 8.25 | 5.87 | 32.6 | - |
| YUV | 62.1 | 181.55 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 157 | 0.80 | 0.62 | 0 | 0.38 | 227.04 | 0.66 | 0.37 |
| Hex | 20 | 3B | 9D | 50 | 3E | 0 | 26 | E3 | 42 | 25 |
| Octal | 40 | 73 | 235 | 120 | 76 | 0 | 46 | 343 | 102 | 45 |
| Binary | 100000 | 111011 | 10011101 | 1010000 | 111110 | 0 | 100110 | 11100011 | 1000010 | 100101 |
Color Harmonies of #203B9D
Complementary color
Monochromatic Colors of #203B9D
Black with #203B9D
Text Example
Text Example
White with #203B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203B9D; }
p { color: rgb(32,59,157); }
H1.HeaderClassName
{
color: #203B9D;
}
.AnyTagClassName
{
color: #203B9D;
}
</style>
background-color css
<style>
a { background-color: #203B9D; }
a { background-color: rgb(32,59,157); }
div.DivClassName
{
background-color: #203B9D;
}
.BgClassName
{
background-color: #203B9D;
}
</style>
border-color css
<style>
span { border-color: #203B9D; }
span { border-color: rgb(32,59,157); }
td.TdClassName
{
border-color: #203B9D;
}
.TagClassName
{
border-color: #203B9D;
}
</style>