Shades of Egyptian Blue #212890
Tints of Egyptian Blue #212890
RGB
CMYK
RGB Variations
Color information
#212890 (or 0x212890) is known color: Egyptian Blue. HEX triplet: 21, 28 and 90. RGB value is (33,40,144). Sum of RGB (Red+Green+Blue) = 33+40+144=217 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.21% from 217); Green value is 40 (16.02% from 255 or 18.43% from 217); Blue value is 144 (56.64% from 255 or 66.36% from 217); Max value from RGB is 144 - color contains mainly: blue. Hex color #212890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212890 is #DED76F. Grayscale: #313131. Windows color (decimal): -14604144 or 9447457. OLE color: 9447457.
HSL color Cylindrical-coordinate representation of color #212890: hue angle of 236.22º 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 #212890 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 33 | 40 | 144 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.44 |
| HSL | 236.22º | 0.63% | 0.35% | - |
| HSV(B) | 236.22º | 0.77% | 0.56% | - |
| XYZ | 6.42 | 3.85 | 26.79 | - |
| YUV | 49.76 | 181.18 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 40 | 144 | 0.77 | 0.72 | 0 | 0.44 | 236.22 | 0.63 | 0.35 |
| Hex | 21 | 28 | 90 | 4D | 48 | 0 | 2C | EC | 3F | 23 |
| Octal | 41 | 50 | 220 | 115 | 110 | 0 | 54 | 354 | 77 | 43 |
| Binary | 100001 | 101000 | 10010000 | 1001101 | 1001000 | 0 | 101100 | 11101100 | 111111 | 100011 |
Color Harmonies of #212890
Complementary color
Monochromatic Colors of #212890
Black with #212890
Text Example
Text Example
White with #212890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212890; }
p { color: rgb(33,40,144); }
H1.HeaderClassName
{
color: #212890;
}
.AnyTagClassName
{
color: #212890;
}
</style>
background-color css
<style>
a { background-color: #212890; }
a { background-color: rgb(33,40,144); }
div.DivClassName
{
background-color: #212890;
}
.BgClassName
{
background-color: #212890;
}
</style>
border-color css
<style>
span { border-color: #212890; }
span { border-color: rgb(33,40,144); }
td.TdClassName
{
border-color: #212890;
}
.TagClassName
{
border-color: #212890;
}
</style>