Shades of Egyptian Blue #293399
Tints of Egyptian Blue #293399
RGB
CMYK
RGB Variations
Color information
#293399 (or 0x293399) is known color: Egyptian Blue. HEX triplet: 29, 33 and 99. RGB value is (41,51,153). Sum of RGB (Red+Green+Blue) = 41+51+153=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #293399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293399 is #D6CC66. Grayscale: #3B3B3B. Windows color (decimal): -14077031 or 10040105. OLE color: 10040105.
HSL color Cylindrical-coordinate representation of color #293399: hue angle of 234.64º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293399 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 51 | 153 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.4 |
| HSL | 234.64º | 0.58% | 0.38% | - |
| HSV(B) | 234.64º | 0.73% | 0.6% | - |
| XYZ | 7.85 | 5.14 | 30.72 | - |
| YUV | 59.64 | 180.69 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 153 | 0.73 | 0.67 | 0 | 0.4 | 234.64 | 0.58 | 0.38 |
| Hex | 29 | 33 | 99 | 49 | 43 | 0 | 28 | EB | 3A | 26 |
| Octal | 51 | 63 | 231 | 111 | 103 | 0 | 50 | 353 | 72 | 46 |
| Binary | 101001 | 110011 | 10011001 | 1001001 | 1000011 | 0 | 101000 | 11101011 | 111010 | 100110 |
Color Harmonies of #293399
Complementary color
Monochromatic Colors of #293399
Black with #293399
Text Example
Text Example
White with #293399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293399; }
p { color: rgb(41,51,153); }
H1.HeaderClassName
{
color: #293399;
}
.AnyTagClassName
{
color: #293399;
}
</style>
background-color css
<style>
a { background-color: #293399; }
a { background-color: rgb(41,51,153); }
div.DivClassName
{
background-color: #293399;
}
.BgClassName
{
background-color: #293399;
}
</style>
border-color css
<style>
span { border-color: #293399; }
span { border-color: rgb(41,51,153); }
td.TdClassName
{
border-color: #293399;
}
.TagClassName
{
border-color: #293399;
}
</style>