Shades of Egyptian Blue #213396
Tints of Egyptian Blue #213396
RGB
CMYK
RGB Variations
Color information
#213396 (or 0x213396) is known color: Egyptian Blue. HEX triplet: 21, 33 and 96. RGB value is (33,51,150). Sum of RGB (Red+Green+Blue) = 33+51+150=234 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.10% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 150 (58.98% from 255 or 64.10% from 234); Max value from RGB is 150 - color contains mainly: blue. Hex color #213396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213396 is #DECC69. Grayscale: #383838. Windows color (decimal): -14601322 or 9843489. OLE color: 9843489.
HSL color Cylindrical-coordinate representation of color #213396: hue angle of 230.77º 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 #213396 is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 51 | 150 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.41 |
| HSL | 230.77º | 0.64% | 0.36% | - |
| HSV(B) | 230.77º | 0.78% | 0.59% | - |
| XYZ | 7.32 | 4.89 | 29.41 | - |
| YUV | 56.9 | 180.54 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 150 | 0.78 | 0.66 | 0 | 0.41 | 230.77 | 0.64 | 0.36 |
| Hex | 21 | 33 | 96 | 4E | 42 | 0 | 29 | E7 | 40 | 24 |
| Octal | 41 | 63 | 226 | 116 | 102 | 0 | 51 | 347 | 100 | 44 |
| Binary | 100001 | 110011 | 10010110 | 1001110 | 1000010 | 0 | 101001 | 11100111 | 1000000 | 100100 |
Color Harmonies of #213396
Complementary color
Monochromatic Colors of #213396
Black with #213396
Text Example
Text Example
White with #213396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213396; }
p { color: rgb(33,51,150); }
H1.HeaderClassName
{
color: #213396;
}
.AnyTagClassName
{
color: #213396;
}
</style>
background-color css
<style>
a { background-color: #213396; }
a { background-color: rgb(33,51,150); }
div.DivClassName
{
background-color: #213396;
}
.BgClassName
{
background-color: #213396;
}
</style>
border-color css
<style>
span { border-color: #213396; }
span { border-color: rgb(33,51,150); }
td.TdClassName
{
border-color: #213396;
}
.TagClassName
{
border-color: #213396;
}
</style>