Shades of Egyptian Blue #2122AA
Tints of Egyptian Blue #2122AA
RGB
CMYK
RGB Variations
Color information
#2122AA (or 0x2122AA) is known color: Egyptian Blue. HEX triplet: 21, 22 and AA. RGB value is (33,34,170). Sum of RGB (Red+Green+Blue) = 33+34+170=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 170 (66.80% from 255 or 71.73% from 237); Max value from RGB is 170 - color contains mainly: blue. Hex color #2122AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2122AA is #DEDD55. Grayscale: #303030. Windows color (decimal): -14605654 or 11149857. OLE color: 11149857.
HSL color Cylindrical-coordinate representation of color #2122AA: hue angle of 239.56º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2122AA is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 34 | 170 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.33 |
| HSL | 239.56º | 0.67% | 0.4% | - |
| HSV(B) | 239.56º | 0.81% | 0.67% | - |
| XYZ | 8.45 | 4.37 | 38.43 | - |
| YUV | 49.21 | 196.17 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 34 | 170 | 0.81 | 0.80 | 0 | 0.33 | 239.56 | 0.67 | 0.4 |
| Hex | 21 | 22 | AA | 51 | 50 | 0 | 21 | F0 | 43 | 28 |
| Octal | 41 | 42 | 252 | 121 | 120 | 0 | 41 | 360 | 103 | 50 |
| Binary | 100001 | 100010 | 10101010 | 1010001 | 1010000 | 0 | 100001 | 11110000 | 1000011 | 101000 |
Color Harmonies of #2122AA
Complementary color
Monochromatic Colors of #2122AA
Black with #2122AA
Text Example
Text Example
White with #2122AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2122AA; }
p { color: rgb(33,34,170); }
H1.HeaderClassName
{
color: #2122AA;
}
.AnyTagClassName
{
color: #2122AA;
}
</style>
background-color css
<style>
a { background-color: #2122AA; }
a { background-color: rgb(33,34,170); }
div.DivClassName
{
background-color: #2122AA;
}
.BgClassName
{
background-color: #2122AA;
}
</style>
border-color css
<style>
span { border-color: #2122AA; }
span { border-color: rgb(33,34,170); }
td.TdClassName
{
border-color: #2122AA;
}
.TagClassName
{
border-color: #2122AA;
}
</style>