Shades of Egyptian Blue #214198
Tints of Egyptian Blue #214198
RGB
CMYK
RGB Variations
Color information
#214198 (or 0x214198) is known color: Egyptian Blue. HEX triplet: 21, 41 and 98. RGB value is (33,65,152). Sum of RGB (Red+Green+Blue) = 33+65+152=250 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #214198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214198 is #DEBE67. Grayscale: #404040. Windows color (decimal): -14597736 or 9978145. OLE color: 9978145.
HSL color Cylindrical-coordinate representation of color #214198: hue angle of 223.87º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214198 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 33 | 65 | 152 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.40 |
| HSL | 223.87º | 0.64% | 0.36% | - |
| HSV(B) | 223.87º | 0.78% | 0.6% | - |
| XYZ | 8.18 | 6.37 | 30.5 | - |
| YUV | 65.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 152 | 0.78 | 0.57 | 0 | 0.40 | 223.87 | 0.64 | 0.36 |
| Hex | 21 | 41 | 98 | 4E | 39 | 0 | 28 | E0 | 40 | 24 |
| Octal | 41 | 101 | 230 | 116 | 71 | 0 | 50 | 340 | 100 | 44 |
| Binary | 100001 | 1000001 | 10011000 | 1001110 | 111001 | 0 | 101000 | 11100000 | 1000000 | 100100 |
Color Harmonies of #214198
Complementary color
Monochromatic Colors of #214198
Black with #214198
Text Example
Text Example
White with #214198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214198; }
p { color: rgb(33,65,152); }
H1.HeaderClassName
{
color: #214198;
}
.AnyTagClassName
{
color: #214198;
}
</style>
background-color css
<style>
a { background-color: #214198; }
a { background-color: rgb(33,65,152); }
div.DivClassName
{
background-color: #214198;
}
.BgClassName
{
background-color: #214198;
}
</style>
border-color css
<style>
span { border-color: #214198; }
span { border-color: rgb(33,65,152); }
td.TdClassName
{
border-color: #214198;
}
.TagClassName
{
border-color: #214198;
}
</style>