Shades of Egyptian Blue #213293
Tints of Egyptian Blue #213293
RGB
CMYK
RGB Variations
Color information
#213293 (or 0x213293) is known color: Egyptian Blue. HEX triplet: 21, 32 and 93. RGB value is (33,50,147). Sum of RGB (Red+Green+Blue) = 33+50+147=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 147 (57.81% from 255 or 63.91% from 230); Max value from RGB is 147 - color contains mainly: blue. Hex color #213293 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213293 is #DECD6C. Grayscale: #373737. Windows color (decimal): -14601581 or 9646625. OLE color: 9646625.
HSL color Cylindrical-coordinate representation of color #213293: hue angle of 231.05º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213293 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 50 | 147 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.42 |
| HSL | 231.05º | 0.63% | 0.35% | - |
| HSV(B) | 231.05º | 0.78% | 0.58% | - |
| XYZ | 7.03 | 4.71 | 28.14 | - |
| YUV | 55.98 | 179.37 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 147 | 0.78 | 0.66 | 0 | 0.42 | 231.05 | 0.63 | 0.35 |
| Hex | 21 | 32 | 93 | 4E | 42 | 0 | 2A | E7 | 3F | 23 |
| Octal | 41 | 62 | 223 | 116 | 102 | 0 | 52 | 347 | 77 | 43 |
| Binary | 100001 | 110010 | 10010011 | 1001110 | 1000010 | 0 | 101010 | 11100111 | 111111 | 100011 |
Color Harmonies of #213293
Complementary color
Monochromatic Colors of #213293
Black with #213293
Text Example
Text Example
White with #213293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213293; }
p { color: rgb(33,50,147); }
H1.HeaderClassName
{
color: #213293;
}
.AnyTagClassName
{
color: #213293;
}
</style>
background-color css
<style>
a { background-color: #213293; }
a { background-color: rgb(33,50,147); }
div.DivClassName
{
background-color: #213293;
}
.BgClassName
{
background-color: #213293;
}
</style>
border-color css
<style>
span { border-color: #213293; }
span { border-color: rgb(33,50,147); }
td.TdClassName
{
border-color: #213293;
}
.TagClassName
{
border-color: #213293;
}
</style>