Shades of Egyptian Blue #203496
Tints of Egyptian Blue #203496
RGB
CMYK
RGB Variations
Color information
#203496 (or 0x203496) is known color: Egyptian Blue. HEX triplet: 20, 34 and 96. RGB value is (32,52,150). Sum of RGB (Red+Green+Blue) = 32+52+150=234 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.68% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #203496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203496 is #DFCB69. Grayscale: #383838. Windows color (decimal): -14666602 or 9843744. OLE color: 9843744.
HSL color Cylindrical-coordinate representation of color #203496: hue angle of 229.83º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203496 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 52 | 150 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.41 |
| HSL | 229.83º | 0.65% | 0.36% | - |
| HSV(B) | 229.83º | 0.79% | 0.59% | - |
| XYZ | 7.33 | 4.97 | 29.43 | - |
| YUV | 57.19 | 180.37 | 110.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 150 | 0.79 | 0.65 | 0 | 0.41 | 229.83 | 0.65 | 0.36 |
| Hex | 20 | 34 | 96 | 4F | 41 | 0 | 29 | E6 | 41 | 24 |
| Octal | 40 | 64 | 226 | 117 | 101 | 0 | 51 | 346 | 101 | 44 |
| Binary | 100000 | 110100 | 10010110 | 1001111 | 1000001 | 0 | 101001 | 11100110 | 1000001 | 100100 |
Color Harmonies of #203496
Complementary color
Monochromatic Colors of #203496
Black with #203496
Text Example
Text Example
White with #203496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203496; }
p { color: rgb(32,52,150); }
H1.HeaderClassName
{
color: #203496;
}
.AnyTagClassName
{
color: #203496;
}
</style>
background-color css
<style>
a { background-color: #203496; }
a { background-color: rgb(32,52,150); }
div.DivClassName
{
background-color: #203496;
}
.BgClassName
{
background-color: #203496;
}
</style>
border-color css
<style>
span { border-color: #203496; }
span { border-color: rgb(32,52,150); }
td.TdClassName
{
border-color: #203496;
}
.TagClassName
{
border-color: #203496;
}
</style>