Shades of Egyptian Blue #212E91
Tints of Egyptian Blue #212E91
RGB
CMYK
RGB Variations
Color information
#212E91 (or 0x212E91) is known color: Egyptian Blue. HEX triplet: 21, 2E and 91. RGB value is (33,46,145). Sum of RGB (Red+Green+Blue) = 33+46+145=224 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.73% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 145 (57.03% from 255 or 64.73% from 224); Max value from RGB is 145 - color contains mainly: blue. Hex color #212E91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E91 is #DED16E. Grayscale: #343434. Windows color (decimal): -14602607 or 9514529. OLE color: 9514529.
HSL color Cylindrical-coordinate representation of color #212E91: hue angle of 233.04º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212E91 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 46 | 145 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.43 |
| HSL | 233.04º | 0.63% | 0.35% | - |
| HSV(B) | 233.04º | 0.77% | 0.57% | - |
| XYZ | 6.72 | 4.32 | 27.27 | - |
| YUV | 53.4 | 179.69 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 145 | 0.77 | 0.68 | 0 | 0.43 | 233.04 | 0.63 | 0.35 |
| Hex | 21 | 2E | 91 | 4D | 44 | 0 | 2B | E9 | 3F | 23 |
| Octal | 41 | 56 | 221 | 115 | 104 | 0 | 53 | 351 | 77 | 43 |
| Binary | 100001 | 101110 | 10010001 | 1001101 | 1000100 | 0 | 101011 | 11101001 | 111111 | 100011 |
Color Harmonies of #212E91
Complementary color
Monochromatic Colors of #212E91
Black with #212E91
Text Example
Text Example
White with #212E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E91; }
p { color: rgb(33,46,145); }
H1.HeaderClassName
{
color: #212E91;
}
.AnyTagClassName
{
color: #212E91;
}
</style>
background-color css
<style>
a { background-color: #212E91; }
a { background-color: rgb(33,46,145); }
div.DivClassName
{
background-color: #212E91;
}
.BgClassName
{
background-color: #212E91;
}
</style>
border-color css
<style>
span { border-color: #212E91; }
span { border-color: rgb(33,46,145); }
td.TdClassName
{
border-color: #212E91;
}
.TagClassName
{
border-color: #212E91;
}
</style>