Shades of Egyptian Blue #203C9E
Tints of Egyptian Blue #203C9E
RGB
CMYK
RGB Variations
Color information
#203C9E (or 0x203C9E) is known color: Egyptian Blue. HEX triplet: 20, 3C and 9E. RGB value is (32,60,158). Sum of RGB (Red+Green+Blue) = 32+60+158=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 158 (62.11% from 255 or 63.2% from 250); Max value from RGB is 158 - color contains mainly: blue. Hex color #203C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C9E is #DFC361. Grayscale: #3E3E3E. Windows color (decimal): -14664546 or 10370080. OLE color: 10370080.
HSL color Cylindrical-coordinate representation of color #203C9E: hue angle of 226.67º 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 #203C9E is Cyan = 0.80, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 60 | 158 | - |
| CMYK | 0.80 | 0.62 | 0 | 0.38 |
| HSL | 226.67º | 0.66% | 0.37% | - |
| HSV(B) | 226.67º | 0.8% | 0.62% | - |
| XYZ | 8.38 | 6.01 | 33.07 | - |
| YUV | 62.8 | 181.72 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 158 | 0.80 | 0.62 | 0 | 0.38 | 226.67 | 0.66 | 0.37 |
| Hex | 20 | 3C | 9E | 50 | 3E | 0 | 26 | E3 | 42 | 25 |
| Octal | 40 | 74 | 236 | 120 | 76 | 0 | 46 | 343 | 102 | 45 |
| Binary | 100000 | 111100 | 10011110 | 1010000 | 111110 | 0 | 100110 | 11100011 | 1000010 | 100101 |
Color Harmonies of #203C9E
Complementary color
Monochromatic Colors of #203C9E
Black with #203C9E
Text Example
Text Example
White with #203C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C9E; }
p { color: rgb(32,60,158); }
H1.HeaderClassName
{
color: #203C9E;
}
.AnyTagClassName
{
color: #203C9E;
}
</style>
background-color css
<style>
a { background-color: #203C9E; }
a { background-color: rgb(32,60,158); }
div.DivClassName
{
background-color: #203C9E;
}
.BgClassName
{
background-color: #203C9E;
}
</style>
border-color css
<style>
span { border-color: #203C9E; }
span { border-color: rgb(32,60,158); }
td.TdClassName
{
border-color: #203C9E;
}
.TagClassName
{
border-color: #203C9E;
}
</style>