Shades of Egyptian Blue #20309C
Tints of Egyptian Blue #20309C
RGB
CMYK
RGB Variations
Color information
#20309C (or 0x20309C) is known color: Egyptian Blue. HEX triplet: 20, 30 and 9C. RGB value is (32,48,156). Sum of RGB (Red+Green+Blue) = 32+48+156=236 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.56% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #20309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20309C is #DFCF63. Grayscale: #373737. Windows color (decimal): -14667620 or 10235936. OLE color: 10235936.
HSL color Cylindrical-coordinate representation of color #20309C: hue angle of 232.26º 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 #20309C is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 48 | 156 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.39 |
| HSL | 232.26º | 0.66% | 0.37% | - |
| HSV(B) | 232.26º | 0.79% | 0.61% | - |
| XYZ | 7.65 | 4.82 | 31.98 | - |
| YUV | 55.53 | 184.7 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 156 | 0.79 | 0.69 | 0 | 0.39 | 232.26 | 0.66 | 0.37 |
| Hex | 20 | 30 | 9C | 4F | 45 | 0 | 27 | E8 | 42 | 25 |
| Octal | 40 | 60 | 234 | 117 | 105 | 0 | 47 | 350 | 102 | 45 |
| Binary | 100000 | 110000 | 10011100 | 1001111 | 1000101 | 0 | 100111 | 11101000 | 1000010 | 100101 |
Color Harmonies of #20309C
Complementary color
Monochromatic Colors of #20309C
Black with #20309C
Text Example
Text Example
White with #20309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20309C; }
p { color: rgb(32,48,156); }
H1.HeaderClassName
{
color: #20309C;
}
.AnyTagClassName
{
color: #20309C;
}
</style>
background-color css
<style>
a { background-color: #20309C; }
a { background-color: rgb(32,48,156); }
div.DivClassName
{
background-color: #20309C;
}
.BgClassName
{
background-color: #20309C;
}
</style>
border-color css
<style>
span { border-color: #20309C; }
span { border-color: rgb(32,48,156); }
td.TdClassName
{
border-color: #20309C;
}
.TagClassName
{
border-color: #20309C;
}
</style>