Shades of Egyptian Blue #293DA0
Tints of Egyptian Blue #293DA0
RGB
CMYK
RGB Variations
Color information
#293DA0 (or 0x293DA0) is known color: Egyptian Blue. HEX triplet: 29, 3D and A0. RGB value is (41,61,160). Sum of RGB (Red+Green+Blue) = 41+61+160=262 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.65% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #293DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293DA0 is #D6C25F. Grayscale: #414141. Windows color (decimal): -14074464 or 10501417. OLE color: 10501417.
HSL color Cylindrical-coordinate representation of color #293DA0: hue angle of 229.92º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #293DA0 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 61 | 160 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.37 |
| HSL | 229.92º | 0.59% | 0.39% | - |
| HSV(B) | 229.92º | 0.74% | 0.63% | - |
| XYZ | 8.93 | 6.35 | 34.01 | - |
| YUV | 66.31 | 180.87 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 61 | 160 | 0.74 | 0.62 | 0 | 0.37 | 229.92 | 0.59 | 0.39 |
| Hex | 29 | 3D | A0 | 4A | 3E | 0 | 25 | E6 | 3B | 27 |
| Octal | 51 | 75 | 240 | 112 | 76 | 0 | 45 | 346 | 73 | 47 |
| Binary | 101001 | 111101 | 10100000 | 1001010 | 111110 | 0 | 100101 | 11100110 | 111011 | 100111 |
Color Harmonies of #293DA0
Complementary color
Monochromatic Colors of #293DA0
Black with #293DA0
Text Example
Text Example
White with #293DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293DA0; }
p { color: rgb(41,61,160); }
H1.HeaderClassName
{
color: #293DA0;
}
.AnyTagClassName
{
color: #293DA0;
}
</style>
background-color css
<style>
a { background-color: #293DA0; }
a { background-color: rgb(41,61,160); }
div.DivClassName
{
background-color: #293DA0;
}
.BgClassName
{
background-color: #293DA0;
}
</style>
border-color css
<style>
span { border-color: #293DA0; }
span { border-color: rgb(41,61,160); }
td.TdClassName
{
border-color: #293DA0;
}
.TagClassName
{
border-color: #293DA0;
}
</style>