Shades of Egyptian Blue #203D9C
Tints of Egyptian Blue #203D9C
RGB
CMYK
RGB Variations
Color information
#203D9C (or 0x203D9C) is known color: Egyptian Blue. HEX triplet: 20, 3D and 9C. RGB value is (32,61,156). Sum of RGB (Red+Green+Blue) = 32+61+156=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #203D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203D9C is #DFC263. Grayscale: #3E3E3E. Windows color (decimal): -14664292 or 10239264. OLE color: 10239264.
HSL color Cylindrical-coordinate representation of color #203D9C: hue angle of 225.97º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203D9C is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 61 | 156 | - |
| CMYK | 0.79 | 0.61 | 0 | 0.39 |
| HSL | 225.97º | 0.66% | 0.37% | - |
| HSV(B) | 225.97º | 0.79% | 0.61% | - |
| XYZ | 8.27 | 6.04 | 32.18 | - |
| YUV | 63.16 | 180.39 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 156 | 0.79 | 0.61 | 0 | 0.39 | 225.97 | 0.66 | 0.37 |
| Hex | 20 | 3D | 9C | 4F | 3D | 0 | 27 | E2 | 42 | 25 |
| Octal | 40 | 75 | 234 | 117 | 75 | 0 | 47 | 342 | 102 | 45 |
| Binary | 100000 | 111101 | 10011100 | 1001111 | 111101 | 0 | 100111 | 11100010 | 1000010 | 100101 |
Color Harmonies of #203D9C
Complementary color
Monochromatic Colors of #203D9C
Black with #203D9C
Text Example
Text Example
White with #203D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203D9C; }
p { color: rgb(32,61,156); }
H1.HeaderClassName
{
color: #203D9C;
}
.AnyTagClassName
{
color: #203D9C;
}
</style>
background-color css
<style>
a { background-color: #203D9C; }
a { background-color: rgb(32,61,156); }
div.DivClassName
{
background-color: #203D9C;
}
.BgClassName
{
background-color: #203D9C;
}
</style>
border-color css
<style>
span { border-color: #203D9C; }
span { border-color: rgb(32,61,156); }
td.TdClassName
{
border-color: #203D9C;
}
.TagClassName
{
border-color: #203D9C;
}
</style>