Shades of Egyptian Blue #293D9B
Tints of Egyptian Blue #293D9B
RGB
CMYK
RGB Variations
Color information
#293D9B (or 0x293D9B) is known color: Egyptian Blue. HEX triplet: 29, 3D and 9B. RGB value is (41,61,155). Sum of RGB (Red+Green+Blue) = 41+61+155=257 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.95% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #293D9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293D9B is #D6C264. Grayscale: #414141. Windows color (decimal): -14074469 or 10173737. OLE color: 10173737.
HSL color Cylindrical-coordinate representation of color #293D9B: hue angle of 229.47º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #293D9B is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 61 | 155 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.39 |
| HSL | 229.47º | 0.58% | 0.38% | - |
| HSV(B) | 229.47º | 0.74% | 0.61% | - |
| XYZ | 8.5 | 6.18 | 31.75 | - |
| YUV | 65.74 | 178.37 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 155 | 0.74 | 0.61 | 0 | 0.39 | 229.47 | 0.58 | 0.38 |
| Hex | 29 | 3D | 9B | 4A | 3D | 0 | 27 | E5 | 3A | 26 |
| Octal | 51 | 75 | 233 | 112 | 75 | 0 | 47 | 345 | 72 | 46 |
| Binary | 101001 | 111101 | 10011011 | 1001010 | 111101 | 0 | 100111 | 11100101 | 111010 | 100110 |
Color Harmonies of #293D9B
Complementary color
Monochromatic Colors of #293D9B
Black with #293D9B
Text Example
Text Example
White with #293D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293D9B; }
p { color: rgb(41,61,155); }
H1.HeaderClassName
{
color: #293D9B;
}
.AnyTagClassName
{
color: #293D9B;
}
</style>
background-color css
<style>
a { background-color: #293D9B; }
a { background-color: rgb(41,61,155); }
div.DivClassName
{
background-color: #293D9B;
}
.BgClassName
{
background-color: #293D9B;
}
</style>
border-color css
<style>
span { border-color: #293D9B; }
span { border-color: rgb(41,61,155); }
td.TdClassName
{
border-color: #293D9B;
}
.TagClassName
{
border-color: #293D9B;
}
</style>