Shades of Egyptian Blue #213694
Tints of Egyptian Blue #213694
RGB
CMYK
RGB Variations
Color information
#213694 (or 0x213694) is known color: Egyptian Blue. HEX triplet: 21, 36 and 94. RGB value is (33,54,148). Sum of RGB (Red+Green+Blue) = 33+54+148=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 148 (58.20% from 255 or 62.98% from 235); Max value from RGB is 148 - color contains mainly: blue. Hex color #213694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213694 is #DEC96B. Grayscale: #3A3A3A. Windows color (decimal): -14600556 or 9713185. OLE color: 9713185.
HSL color Cylindrical-coordinate representation of color #213694: hue angle of 229.04º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #213694 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 54 | 148 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.42 |
| HSL | 229.04º | 0.64% | 0.35% | - |
| HSV(B) | 229.04º | 0.78% | 0.58% | - |
| XYZ | 7.29 | 5.1 | 28.62 | - |
| YUV | 58.44 | 178.54 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 148 | 0.78 | 0.64 | 0 | 0.42 | 229.04 | 0.64 | 0.35 |
| Hex | 21 | 36 | 94 | 4E | 40 | 0 | 2A | E5 | 40 | 23 |
| Octal | 41 | 66 | 224 | 116 | 100 | 0 | 52 | 345 | 100 | 43 |
| Binary | 100001 | 110110 | 10010100 | 1001110 | 1000000 | 0 | 101010 | 11100101 | 1000000 | 100011 |
Color Harmonies of #213694
Complementary color
Monochromatic Colors of #213694
Black with #213694
Text Example
Text Example
White with #213694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213694; }
p { color: rgb(33,54,148); }
H1.HeaderClassName
{
color: #213694;
}
.AnyTagClassName
{
color: #213694;
}
</style>
background-color css
<style>
a { background-color: #213694; }
a { background-color: rgb(33,54,148); }
div.DivClassName
{
background-color: #213694;
}
.BgClassName
{
background-color: #213694;
}
</style>
border-color css
<style>
span { border-color: #213694; }
span { border-color: rgb(33,54,148); }
td.TdClassName
{
border-color: #213694;
}
.TagClassName
{
border-color: #213694;
}
</style>