Shades of Egyptian Blue #203897
Tints of Egyptian Blue #203897
RGB
CMYK
RGB Variations
Color information
#203897 (or 0x203897) is known color: Egyptian Blue. HEX triplet: 20, 38 and 97. RGB value is (32,56,151). Sum of RGB (Red+Green+Blue) = 32+56+151=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #203897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203897 is #DFC768. Grayscale: #3B3B3B. Windows color (decimal): -14665577 or 9910304. OLE color: 9910304.
HSL color Cylindrical-coordinate representation of color #203897: hue angle of 227.9º 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 #203897 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 32 | 56 | 151 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.41 |
| HSL | 227.9º | 0.65% | 0.36% | - |
| HSV(B) | 227.9º | 0.79% | 0.59% | - |
| XYZ | 7.6 | 5.37 | 29.91 | - |
| YUV | 59.65 | 179.55 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 56 | 151 | 0.79 | 0.63 | 0 | 0.41 | 227.9 | 0.65 | 0.36 |
| Hex | 20 | 38 | 97 | 4F | 3F | 0 | 29 | E4 | 41 | 24 |
| Octal | 40 | 70 | 227 | 117 | 77 | 0 | 51 | 344 | 101 | 44 |
| Binary | 100000 | 111000 | 10010111 | 1001111 | 111111 | 0 | 101001 | 11100100 | 1000001 | 100100 |
Color Harmonies of #203897
Complementary color
Monochromatic Colors of #203897
Black with #203897
Text Example
Text Example
White with #203897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203897; }
p { color: rgb(32,56,151); }
H1.HeaderClassName
{
color: #203897;
}
.AnyTagClassName
{
color: #203897;
}
</style>
background-color css
<style>
a { background-color: #203897; }
a { background-color: rgb(32,56,151); }
div.DivClassName
{
background-color: #203897;
}
.BgClassName
{
background-color: #203897;
}
</style>
border-color css
<style>
span { border-color: #203897; }
span { border-color: rgb(32,56,151); }
td.TdClassName
{
border-color: #203897;
}
.TagClassName
{
border-color: #203897;
}
</style>