Shades of Egyptian Blue #29309E
Tints of Egyptian Blue #29309E
RGB
CMYK
RGB Variations
Color information
#29309E (or 0x29309E) is known color: Egyptian Blue. HEX triplet: 29, 30 and 9E. RGB value is (41,48,158). Sum of RGB (Red+Green+Blue) = 41+48+158=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #29309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29309E is #D6CF61. Grayscale: #3A3A3A. Windows color (decimal): -14077794 or 10367017. OLE color: 10367017.
HSL color Cylindrical-coordinate representation of color #29309E: hue angle of 236.41º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29309E is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 48 | 158 | - |
| CMYK | 0.74 | 0.70 | 0 | 0.38 |
| HSL | 236.41º | 0.59% | 0.39% | - |
| HSV(B) | 236.41º | 0.74% | 0.62% | - |
| XYZ | 8.14 | 5.05 | 32.89 | - |
| YUV | 58.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 48 | 158 | 0.74 | 0.70 | 0 | 0.38 | 236.41 | 0.59 | 0.39 |
| Hex | 29 | 30 | 9E | 4A | 46 | 0 | 26 | EC | 3B | 27 |
| Octal | 51 | 60 | 236 | 112 | 106 | 0 | 46 | 354 | 73 | 47 |
| Binary | 101001 | 110000 | 10011110 | 1001010 | 1000110 | 0 | 100110 | 11101100 | 111011 | 100111 |
Color Harmonies of #29309E
Complementary color
Monochromatic Colors of #29309E
Black with #29309E
Text Example
Text Example
White with #29309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29309E; }
p { color: rgb(41,48,158); }
H1.HeaderClassName
{
color: #29309E;
}
.AnyTagClassName
{
color: #29309E;
}
</style>
background-color css
<style>
a { background-color: #29309E; }
a { background-color: rgb(41,48,158); }
div.DivClassName
{
background-color: #29309E;
}
.BgClassName
{
background-color: #29309E;
}
</style>
border-color css
<style>
span { border-color: #29309E; }
span { border-color: rgb(41,48,158); }
td.TdClassName
{
border-color: #29309E;
}
.TagClassName
{
border-color: #29309E;
}
</style>