Shades of Egyptian Blue #203A9A
Tints of Egyptian Blue #203A9A
RGB
CMYK
RGB Variations
Color information
#203A9A (or 0x203A9A) is known color: Egyptian Blue. HEX triplet: 20, 3A and 9A. RGB value is (32,58,154). Sum of RGB (Red+Green+Blue) = 32+58+154=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 154 (60.55% from 255 or 63.11% from 244); Max value from RGB is 154 - color contains mainly: blue. Hex color #203A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A9A is #DFC565. Grayscale: #3C3C3C. Windows color (decimal): -14665062 or 10107424. OLE color: 10107424.
HSL color Cylindrical-coordinate representation of color #203A9A: hue angle of 227.21º degrees, saturation: 0.66, 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 #203A9A is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 58 | 154 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.40 |
| HSL | 227.21º | 0.66% | 0.36% | - |
| HSV(B) | 227.21º | 0.79% | 0.6% | - |
| XYZ | 7.94 | 5.67 | 31.25 | - |
| YUV | 61.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 154 | 0.79 | 0.62 | 0 | 0.40 | 227.21 | 0.66 | 0.36 |
| Hex | 20 | 3A | 9A | 4F | 3E | 0 | 28 | E3 | 42 | 24 |
| Octal | 40 | 72 | 232 | 117 | 76 | 0 | 50 | 343 | 102 | 44 |
| Binary | 100000 | 111010 | 10011010 | 1001111 | 111110 | 0 | 101000 | 11100011 | 1000010 | 100100 |
Color Harmonies of #203A9A
Complementary color
Monochromatic Colors of #203A9A
Black with #203A9A
Text Example
Text Example
White with #203A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A9A; }
p { color: rgb(32,58,154); }
H1.HeaderClassName
{
color: #203A9A;
}
.AnyTagClassName
{
color: #203A9A;
}
</style>
background-color css
<style>
a { background-color: #203A9A; }
a { background-color: rgb(32,58,154); }
div.DivClassName
{
background-color: #203A9A;
}
.BgClassName
{
background-color: #203A9A;
}
</style>
border-color css
<style>
span { border-color: #203A9A; }
span { border-color: rgb(32,58,154); }
td.TdClassName
{
border-color: #203A9A;
}
.TagClassName
{
border-color: #203A9A;
}
</style>