Shades of Egyptian Blue #212AA3
Tints of Egyptian Blue #212AA3
RGB
CMYK
RGB Variations
Color information
#212AA3 (or 0x212AA3) is known color: Egyptian Blue. HEX triplet: 21, 2A and A3. RGB value is (33,42,163). Sum of RGB (Red+Green+Blue) = 33+42+163=238 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.87% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 163 (64.06% from 255 or 68.49% from 238); Max value from RGB is 163 - color contains mainly: blue. Hex color #212AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AA3 is #DED55C. Grayscale: #343434. Windows color (decimal): -14603613 or 10693153. OLE color: 10693153.
HSL color Cylindrical-coordinate representation of color #212AA3: hue angle of 235.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212AA3 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 42 | 163 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.36 |
| HSL | 235.85º | 0.66% | 0.38% | - |
| HSV(B) | 235.85º | 0.8% | 0.64% | - |
| XYZ | 8.07 | 4.62 | 35.12 | - |
| YUV | 53.1 | 190.02 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 163 | 0.80 | 0.74 | 0 | 0.36 | 235.85 | 0.66 | 0.38 |
| Hex | 21 | 2A | A3 | 50 | 4A | 0 | 24 | EC | 42 | 26 |
| Octal | 41 | 52 | 243 | 120 | 112 | 0 | 44 | 354 | 102 | 46 |
| Binary | 100001 | 101010 | 10100011 | 1010000 | 1001010 | 0 | 100100 | 11101100 | 1000010 | 100110 |
Color Harmonies of #212AA3
Complementary color
Monochromatic Colors of #212AA3
Black with #212AA3
Text Example
Text Example
White with #212AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AA3; }
p { color: rgb(33,42,163); }
H1.HeaderClassName
{
color: #212AA3;
}
.AnyTagClassName
{
color: #212AA3;
}
</style>
background-color css
<style>
a { background-color: #212AA3; }
a { background-color: rgb(33,42,163); }
div.DivClassName
{
background-color: #212AA3;
}
.BgClassName
{
background-color: #212AA3;
}
</style>
border-color css
<style>
span { border-color: #212AA3; }
span { border-color: rgb(33,42,163); }
td.TdClassName
{
border-color: #212AA3;
}
.TagClassName
{
border-color: #212AA3;
}
</style>