Shades of Egyptian Blue #29329A
Tints of Egyptian Blue #29329A
RGB
CMYK
RGB Variations
Color information
#29329A (or 0x29329A) is known color: Egyptian Blue. HEX triplet: 29, 32 and 9A. RGB value is (41,50,154). Sum of RGB (Red+Green+Blue) = 41+50+154=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 154 (60.55% from 255 or 62.86% from 245); Max value from RGB is 154 - color contains mainly: blue. Hex color #29329A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29329A is #D6CD65. Grayscale: #3A3A3A. Windows color (decimal): -14077286 or 10105385. OLE color: 10105385.
HSL color Cylindrical-coordinate representation of color #29329A: hue angle of 235.22º 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 #29329A is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 50 | 154 | - |
| CMYK | 0.73 | 0.68 | 0 | 0.40 |
| HSL | 235.22º | 0.58% | 0.38% | - |
| HSV(B) | 235.22º | 0.73% | 0.6% | - |
| XYZ | 7.89 | 5.09 | 31.14 | - |
| YUV | 59.17 | 181.52 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 154 | 0.73 | 0.68 | 0 | 0.40 | 235.22 | 0.58 | 0.38 |
| Hex | 29 | 32 | 9A | 49 | 44 | 0 | 28 | EB | 3A | 26 |
| Octal | 51 | 62 | 232 | 111 | 104 | 0 | 50 | 353 | 72 | 46 |
| Binary | 101001 | 110010 | 10011010 | 1001001 | 1000100 | 0 | 101000 | 11101011 | 111010 | 100110 |
Color Harmonies of #29329A
Complementary color
Monochromatic Colors of #29329A
Black with #29329A
Text Example
Text Example
White with #29329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29329A; }
p { color: rgb(41,50,154); }
H1.HeaderClassName
{
color: #29329A;
}
.AnyTagClassName
{
color: #29329A;
}
</style>
background-color css
<style>
a { background-color: #29329A; }
a { background-color: rgb(41,50,154); }
div.DivClassName
{
background-color: #29329A;
}
.BgClassName
{
background-color: #29329A;
}
</style>
border-color css
<style>
span { border-color: #29329A; }
span { border-color: rgb(41,50,154); }
td.TdClassName
{
border-color: #29329A;
}
.TagClassName
{
border-color: #29329A;
}
</style>