Shades of Egyptian Blue #213897
Tints of Egyptian Blue #213897
RGB
CMYK
RGB Variations
Color information
#213897 (or 0x213897) is known color: Egyptian Blue. HEX triplet: 21, 38 and 97. RGB value is (33,56,151). Sum of RGB (Red+Green+Blue) = 33+56+151=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #213897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213897 is #DEC768. Grayscale: #3B3B3B. Windows color (decimal): -14600041 or 9910305. OLE color: 9910305.
HSL color Cylindrical-coordinate representation of color #213897: hue angle of 228.31º 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 #213897 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 56 | 151 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.41 |
| HSL | 228.31º | 0.64% | 0.36% | - |
| HSV(B) | 228.31º | 0.78% | 0.59% | - |
| XYZ | 7.63 | 5.39 | 29.92 | - |
| YUV | 59.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 56 | 151 | 0.78 | 0.63 | 0 | 0.41 | 228.31 | 0.64 | 0.36 |
| Hex | 21 | 38 | 97 | 4E | 3F | 0 | 29 | E4 | 40 | 24 |
| Octal | 41 | 70 | 227 | 116 | 77 | 0 | 51 | 344 | 100 | 44 |
| Binary | 100001 | 111000 | 10010111 | 1001110 | 111111 | 0 | 101001 | 11100100 | 1000000 | 100100 |
Color Harmonies of #213897
Complementary color
Monochromatic Colors of #213897
Black with #213897
Text Example
Text Example
White with #213897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213897; }
p { color: rgb(33,56,151); }
H1.HeaderClassName
{
color: #213897;
}
.AnyTagClassName
{
color: #213897;
}
</style>
background-color css
<style>
a { background-color: #213897; }
a { background-color: rgb(33,56,151); }
div.DivClassName
{
background-color: #213897;
}
.BgClassName
{
background-color: #213897;
}
</style>
border-color css
<style>
span { border-color: #213897; }
span { border-color: rgb(33,56,151); }
td.TdClassName
{
border-color: #213897;
}
.TagClassName
{
border-color: #213897;
}
</style>