Shades of Egyptian Blue #214299
Tints of Egyptian Blue #214299
RGB
CMYK
RGB Variations
Color information
#214299 (or 0x214299) is known color: Egyptian Blue. HEX triplet: 21, 42 and 99. RGB value is (33,66,153). Sum of RGB (Red+Green+Blue) = 33+66+153=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #214299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214299 is #DEBD66. Grayscale: #414141. Windows color (decimal): -14597479 or 10043937. OLE color: 10043937.
HSL color Cylindrical-coordinate representation of color #214299: hue angle of 223.5º degrees, saturation: 0.65, 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 #214299 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 33 | 66 | 153 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.4 |
| HSL | 223.5º | 0.65% | 0.36% | - |
| HSV(B) | 223.5º | 0.78% | 0.6% | - |
| XYZ | 8.33 | 6.52 | 30.96 | - |
| YUV | 66.05 | 177.07 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 153 | 0.78 | 0.57 | 0 | 0.4 | 223.5 | 0.65 | 0.36 |
| Hex | 21 | 42 | 99 | 4E | 39 | 0 | 28 | E0 | 41 | 24 |
| Octal | 41 | 102 | 231 | 116 | 71 | 0 | 50 | 340 | 101 | 44 |
| Binary | 100001 | 1000010 | 10011001 | 1001110 | 111001 | 0 | 101000 | 11100000 | 1000001 | 100100 |
Color Harmonies of #214299
Complementary color
Monochromatic Colors of #214299
Black with #214299
Text Example
Text Example
White with #214299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214299; }
p { color: rgb(33,66,153); }
H1.HeaderClassName
{
color: #214299;
}
.AnyTagClassName
{
color: #214299;
}
</style>
background-color css
<style>
a { background-color: #214299; }
a { background-color: rgb(33,66,153); }
div.DivClassName
{
background-color: #214299;
}
.BgClassName
{
background-color: #214299;
}
</style>
border-color css
<style>
span { border-color: #214299; }
span { border-color: rgb(33,66,153); }
td.TdClassName
{
border-color: #214299;
}
.TagClassName
{
border-color: #214299;
}
</style>