Shades of Egyptian Blue #29369C
Tints of Egyptian Blue #29369C
RGB
CMYK
RGB Variations
Color information
#29369C (or 0x29369C) is known color: Egyptian Blue. HEX triplet: 29, 36 and 9C. RGB value is (41,54,156). Sum of RGB (Red+Green+Blue) = 41+54+156=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #29369C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29369C is #D6C963. Grayscale: #3D3D3D. Windows color (decimal): -14076260 or 10237481. OLE color: 10237481.
HSL color Cylindrical-coordinate representation of color #29369C: hue angle of 233.22º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29369C is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 54 | 156 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.39 |
| HSL | 233.22º | 0.58% | 0.39% | - |
| HSV(B) | 233.22º | 0.74% | 0.61% | - |
| XYZ | 8.23 | 5.51 | 32.08 | - |
| YUV | 61.74 | 181.19 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 54 | 156 | 0.74 | 0.65 | 0 | 0.39 | 233.22 | 0.58 | 0.39 |
| Hex | 29 | 36 | 9C | 4A | 41 | 0 | 27 | E9 | 3A | 27 |
| Octal | 51 | 66 | 234 | 112 | 101 | 0 | 47 | 351 | 72 | 47 |
| Binary | 101001 | 110110 | 10011100 | 1001010 | 1000001 | 0 | 100111 | 11101001 | 111010 | 100111 |
Color Harmonies of #29369C
Complementary color
Monochromatic Colors of #29369C
Black with #29369C
Text Example
Text Example
White with #29369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29369C; }
p { color: rgb(41,54,156); }
H1.HeaderClassName
{
color: #29369C;
}
.AnyTagClassName
{
color: #29369C;
}
</style>
background-color css
<style>
a { background-color: #29369C; }
a { background-color: rgb(41,54,156); }
div.DivClassName
{
background-color: #29369C;
}
.BgClassName
{
background-color: #29369C;
}
</style>
border-color css
<style>
span { border-color: #29369C; }
span { border-color: rgb(41,54,156); }
td.TdClassName
{
border-color: #29369C;
}
.TagClassName
{
border-color: #29369C;
}
</style>