Shades of Egyptian Blue #203A9E
Tints of Egyptian Blue #203A9E
RGB
CMYK
RGB Variations
Color information
#203A9E (or 0x203A9E) is known color: Egyptian Blue. HEX triplet: 20, 3A and 9E. RGB value is (32,58,158). Sum of RGB (Red+Green+Blue) = 32+58+158=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 158 (62.11% from 255 or 63.71% from 248); Max value from RGB is 158 - color contains mainly: blue. Hex color #203A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A9E is #DFC561. Grayscale: #3D3D3D. Windows color (decimal): -14665058 or 10369568. OLE color: 10369568.
HSL color Cylindrical-coordinate representation of color #203A9E: hue angle of 227.62º 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 #203A9E is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 58 | 158 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.38 |
| HSL | 227.62º | 0.66% | 0.37% | - |
| HSV(B) | 227.62º | 0.8% | 0.62% | - |
| XYZ | 8.28 | 5.8 | 33.03 | - |
| YUV | 61.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 158 | 0.80 | 0.63 | 0 | 0.38 | 227.62 | 0.66 | 0.37 |
| Hex | 20 | 3A | 9E | 50 | 3F | 0 | 26 | E4 | 42 | 25 |
| Octal | 40 | 72 | 236 | 120 | 77 | 0 | 46 | 344 | 102 | 45 |
| Binary | 100000 | 111010 | 10011110 | 1010000 | 111111 | 0 | 100110 | 11100100 | 1000010 | 100101 |
Color Harmonies of #203A9E
Complementary color
Monochromatic Colors of #203A9E
Black with #203A9E
Text Example
Text Example
White with #203A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A9E; }
p { color: rgb(32,58,158); }
H1.HeaderClassName
{
color: #203A9E;
}
.AnyTagClassName
{
color: #203A9E;
}
</style>
background-color css
<style>
a { background-color: #203A9E; }
a { background-color: rgb(32,58,158); }
div.DivClassName
{
background-color: #203A9E;
}
.BgClassName
{
background-color: #203A9E;
}
</style>
border-color css
<style>
span { border-color: #203A9E; }
span { border-color: rgb(32,58,158); }
td.TdClassName
{
border-color: #203A9E;
}
.TagClassName
{
border-color: #203A9E;
}
</style>