Shades of Egyptian Blue #213495
Tints of Egyptian Blue #213495
RGB
CMYK
RGB Variations
Color information
#213495 (or 0x213495) is known color: Egyptian Blue. HEX triplet: 21, 34 and 95. RGB value is (33,52,149). Sum of RGB (Red+Green+Blue) = 33+52+149=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #213495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213495 is #DECB6A. Grayscale: #383838. Windows color (decimal): -14601067 or 9778209. OLE color: 9778209.
HSL color Cylindrical-coordinate representation of color #213495: hue angle of 230.17º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213495 is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 52 | 149 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.42 |
| HSL | 230.17º | 0.64% | 0.36% | - |
| HSV(B) | 230.17º | 0.78% | 0.58% | - |
| XYZ | 7.28 | 4.95 | 29.01 | - |
| YUV | 57.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 149 | 0.78 | 0.65 | 0 | 0.42 | 230.17 | 0.64 | 0.36 |
| Hex | 21 | 34 | 95 | 4E | 41 | 0 | 2A | E6 | 40 | 24 |
| Octal | 41 | 64 | 225 | 116 | 101 | 0 | 52 | 346 | 100 | 44 |
| Binary | 100001 | 110100 | 10010101 | 1001110 | 1000001 | 0 | 101010 | 11100110 | 1000000 | 100100 |
Color Harmonies of #213495
Complementary color
Monochromatic Colors of #213495
Black with #213495
Text Example
Text Example
White with #213495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213495; }
p { color: rgb(33,52,149); }
H1.HeaderClassName
{
color: #213495;
}
.AnyTagClassName
{
color: #213495;
}
</style>
background-color css
<style>
a { background-color: #213495; }
a { background-color: rgb(33,52,149); }
div.DivClassName
{
background-color: #213495;
}
.BgClassName
{
background-color: #213495;
}
</style>
border-color css
<style>
span { border-color: #213495; }
span { border-color: rgb(33,52,149); }
td.TdClassName
{
border-color: #213495;
}
.TagClassName
{
border-color: #213495;
}
</style>