Shades of Egyptian Blue #20318C
Tints of Egyptian Blue #20318C
RGB
CMYK
RGB Variations
Color information
#20318C (or 0x20318C) is known color: Egyptian Blue. HEX triplet: 20, 31 and 8C. RGB value is (32,49,140). Sum of RGB (Red+Green+Blue) = 32+49+140=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #20318C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20318C is #DFCE73. Grayscale: #353535. Windows color (decimal): -14667380 or 9187616. OLE color: 9187616.
HSL color Cylindrical-coordinate representation of color #20318C: hue angle of 230.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20318C is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 49 | 140 | - |
| CMYK | 0.77 | 0.65 | 0 | 0.45 |
| HSL | 230.56º | 0.63% | 0.34% | - |
| HSV(B) | 230.56º | 0.77% | 0.55% | - |
| XYZ | 6.43 | 4.4 | 25.32 | - |
| YUV | 54.29 | 176.37 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 140 | 0.77 | 0.65 | 0 | 0.45 | 230.56 | 0.63 | 0.34 |
| Hex | 20 | 31 | 8C | 4D | 41 | 0 | 2D | E7 | 3F | 22 |
| Octal | 40 | 61 | 214 | 115 | 101 | 0 | 55 | 347 | 77 | 42 |
| Binary | 100000 | 110001 | 10001100 | 1001101 | 1000001 | 0 | 101101 | 11100111 | 111111 | 100010 |
Color Harmonies of #20318C
Complementary color
Monochromatic Colors of #20318C
Black with #20318C
Text Example
Text Example
White with #20318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20318C; }
p { color: rgb(32,49,140); }
H1.HeaderClassName
{
color: #20318C;
}
.AnyTagClassName
{
color: #20318C;
}
</style>
background-color css
<style>
a { background-color: #20318C; }
a { background-color: rgb(32,49,140); }
div.DivClassName
{
background-color: #20318C;
}
.BgClassName
{
background-color: #20318C;
}
</style>
border-color css
<style>
span { border-color: #20318C; }
span { border-color: rgb(32,49,140); }
td.TdClassName
{
border-color: #20318C;
}
.TagClassName
{
border-color: #20318C;
}
</style>