Shades of Egyptian Blue #29269D
Tints of Egyptian Blue #29269D
RGB
CMYK
RGB Variations
Color information
#29269D (or 0x29269D) is known color: Egyptian Blue. HEX triplet: 29, 26 and 9D. RGB value is (41,38,157). Sum of RGB (Red+Green+Blue) = 41+38+157=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 157 (61.72% from 255 or 66.53% from 236); Max value from RGB is 157 - color contains mainly: blue. Hex color #29269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29269D is #D6D962. Grayscale: #333333. Windows color (decimal): -14080355 or 10298921. OLE color: 10298921.
HSL color Cylindrical-coordinate representation of color #29269D: hue angle of 241.51º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #29269D is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 38 | 157 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.38 |
| HSL | 241.51º | 0.61% | 0.38% | - |
| HSV(B) | 241.51º | 0.76% | 0.62% | - |
| XYZ | 7.69 | 4.29 | 32.32 | - |
| YUV | 52.46 | 186.99 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 38 | 157 | 0.74 | 0.76 | 0 | 0.38 | 241.51 | 0.61 | 0.38 |
| Hex | 29 | 26 | 9D | 4A | 4C | 0 | 26 | F2 | 3D | 26 |
| Octal | 51 | 46 | 235 | 112 | 114 | 0 | 46 | 362 | 75 | 46 |
| Binary | 101001 | 100110 | 10011101 | 1001010 | 1001100 | 0 | 100110 | 11110010 | 111101 | 100110 |
Color Harmonies of #29269D
Complementary color
Monochromatic Colors of #29269D
Black with #29269D
Text Example
Text Example
White with #29269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29269D; }
p { color: rgb(41,38,157); }
H1.HeaderClassName
{
color: #29269D;
}
.AnyTagClassName
{
color: #29269D;
}
</style>
background-color css
<style>
a { background-color: #29269D; }
a { background-color: rgb(41,38,157); }
div.DivClassName
{
background-color: #29269D;
}
.BgClassName
{
background-color: #29269D;
}
</style>
border-color css
<style>
span { border-color: #29269D; }
span { border-color: rgb(41,38,157); }
td.TdClassName
{
border-color: #29269D;
}
.TagClassName
{
border-color: #29269D;
}
</style>