Shades of Egyptian Blue #203698
Tints of Egyptian Blue #203698
RGB
CMYK
RGB Variations
Color information
#203698 (or 0x203698) is known color: Egyptian Blue. HEX triplet: 20, 36 and 98. RGB value is (32,54,152). Sum of RGB (Red+Green+Blue) = 32+54+152=238 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.45% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #203698 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203698 is #DFC967. Grayscale: #3A3A3A. Windows color (decimal): -14666088 or 9975328. OLE color: 9975328.
HSL color Cylindrical-coordinate representation of color #203698: hue angle of 229º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #203698 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 54 | 152 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.40 |
| HSL | 229º | 0.65% | 0.36% | - |
| HSV(B) | 229º | 0.79% | 0.6% | - |
| XYZ | 7.58 | 5.21 | 30.31 | - |
| YUV | 58.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 152 | 0.79 | 0.64 | 0 | 0.40 | 229 | 0.65 | 0.36 |
| Hex | 20 | 36 | 98 | 4F | 40 | 0 | 28 | E5 | 41 | 24 |
| Octal | 40 | 66 | 230 | 117 | 100 | 0 | 50 | 345 | 101 | 44 |
| Binary | 100000 | 110110 | 10011000 | 1001111 | 1000000 | 0 | 101000 | 11100101 | 1000001 | 100100 |
Color Harmonies of #203698
Complementary color
Monochromatic Colors of #203698
Black with #203698
Text Example
Text Example
White with #203698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203698; }
p { color: rgb(32,54,152); }
H1.HeaderClassName
{
color: #203698;
}
.AnyTagClassName
{
color: #203698;
}
</style>
background-color css
<style>
a { background-color: #203698; }
a { background-color: rgb(32,54,152); }
div.DivClassName
{
background-color: #203698;
}
.BgClassName
{
background-color: #203698;
}
</style>
border-color css
<style>
span { border-color: #203698; }
span { border-color: rgb(32,54,152); }
td.TdClassName
{
border-color: #203698;
}
.TagClassName
{
border-color: #203698;
}
</style>