Shades of Egyptian Blue #212E90
Tints of Egyptian Blue #212E90
RGB
CMYK
RGB Variations
Color information
#212E90 (or 0x212E90) is known color: Egyptian Blue. HEX triplet: 21, 2E and 90. RGB value is (33,46,144). Sum of RGB (Red+Green+Blue) = 33+46+144=223 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.80% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 144 (56.64% from 255 or 64.57% from 223); Max value from RGB is 144 - color contains mainly: blue. Hex color #212E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E90 is #DED16F. Grayscale: #343434. Windows color (decimal): -14602608 or 9448993. OLE color: 9448993.
HSL color Cylindrical-coordinate representation of color #212E90: hue angle of 232.97º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #212E90 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 46 | 144 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.44 |
| HSL | 232.97º | 0.63% | 0.35% | - |
| HSV(B) | 232.97º | 0.77% | 0.56% | - |
| XYZ | 6.64 | 4.29 | 26.86 | - |
| YUV | 53.29 | 179.19 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 144 | 0.77 | 0.68 | 0 | 0.44 | 232.97 | 0.63 | 0.35 |
| Hex | 21 | 2E | 90 | 4D | 44 | 0 | 2C | E9 | 3F | 23 |
| Octal | 41 | 56 | 220 | 115 | 104 | 0 | 54 | 351 | 77 | 43 |
| Binary | 100001 | 101110 | 10010000 | 1001101 | 1000100 | 0 | 101100 | 11101001 | 111111 | 100011 |
Color Harmonies of #212E90
Complementary color
Monochromatic Colors of #212E90
Black with #212E90
Text Example
Text Example
White with #212E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E90; }
p { color: rgb(33,46,144); }
H1.HeaderClassName
{
color: #212E90;
}
.AnyTagClassName
{
color: #212E90;
}
</style>
background-color css
<style>
a { background-color: #212E90; }
a { background-color: rgb(33,46,144); }
div.DivClassName
{
background-color: #212E90;
}
.BgClassName
{
background-color: #212E90;
}
</style>
border-color css
<style>
span { border-color: #212E90; }
span { border-color: rgb(33,46,144); }
td.TdClassName
{
border-color: #212E90;
}
.TagClassName
{
border-color: #212E90;
}
</style>