Shades of Egyptian Blue #212C97
Tints of Egyptian Blue #212C97
RGB
CMYK
RGB Variations
Color information
#212C97 (or 0x212C97) is known color: Egyptian Blue. HEX triplet: 21, 2C and 97. RGB value is (33,44,151). Sum of RGB (Red+Green+Blue) = 33+44+151=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 151 (59.38% from 255 or 66.23% from 228); Max value from RGB is 151 - color contains mainly: blue. Hex color #212C97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C97 is #DED368. Grayscale: #343434. Windows color (decimal): -14603113 or 9907233. OLE color: 9907233.
HSL color Cylindrical-coordinate representation of color #212C97: hue angle of 234.41º 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 #212C97 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 33 | 44 | 151 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.41 |
| HSL | 234.41º | 0.64% | 0.36% | - |
| HSV(B) | 234.41º | 0.78% | 0.59% | - |
| XYZ | 7.11 | 4.36 | 29.74 | - |
| YUV | 52.91 | 183.36 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 151 | 0.78 | 0.71 | 0 | 0.41 | 234.41 | 0.64 | 0.36 |
| Hex | 21 | 2C | 97 | 4E | 47 | 0 | 29 | EA | 40 | 24 |
| Octal | 41 | 54 | 227 | 116 | 107 | 0 | 51 | 352 | 100 | 44 |
| Binary | 100001 | 101100 | 10010111 | 1001110 | 1000111 | 0 | 101001 | 11101010 | 1000000 | 100100 |
Color Harmonies of #212C97
Complementary color
Monochromatic Colors of #212C97
Black with #212C97
Text Example
Text Example
White with #212C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C97; }
p { color: rgb(33,44,151); }
H1.HeaderClassName
{
color: #212C97;
}
.AnyTagClassName
{
color: #212C97;
}
</style>
background-color css
<style>
a { background-color: #212C97; }
a { background-color: rgb(33,44,151); }
div.DivClassName
{
background-color: #212C97;
}
.BgClassName
{
background-color: #212C97;
}
</style>
border-color css
<style>
span { border-color: #212C97; }
span { border-color: rgb(33,44,151); }
td.TdClassName
{
border-color: #212C97;
}
.TagClassName
{
border-color: #212C97;
}
</style>