Shades of Egyptian Blue #212AAA
Tints of Egyptian Blue #212AAA
RGB
CMYK
RGB Variations
Color information
#212AAA (or 0x212AAA) is known color: Egyptian Blue. HEX triplet: 21, 2A and AA. RGB value is (33,42,170). Sum of RGB (Red+Green+Blue) = 33+42+170=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 170 (66.80% from 255 or 69.39% from 245); Max value from RGB is 170 - color contains mainly: blue. Hex color #212AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AAA is #DED555. Grayscale: #353535. Windows color (decimal): -14603606 or 11151905. OLE color: 11151905.
HSL color Cylindrical-coordinate representation of color #212AAA: hue angle of 236.06º 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 #212AAA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 42 | 170 | - |
| CMYK | 0.81 | 0.75 | 0 | 0.33 |
| HSL | 236.06º | 0.67% | 0.4% | - |
| HSV(B) | 236.06º | 0.81% | 0.67% | - |
| XYZ | 8.71 | 4.88 | 38.51 | - |
| YUV | 53.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 170 | 0.81 | 0.75 | 0 | 0.33 | 236.06 | 0.67 | 0.4 |
| Hex | 21 | 2A | AA | 51 | 4B | 0 | 21 | EC | 43 | 28 |
| Octal | 41 | 52 | 252 | 121 | 113 | 0 | 41 | 354 | 103 | 50 |
| Binary | 100001 | 101010 | 10101010 | 1010001 | 1001011 | 0 | 100001 | 11101100 | 1000011 | 101000 |
Color Harmonies of #212AAA
Complementary color
Monochromatic Colors of #212AAA
Black with #212AAA
Text Example
Text Example
White with #212AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AAA; }
p { color: rgb(33,42,170); }
H1.HeaderClassName
{
color: #212AAA;
}
.AnyTagClassName
{
color: #212AAA;
}
</style>
background-color css
<style>
a { background-color: #212AAA; }
a { background-color: rgb(33,42,170); }
div.DivClassName
{
background-color: #212AAA;
}
.BgClassName
{
background-color: #212AAA;
}
</style>
border-color css
<style>
span { border-color: #212AAA; }
span { border-color: rgb(33,42,170); }
td.TdClassName
{
border-color: #212AAA;
}
.TagClassName
{
border-color: #212AAA;
}
</style>