Shades of Egyptian Blue #212C95
Tints of Egyptian Blue #212C95
RGB
CMYK
RGB Variations
Color information
#212C95 (or 0x212C95) is known color: Egyptian Blue. HEX triplet: 21, 2C and 95. RGB value is (33,44,149). Sum of RGB (Red+Green+Blue) = 33+44+149=226 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.60% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 149 (58.59% from 255 or 65.93% from 226); Max value from RGB is 149 - color contains mainly: blue. Hex color #212C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212C95 is #DED36A. Grayscale: #343434. Windows color (decimal): -14603115 or 9776161. OLE color: 9776161.
HSL color Cylindrical-coordinate representation of color #212C95: hue angle of 234.31º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #212C95 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 44 | 149 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.42 |
| HSL | 234.31º | 0.64% | 0.36% | - |
| HSV(B) | 234.31º | 0.78% | 0.58% | - |
| XYZ | 6.95 | 4.29 | 28.9 | - |
| YUV | 52.68 | 182.36 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 44 | 149 | 0.78 | 0.70 | 0 | 0.42 | 234.31 | 0.64 | 0.36 |
| Hex | 21 | 2C | 95 | 4E | 46 | 0 | 2A | EA | 40 | 24 |
| Octal | 41 | 54 | 225 | 116 | 106 | 0 | 52 | 352 | 100 | 44 |
| Binary | 100001 | 101100 | 10010101 | 1001110 | 1000110 | 0 | 101010 | 11101010 | 1000000 | 100100 |
Color Harmonies of #212C95
Complementary color
Monochromatic Colors of #212C95
Black with #212C95
Text Example
Text Example
White with #212C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212C95; }
p { color: rgb(33,44,149); }
H1.HeaderClassName
{
color: #212C95;
}
.AnyTagClassName
{
color: #212C95;
}
</style>
background-color css
<style>
a { background-color: #212C95; }
a { background-color: rgb(33,44,149); }
div.DivClassName
{
background-color: #212C95;
}
.BgClassName
{
background-color: #212C95;
}
</style>
border-color css
<style>
span { border-color: #212C95; }
span { border-color: rgb(33,44,149); }
td.TdClassName
{
border-color: #212C95;
}
.TagClassName
{
border-color: #212C95;
}
</style>