Shades of Egyptian Blue #2036A9
Tints of Egyptian Blue #2036A9
RGB
CMYK
RGB Variations
Color information
#2036A9 (or 0x2036A9) is known color: Egyptian Blue. HEX triplet: 20, 36 and A9. RGB value is (32,54,169). Sum of RGB (Red+Green+Blue) = 32+54+169=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 169 (66.41% from 255 or 66.27% from 255); Max value from RGB is 169 - color contains mainly: blue. Hex color #2036A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2036A9 is #DFC956. Grayscale: #3C3C3C. Windows color (decimal): -14666071 or 11089440. OLE color: 11089440.
HSL color Cylindrical-coordinate representation of color #2036A9: hue angle of 230.36º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2036A9 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 32 | 54 | 169 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.34 |
| HSL | 230.37º | 0.68% | 0.39% | - |
| HSV(B) | 230.37º | 0.81% | 0.66% | - |
| XYZ | 9.08 | 5.81 | 38.18 | - |
| YUV | 60.53 | 189.21 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 54 | 169 | 0.81 | 0.68 | 0 | 0.34 | 230.37 | 0.68 | 0.39 |
| Hex | 20 | 36 | A9 | 51 | 44 | 0 | 22 | E6 | 44 | 27 |
| Octal | 40 | 66 | 251 | 121 | 104 | 0 | 42 | 346 | 104 | 47 |
| Binary | 100000 | 110110 | 10101001 | 1010001 | 1000100 | 0 | 100010 | 11100110 | 1000100 | 100111 |
Color Harmonies of #2036A9
Complementary color
Monochromatic Colors of #2036A9
Black with #2036A9
Text Example
Text Example
White with #2036A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2036A9; }
p { color: rgb(32,54,169); }
H1.HeaderClassName
{
color: #2036A9;
}
.AnyTagClassName
{
color: #2036A9;
}
</style>
background-color css
<style>
a { background-color: #2036A9; }
a { background-color: rgb(32,54,169); }
div.DivClassName
{
background-color: #2036A9;
}
.BgClassName
{
background-color: #2036A9;
}
</style>
border-color css
<style>
span { border-color: #2036A9; }
span { border-color: rgb(32,54,169); }
td.TdClassName
{
border-color: #2036A9;
}
.TagClassName
{
border-color: #2036A9;
}
</style>