Shades of Egyptian Blue #29369D
Tints of Egyptian Blue #29369D
RGB
CMYK
RGB Variations
Color information
#29369D (or 0x29369D) is known color: Egyptian Blue. HEX triplet: 29, 36 and 9D. RGB value is (41,54,157). Sum of RGB (Red+Green+Blue) = 41+54+157=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #29369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29369D is #D6C962. Grayscale: #3D3D3D. Windows color (decimal): -14076259 or 10303017. OLE color: 10303017.
HSL color Cylindrical-coordinate representation of color #29369D: hue angle of 233.28º 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 #29369D is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 54 | 157 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.38 |
| HSL | 233.28º | 0.59% | 0.39% | - |
| HSV(B) | 233.28º | 0.74% | 0.62% | - |
| XYZ | 8.32 | 5.54 | 32.53 | - |
| YUV | 61.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 157 | 0.74 | 0.66 | 0 | 0.38 | 233.28 | 0.59 | 0.39 |
| Hex | 29 | 36 | 9D | 4A | 42 | 0 | 26 | E9 | 3B | 27 |
| Octal | 51 | 66 | 235 | 112 | 102 | 0 | 46 | 351 | 73 | 47 |
| Binary | 101001 | 110110 | 10011101 | 1001010 | 1000010 | 0 | 100110 | 11101001 | 111011 | 100111 |
Color Harmonies of #29369D
Complementary color
Monochromatic Colors of #29369D
Black with #29369D
Text Example
Text Example
White with #29369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29369D; }
p { color: rgb(41,54,157); }
H1.HeaderClassName
{
color: #29369D;
}
.AnyTagClassName
{
color: #29369D;
}
</style>
background-color css
<style>
a { background-color: #29369D; }
a { background-color: rgb(41,54,157); }
div.DivClassName
{
background-color: #29369D;
}
.BgClassName
{
background-color: #29369D;
}
</style>
border-color css
<style>
span { border-color: #29369D; }
span { border-color: rgb(41,54,157); }
td.TdClassName
{
border-color: #29369D;
}
.TagClassName
{
border-color: #29369D;
}
</style>