Shades of Egyptian Blue #213194
Tints of Egyptian Blue #213194
RGB
CMYK
RGB Variations
Color information
#213194 (or 0x213194) is known color: Egyptian Blue. HEX triplet: 21, 31 and 94. RGB value is (33,49,148). Sum of RGB (Red+Green+Blue) = 33+49+148=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #213194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213194 is #DECE6B. Grayscale: #373737. Windows color (decimal): -14601836 or 9711905. OLE color: 9711905.
HSL color Cylindrical-coordinate representation of color #213194: hue angle of 231.65º 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 #213194 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 33 | 49 | 148 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.42 |
| HSL | 231.65º | 0.64% | 0.35% | - |
| HSV(B) | 231.65º | 0.78% | 0.58% | - |
| XYZ | 7.07 | 4.66 | 28.54 | - |
| YUV | 55.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 49 | 148 | 0.78 | 0.67 | 0 | 0.42 | 231.65 | 0.64 | 0.35 |
| Hex | 21 | 31 | 94 | 4E | 43 | 0 | 2A | E8 | 40 | 23 |
| Octal | 41 | 61 | 224 | 116 | 103 | 0 | 52 | 350 | 100 | 43 |
| Binary | 100001 | 110001 | 10010100 | 1001110 | 1000011 | 0 | 101010 | 11101000 | 1000000 | 100011 |
Color Harmonies of #213194
Complementary color
Monochromatic Colors of #213194
Black with #213194
Text Example
Text Example
White with #213194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213194; }
p { color: rgb(33,49,148); }
H1.HeaderClassName
{
color: #213194;
}
.AnyTagClassName
{
color: #213194;
}
</style>
background-color css
<style>
a { background-color: #213194; }
a { background-color: rgb(33,49,148); }
div.DivClassName
{
background-color: #213194;
}
.BgClassName
{
background-color: #213194;
}
</style>
border-color css
<style>
span { border-color: #213194; }
span { border-color: rgb(33,49,148); }
td.TdClassName
{
border-color: #213194;
}
.TagClassName
{
border-color: #213194;
}
</style>