Shades of Egyptian Blue #203D95
Tints of Egyptian Blue #203D95
RGB
CMYK
RGB Variations
Color information
#203D95 (or 0x203D95) is known color: Egyptian Blue. HEX triplet: 20, 3D and 95. RGB value is (32,61,149). Sum of RGB (Red+Green+Blue) = 32+61+149=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 61 (24.22% from 255 or 25.21% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #203D95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D95 is #DFC26A. Grayscale: #3D3D3D. Windows color (decimal): -14664299 or 9780512. OLE color: 9780512.
HSL color Cylindrical-coordinate representation of color #203D95: hue angle of 225.13º 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 #203D95 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 32 | 61 | 149 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.42 |
| HSL | 225.13º | 0.65% | 0.35% | - |
| HSV(B) | 225.13º | 0.79% | 0.58% | - |
| XYZ | 7.69 | 5.81 | 29.15 | - |
| YUV | 62.36 | 176.89 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 149 | 0.79 | 0.59 | 0 | 0.42 | 225.13 | 0.65 | 0.35 |
| Hex | 20 | 3D | 95 | 4F | 3B | 0 | 2A | E1 | 41 | 23 |
| Octal | 40 | 75 | 225 | 117 | 73 | 0 | 52 | 341 | 101 | 43 |
| Binary | 100000 | 111101 | 10010101 | 1001111 | 111011 | 0 | 101010 | 11100001 | 1000001 | 100011 |
Color Harmonies of #203D95
Complementary color
Monochromatic Colors of #203D95
Black with #203D95
Text Example
Text Example
White with #203D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D95; }
p { color: rgb(32,61,149); }
H1.HeaderClassName
{
color: #203D95;
}
.AnyTagClassName
{
color: #203D95;
}
</style>
background-color css
<style>
a { background-color: #203D95; }
a { background-color: rgb(32,61,149); }
div.DivClassName
{
background-color: #203D95;
}
.BgClassName
{
background-color: #203D95;
}
</style>
border-color css
<style>
span { border-color: #203D95; }
span { border-color: rgb(32,61,149); }
td.TdClassName
{
border-color: #203D95;
}
.TagClassName
{
border-color: #203D95;
}
</style>