Shades of Egyptian Blue #203A95
Tints of Egyptian Blue #203A95
RGB
CMYK
RGB Variations
Color information
#203A95 (or 0x203A95) is known color: Egyptian Blue. HEX triplet: 20, 3A and 95. RGB value is (32,58,149). Sum of RGB (Red+Green+Blue) = 32+58+149=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #203A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203A95 is #DFC56A. Grayscale: #3C3C3C. Windows color (decimal): -14665067 or 9779744. OLE color: 9779744.
HSL color Cylindrical-coordinate representation of color #203A95: hue angle of 226.67º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203A95 is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 58 | 149 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.42 |
| HSL | 226.67º | 0.65% | 0.35% | - |
| HSV(B) | 226.67º | 0.79% | 0.58% | - |
| XYZ | 7.53 | 5.5 | 29.1 | - |
| YUV | 60.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 149 | 0.79 | 0.61 | 0 | 0.42 | 226.67 | 0.65 | 0.35 |
| Hex | 20 | 3A | 95 | 4F | 3D | 0 | 2A | E3 | 41 | 23 |
| Octal | 40 | 72 | 225 | 117 | 75 | 0 | 52 | 343 | 101 | 43 |
| Binary | 100000 | 111010 | 10010101 | 1001111 | 111101 | 0 | 101010 | 11100011 | 1000001 | 100011 |
Color Harmonies of #203A95
Complementary color
Monochromatic Colors of #203A95
Black with #203A95
Text Example
Text Example
White with #203A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203A95; }
p { color: rgb(32,58,149); }
H1.HeaderClassName
{
color: #203A95;
}
.AnyTagClassName
{
color: #203A95;
}
</style>
background-color css
<style>
a { background-color: #203A95; }
a { background-color: rgb(32,58,149); }
div.DivClassName
{
background-color: #203A95;
}
.BgClassName
{
background-color: #203A95;
}
</style>
border-color css
<style>
span { border-color: #203A95; }
span { border-color: rgb(32,58,149); }
td.TdClassName
{
border-color: #203A95;
}
.TagClassName
{
border-color: #203A95;
}
</style>