Shades of Egyptian Blue #213791
Tints of Egyptian Blue #213791
RGB
CMYK
RGB Variations
Color information
#213791 (or 0x213791) is known color: Egyptian Blue. HEX triplet: 21, 37 and 91. RGB value is (33,55,145). Sum of RGB (Red+Green+Blue) = 33+55+145=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 145 (57.03% from 255 or 62.23% from 233); Max value from RGB is 145 - color contains mainly: blue. Hex color #213791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213791 is #DEC86E. Grayscale: #3A3A3A. Windows color (decimal): -14600303 or 9516833. OLE color: 9516833.
HSL color Cylindrical-coordinate representation of color #213791: hue angle of 228.21º 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 #213791 is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 55 | 145 | - |
| CMYK | 0.77 | 0.62 | 0 | 0.43 |
| HSL | 228.21º | 0.63% | 0.35% | - |
| HSV(B) | 228.21º | 0.77% | 0.57% | - |
| XYZ | 7.1 | 5.1 | 27.4 | - |
| YUV | 58.68 | 176.71 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 55 | 145 | 0.77 | 0.62 | 0 | 0.43 | 228.21 | 0.63 | 0.35 |
| Hex | 21 | 37 | 91 | 4D | 3E | 0 | 2B | E4 | 3F | 23 |
| Octal | 41 | 67 | 221 | 115 | 76 | 0 | 53 | 344 | 77 | 43 |
| Binary | 100001 | 110111 | 10010001 | 1001101 | 111110 | 0 | 101011 | 11100100 | 111111 | 100011 |
Color Harmonies of #213791
Complementary color
Monochromatic Colors of #213791
Black with #213791
Text Example
Text Example
White with #213791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213791; }
p { color: rgb(33,55,145); }
H1.HeaderClassName
{
color: #213791;
}
.AnyTagClassName
{
color: #213791;
}
</style>
background-color css
<style>
a { background-color: #213791; }
a { background-color: rgb(33,55,145); }
div.DivClassName
{
background-color: #213791;
}
.BgClassName
{
background-color: #213791;
}
</style>
border-color css
<style>
span { border-color: #213791; }
span { border-color: rgb(33,55,145); }
td.TdClassName
{
border-color: #213791;
}
.TagClassName
{
border-color: #213791;
}
</style>