Shades of Egyptian Blue #203C95
Tints of Egyptian Blue #203C95
RGB
CMYK
RGB Variations
Color information
#203C95 (or 0x203C95) is known color: Egyptian Blue. HEX triplet: 20, 3C and 95. RGB value is (32,60,149). Sum of RGB (Red+Green+Blue) = 32+60+149=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #203C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203C95 is #DFC36A. Grayscale: #3D3D3D. Windows color (decimal): -14664555 or 9780256. OLE color: 9780256.
HSL color Cylindrical-coordinate representation of color #203C95: hue angle of 225.64º 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 #203C95 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 60 | 149 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.42 |
| HSL | 225.64º | 0.65% | 0.35% | - |
| HSV(B) | 225.64º | 0.79% | 0.58% | - |
| XYZ | 7.64 | 5.71 | 29.13 | - |
| YUV | 61.77 | 177.22 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 149 | 0.79 | 0.60 | 0 | 0.42 | 225.64 | 0.65 | 0.35 |
| Hex | 20 | 3C | 95 | 4F | 3C | 0 | 2A | E2 | 41 | 23 |
| Octal | 40 | 74 | 225 | 117 | 74 | 0 | 52 | 342 | 101 | 43 |
| Binary | 100000 | 111100 | 10010101 | 1001111 | 111100 | 0 | 101010 | 11100010 | 1000001 | 100011 |
Color Harmonies of #203C95
Complementary color
Monochromatic Colors of #203C95
Black with #203C95
Text Example
Text Example
White with #203C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203C95; }
p { color: rgb(32,60,149); }
H1.HeaderClassName
{
color: #203C95;
}
.AnyTagClassName
{
color: #203C95;
}
</style>
background-color css
<style>
a { background-color: #203C95; }
a { background-color: rgb(32,60,149); }
div.DivClassName
{
background-color: #203C95;
}
.BgClassName
{
background-color: #203C95;
}
</style>
border-color css
<style>
span { border-color: #203C95; }
span { border-color: rgb(32,60,149); }
td.TdClassName
{
border-color: #203C95;
}
.TagClassName
{
border-color: #203C95;
}
</style>