Shades of Egyptian Blue #293C9D
Tints of Egyptian Blue #293C9D
RGB
CMYK
RGB Variations
Color information
#293C9D (or 0x293C9D) is known color: Egyptian Blue. HEX triplet: 29, 3C and 9D. RGB value is (41,60,157). Sum of RGB (Red+Green+Blue) = 41+60+157=258 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.89% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 157 (61.72% from 255 or 60.85% from 258); Max value from RGB is 157 - color contains mainly: blue. Hex color #293C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293C9D is #D6C362. Grayscale: #404040. Windows color (decimal): -14074723 or 10304553. OLE color: 10304553.
HSL color Cylindrical-coordinate representation of color #293C9D: hue angle of 230.17º 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 #293C9D is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 60 | 157 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.38 |
| HSL | 230.17º | 0.59% | 0.39% | - |
| HSV(B) | 230.17º | 0.74% | 0.62% | - |
| XYZ | 8.62 | 6.14 | 32.63 | - |
| YUV | 65.38 | 179.71 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 60 | 157 | 0.74 | 0.62 | 0 | 0.38 | 230.17 | 0.59 | 0.39 |
| Hex | 29 | 3C | 9D | 4A | 3E | 0 | 26 | E6 | 3B | 27 |
| Octal | 51 | 74 | 235 | 112 | 76 | 0 | 46 | 346 | 73 | 47 |
| Binary | 101001 | 111100 | 10011101 | 1001010 | 111110 | 0 | 100110 | 11100110 | 111011 | 100111 |
Color Harmonies of #293C9D
Complementary color
Monochromatic Colors of #293C9D
Black with #293C9D
Text Example
Text Example
White with #293C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293C9D; }
p { color: rgb(41,60,157); }
H1.HeaderClassName
{
color: #293C9D;
}
.AnyTagClassName
{
color: #293C9D;
}
</style>
background-color css
<style>
a { background-color: #293C9D; }
a { background-color: rgb(41,60,157); }
div.DivClassName
{
background-color: #293C9D;
}
.BgClassName
{
background-color: #293C9D;
}
</style>
border-color css
<style>
span { border-color: #293C9D; }
span { border-color: rgb(41,60,157); }
td.TdClassName
{
border-color: #293C9D;
}
.TagClassName
{
border-color: #293C9D;
}
</style>