Shades of Egyptian Blue #203A8D
Tints of Egyptian Blue #203A8D
RGB
CMYK
RGB Variations
Color information
#203A8D (or 0x203A8D) is known color: Egyptian Blue. HEX triplet: 20, 3A and 8D. RGB value is (32,58,141). Sum of RGB (Red+Green+Blue) = 32+58+141=231 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.85% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #203A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A8D is #DFC572. Grayscale: #3B3B3B. Windows color (decimal): -14665075 or 9255456. OLE color: 9255456.
HSL color Cylindrical-coordinate representation of color #203A8D: hue angle of 225.69º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #203A8D is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 58 | 141 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.45 |
| HSL | 225.69º | 0.63% | 0.34% | - |
| HSV(B) | 225.69º | 0.77% | 0.55% | - |
| XYZ | 6.92 | 5.26 | 25.85 | - |
| YUV | 59.69 | 173.89 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 141 | 0.77 | 0.59 | 0 | 0.45 | 225.69 | 0.63 | 0.34 |
| Hex | 20 | 3A | 8D | 4D | 3B | 0 | 2D | E2 | 3F | 22 |
| Octal | 40 | 72 | 215 | 115 | 73 | 0 | 55 | 342 | 77 | 42 |
| Binary | 100000 | 111010 | 10001101 | 1001101 | 111011 | 0 | 101101 | 11100010 | 111111 | 100010 |
Color Harmonies of #203A8D
Complementary color
Monochromatic Colors of #203A8D
Black with #203A8D
Text Example
Text Example
White with #203A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A8D; }
p { color: rgb(32,58,141); }
H1.HeaderClassName
{
color: #203A8D;
}
.AnyTagClassName
{
color: #203A8D;
}
</style>
background-color css
<style>
a { background-color: #203A8D; }
a { background-color: rgb(32,58,141); }
div.DivClassName
{
background-color: #203A8D;
}
.BgClassName
{
background-color: #203A8D;
}
</style>
border-color css
<style>
span { border-color: #203A8D; }
span { border-color: rgb(32,58,141); }
td.TdClassName
{
border-color: #203A8D;
}
.TagClassName
{
border-color: #203A8D;
}
</style>