Shades of Egyptian Blue #212AA4
Tints of Egyptian Blue #212AA4
RGB
CMYK
RGB Variations
Color information
#212AA4 (or 0x212AA4) is known color: Egyptian Blue. HEX triplet: 21, 2A and A4. RGB value is (33,42,164). Sum of RGB (Red+Green+Blue) = 33+42+164=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 42 (16.80% from 255 or 17.57% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #212AA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212AA4 is #DED55B. Grayscale: #343434. Windows color (decimal): -14603612 or 10758689. OLE color: 10758689.
HSL color Cylindrical-coordinate representation of color #212AA4: hue angle of 235.88º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #212AA4 is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 42 | 164 | - |
| CMYK | 0.80 | 0.74 | 0 | 0.36 |
| HSL | 235.88º | 0.66% | 0.39% | - |
| HSV(B) | 235.88º | 0.8% | 0.64% | - |
| XYZ | 8.16 | 4.66 | 35.59 | - |
| YUV | 53.22 | 190.52 | 113.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 164 | 0.80 | 0.74 | 0 | 0.36 | 235.88 | 0.66 | 0.39 |
| Hex | 21 | 2A | A4 | 50 | 4A | 0 | 24 | EC | 42 | 27 |
| Octal | 41 | 52 | 244 | 120 | 112 | 0 | 44 | 354 | 102 | 47 |
| Binary | 100001 | 101010 | 10100100 | 1010000 | 1001010 | 0 | 100100 | 11101100 | 1000010 | 100111 |
Color Harmonies of #212AA4
Complementary color
Monochromatic Colors of #212AA4
Black with #212AA4
Text Example
Text Example
White with #212AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212AA4; }
p { color: rgb(33,42,164); }
H1.HeaderClassName
{
color: #212AA4;
}
.AnyTagClassName
{
color: #212AA4;
}
</style>
background-color css
<style>
a { background-color: #212AA4; }
a { background-color: rgb(33,42,164); }
div.DivClassName
{
background-color: #212AA4;
}
.BgClassName
{
background-color: #212AA4;
}
</style>
border-color css
<style>
span { border-color: #212AA4; }
span { border-color: rgb(33,42,164); }
td.TdClassName
{
border-color: #212AA4;
}
.TagClassName
{
border-color: #212AA4;
}
</style>