Shades of Egyptian Blue #29289C
Tints of Egyptian Blue #29289C
RGB
CMYK
RGB Variations
Color information
#29289C (or 0x29289C) is known color: Egyptian Blue. HEX triplet: 29, 28 and 9C. RGB value is (41,40,156). Sum of RGB (Red+Green+Blue) = 41+40+156=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #29289C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29289C is #D6D763. Grayscale: #353535. Windows color (decimal): -14079844 or 10233897. OLE color: 10233897.
HSL color Cylindrical-coordinate representation of color #29289C: hue angle of 240.52º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29289C is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 40 | 156 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.39 |
| HSL | 240.52º | 0.59% | 0.38% | - |
| HSV(B) | 240.52º | 0.74% | 0.61% | - |
| XYZ | 7.67 | 4.39 | 31.9 | - |
| YUV | 53.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 40 | 156 | 0.74 | 0.74 | 0 | 0.39 | 240.52 | 0.59 | 0.38 |
| Hex | 29 | 28 | 9C | 4A | 4A | 0 | 27 | F1 | 3B | 26 |
| Octal | 51 | 50 | 234 | 112 | 112 | 0 | 47 | 361 | 73 | 46 |
| Binary | 101001 | 101000 | 10011100 | 1001010 | 1001010 | 0 | 100111 | 11110001 | 111011 | 100110 |
Color Harmonies of #29289C
Complementary color
Monochromatic Colors of #29289C
Black with #29289C
Text Example
Text Example
White with #29289C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29289C; }
p { color: rgb(41,40,156); }
H1.HeaderClassName
{
color: #29289C;
}
.AnyTagClassName
{
color: #29289C;
}
</style>
background-color css
<style>
a { background-color: #29289C; }
a { background-color: rgb(41,40,156); }
div.DivClassName
{
background-color: #29289C;
}
.BgClassName
{
background-color: #29289C;
}
</style>
border-color css
<style>
span { border-color: #29289C; }
span { border-color: rgb(41,40,156); }
td.TdClassName
{
border-color: #29289C;
}
.TagClassName
{
border-color: #29289C;
}
</style>