Shades of Egyptian Blue #213696
Tints of Egyptian Blue #213696
RGB
CMYK
RGB Variations
Color information
#213696 (or 0x213696) is known color: Egyptian Blue. HEX triplet: 21, 36 and 96. RGB value is (33,54,150). Sum of RGB (Red+Green+Blue) = 33+54+150=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 150 (58.98% from 255 or 63.29% from 237); Max value from RGB is 150 - color contains mainly: blue. Hex color #213696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213696 is #DEC969. Grayscale: #3A3A3A. Windows color (decimal): -14600554 or 9844257. OLE color: 9844257.
HSL color Cylindrical-coordinate representation of color #213696: hue angle of 229.23º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213696 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 54 | 150 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.41 |
| HSL | 229.23º | 0.64% | 0.36% | - |
| HSV(B) | 229.23º | 0.78% | 0.59% | - |
| XYZ | 7.45 | 5.16 | 29.46 | - |
| YUV | 58.67 | 179.54 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 150 | 0.78 | 0.64 | 0 | 0.41 | 229.23 | 0.64 | 0.36 |
| Hex | 21 | 36 | 96 | 4E | 40 | 0 | 29 | E5 | 40 | 24 |
| Octal | 41 | 66 | 226 | 116 | 100 | 0 | 51 | 345 | 100 | 44 |
| Binary | 100001 | 110110 | 10010110 | 1001110 | 1000000 | 0 | 101001 | 11100101 | 1000000 | 100100 |
Color Harmonies of #213696
Complementary color
Monochromatic Colors of #213696
Black with #213696
Text Example
Text Example
White with #213696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213696; }
p { color: rgb(33,54,150); }
H1.HeaderClassName
{
color: #213696;
}
.AnyTagClassName
{
color: #213696;
}
</style>
background-color css
<style>
a { background-color: #213696; }
a { background-color: rgb(33,54,150); }
div.DivClassName
{
background-color: #213696;
}
.BgClassName
{
background-color: #213696;
}
</style>
border-color css
<style>
span { border-color: #213696; }
span { border-color: rgb(33,54,150); }
td.TdClassName
{
border-color: #213696;
}
.TagClassName
{
border-color: #213696;
}
</style>