Shades of Egyptian Blue #212EA2
Tints of Egyptian Blue #212EA2
RGB
CMYK
RGB Variations
Color information
#212EA2 (or 0x212EA2) is known color: Egyptian Blue. HEX triplet: 21, 2E and A2. RGB value is (33,46,162). Sum of RGB (Red+Green+Blue) = 33+46+162=241 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.69% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 162 (63.67% from 255 or 67.22% from 241); Max value from RGB is 162 - color contains mainly: blue. Hex color #212EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212EA2 is #DED15D. Grayscale: #363636. Windows color (decimal): -14602590 or 10628641. OLE color: 10628641.
HSL color Cylindrical-coordinate representation of color #212EA2: hue angle of 233.95º 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 #212EA2 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 46 | 162 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.36 |
| HSL | 233.95º | 0.66% | 0.38% | - |
| HSV(B) | 233.95º | 0.8% | 0.64% | - |
| XYZ | 8.13 | 4.89 | 34.7 | - |
| YUV | 55.34 | 188.19 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 162 | 0.80 | 0.72 | 0 | 0.36 | 233.95 | 0.66 | 0.38 |
| Hex | 21 | 2E | A2 | 50 | 48 | 0 | 24 | EA | 42 | 26 |
| Octal | 41 | 56 | 242 | 120 | 110 | 0 | 44 | 352 | 102 | 46 |
| Binary | 100001 | 101110 | 10100010 | 1010000 | 1001000 | 0 | 100100 | 11101010 | 1000010 | 100110 |
Color Harmonies of #212EA2
Complementary color
Monochromatic Colors of #212EA2
Black with #212EA2
Text Example
Text Example
White with #212EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212EA2; }
p { color: rgb(33,46,162); }
H1.HeaderClassName
{
color: #212EA2;
}
.AnyTagClassName
{
color: #212EA2;
}
</style>
background-color css
<style>
a { background-color: #212EA2; }
a { background-color: rgb(33,46,162); }
div.DivClassName
{
background-color: #212EA2;
}
.BgClassName
{
background-color: #212EA2;
}
</style>
border-color css
<style>
span { border-color: #212EA2; }
span { border-color: rgb(33,46,162); }
td.TdClassName
{
border-color: #212EA2;
}
.TagClassName
{
border-color: #212EA2;
}
</style>