Shades of Egyptian Blue #29389C
Tints of Egyptian Blue #29389C
RGB
CMYK
RGB Variations
Color information
#29389C (or 0x29389C) is known color: Egyptian Blue. HEX triplet: 29, 38 and 9C. RGB value is (41,56,156). Sum of RGB (Red+Green+Blue) = 41+56+156=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 156 (61.33% from 255 or 61.66% from 253); Max value from RGB is 156 - color contains mainly: blue. Hex color #29389C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29389C is #D6C763. Grayscale: #3E3E3E. Windows color (decimal): -14075748 or 10237993. OLE color: 10237993.
HSL color Cylindrical-coordinate representation of color #29389C: hue angle of 232.17º 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 #29389C is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 56 | 156 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.39 |
| HSL | 232.17º | 0.58% | 0.39% | - |
| HSV(B) | 232.17º | 0.74% | 0.61% | - |
| XYZ | 8.33 | 5.7 | 32.11 | - |
| YUV | 62.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 156 | 0.74 | 0.64 | 0 | 0.39 | 232.17 | 0.58 | 0.39 |
| Hex | 29 | 38 | 9C | 4A | 40 | 0 | 27 | E8 | 3A | 27 |
| Octal | 51 | 70 | 234 | 112 | 100 | 0 | 47 | 350 | 72 | 47 |
| Binary | 101001 | 111000 | 10011100 | 1001010 | 1000000 | 0 | 100111 | 11101000 | 111010 | 100111 |
Color Harmonies of #29389C
Complementary color
Monochromatic Colors of #29389C
Black with #29389C
Text Example
Text Example
White with #29389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29389C; }
p { color: rgb(41,56,156); }
H1.HeaderClassName
{
color: #29389C;
}
.AnyTagClassName
{
color: #29389C;
}
</style>
background-color css
<style>
a { background-color: #29389C; }
a { background-color: rgb(41,56,156); }
div.DivClassName
{
background-color: #29389C;
}
.BgClassName
{
background-color: #29389C;
}
</style>
border-color css
<style>
span { border-color: #29389C; }
span { border-color: rgb(41,56,156); }
td.TdClassName
{
border-color: #29389C;
}
.TagClassName
{
border-color: #29389C;
}
</style>