Shades of Egyptian Blue #213892
Tints of Egyptian Blue #213892
RGB
CMYK
RGB Variations
Color information
#213892 (or 0x213892) is known color: Egyptian Blue. HEX triplet: 21, 38 and 92. RGB value is (33,56,146). Sum of RGB (Red+Green+Blue) = 33+56+146=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #213892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213892 is #DEC76D. Grayscale: #3B3B3B. Windows color (decimal): -14600046 or 9582625. OLE color: 9582625.
HSL color Cylindrical-coordinate representation of color #213892: hue angle of 227.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #213892 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 56 | 146 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.43 |
| HSL | 227.79º | 0.63% | 0.35% | - |
| HSV(B) | 227.79º | 0.77% | 0.57% | - |
| XYZ | 7.23 | 5.23 | 27.82 | - |
| YUV | 59.38 | 176.88 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 146 | 0.77 | 0.62 | 0 | 0.43 | 227.79 | 0.63 | 0.35 |
| Hex | 21 | 38 | 92 | 4D | 3E | 0 | 2B | E4 | 3F | 23 |
| Octal | 41 | 70 | 222 | 115 | 76 | 0 | 53 | 344 | 77 | 43 |
| Binary | 100001 | 111000 | 10010010 | 1001101 | 111110 | 0 | 101011 | 11100100 | 111111 | 100011 |
Color Harmonies of #213892
Complementary color
Monochromatic Colors of #213892
Black with #213892
Text Example
Text Example
White with #213892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213892; }
p { color: rgb(33,56,146); }
H1.HeaderClassName
{
color: #213892;
}
.AnyTagClassName
{
color: #213892;
}
</style>
background-color css
<style>
a { background-color: #213892; }
a { background-color: rgb(33,56,146); }
div.DivClassName
{
background-color: #213892;
}
.BgClassName
{
background-color: #213892;
}
</style>
border-color css
<style>
span { border-color: #213892; }
span { border-color: rgb(33,56,146); }
td.TdClassName
{
border-color: #213892;
}
.TagClassName
{
border-color: #213892;
}
</style>