Shades of Egyptian Blue #213D91
Tints of Egyptian Blue #213D91
RGB
CMYK
RGB Variations
Color information
#213D91 (or 0x213D91) is known color: Egyptian Blue. HEX triplet: 21, 3D and 91. RGB value is (33,61,145). Sum of RGB (Red+Green+Blue) = 33+61+145=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 61 (24.22% from 255 or 25.52% from 239); Blue value is 145 (57.03% from 255 or 60.67% from 239); Max value from RGB is 145 - color contains mainly: blue. Hex color #213D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213D91 is #DEC26E. Grayscale: #3D3D3D. Windows color (decimal): -14598767 or 9518369. OLE color: 9518369.
HSL color Cylindrical-coordinate representation of color #213D91: hue angle of 225º 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 #213D91 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 33 | 61 | 145 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.43 |
| HSL | 225º | 0.63% | 0.35% | - |
| HSV(B) | 225º | 0.77% | 0.57% | - |
| XYZ | 7.41 | 5.71 | 27.5 | - |
| YUV | 62.2 | 174.72 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 61 | 145 | 0.77 | 0.58 | 0 | 0.43 | 225 | 0.63 | 0.35 |
| Hex | 21 | 3D | 91 | 4D | 3A | 0 | 2B | E1 | 3F | 23 |
| Octal | 41 | 75 | 221 | 115 | 72 | 0 | 53 | 341 | 77 | 43 |
| Binary | 100001 | 111101 | 10010001 | 1001101 | 111010 | 0 | 101011 | 11100001 | 111111 | 100011 |
Color Harmonies of #213D91
Complementary color
Monochromatic Colors of #213D91
Black with #213D91
Text Example
Text Example
White with #213D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213D91; }
p { color: rgb(33,61,145); }
H1.HeaderClassName
{
color: #213D91;
}
.AnyTagClassName
{
color: #213D91;
}
</style>
background-color css
<style>
a { background-color: #213D91; }
a { background-color: rgb(33,61,145); }
div.DivClassName
{
background-color: #213D91;
}
.BgClassName
{
background-color: #213D91;
}
</style>
border-color css
<style>
span { border-color: #213D91; }
span { border-color: rgb(33,61,145); }
td.TdClassName
{
border-color: #213D91;
}
.TagClassName
{
border-color: #213D91;
}
</style>