Shades of Egyptian Blue #2137A0
Tints of Egyptian Blue #2137A0
RGB
CMYK
RGB Variations
Color information
#2137A0 (or 0x2137A0) is known color: Egyptian Blue. HEX triplet: 21, 37 and A0. RGB value is (33,55,160). Sum of RGB (Red+Green+Blue) = 33+55+160=248 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.31% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 160 (62.89% from 255 or 64.52% from 248); Max value from RGB is 160 - color contains mainly: blue. Hex color #2137A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2137A0 is #DEC85F. Grayscale: #3B3B3B. Windows color (decimal): -14600288 or 10499873. OLE color: 10499873.
HSL color Cylindrical-coordinate representation of color #2137A0: hue angle of 229.61º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2137A0 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 33 | 55 | 160 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.37 |
| HSL | 229.61º | 0.66% | 0.38% | - |
| HSV(B) | 229.61º | 0.79% | 0.63% | - |
| XYZ | 8.34 | 5.59 | 33.9 | - |
| YUV | 60.39 | 184.21 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 160 | 0.79 | 0.66 | 0 | 0.37 | 229.61 | 0.66 | 0.38 |
| Hex | 21 | 37 | A0 | 4F | 42 | 0 | 25 | E6 | 42 | 26 |
| Octal | 41 | 67 | 240 | 117 | 102 | 0 | 45 | 346 | 102 | 46 |
| Binary | 100001 | 110111 | 10100000 | 1001111 | 1000010 | 0 | 100101 | 11100110 | 1000010 | 100110 |
Color Harmonies of #2137A0
Complementary color
Monochromatic Colors of #2137A0
Black with #2137A0
Text Example
Text Example
White with #2137A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2137A0; }
p { color: rgb(33,55,160); }
H1.HeaderClassName
{
color: #2137A0;
}
.AnyTagClassName
{
color: #2137A0;
}
</style>
background-color css
<style>
a { background-color: #2137A0; }
a { background-color: rgb(33,55,160); }
div.DivClassName
{
background-color: #2137A0;
}
.BgClassName
{
background-color: #2137A0;
}
</style>
border-color css
<style>
span { border-color: #2137A0; }
span { border-color: rgb(33,55,160); }
td.TdClassName
{
border-color: #2137A0;
}
.TagClassName
{
border-color: #2137A0;
}
</style>