Shades of Egyptian Blue #293AA2
Tints of Egyptian Blue #293AA2
RGB
CMYK
RGB Variations
Color information
#293AA2 (or 0x293AA2) is known color: Egyptian Blue. HEX triplet: 29, 3A and A2. RGB value is (41,58,162). Sum of RGB (Red+Green+Blue) = 41+58+162=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 162 (63.67% from 255 or 62.07% from 261); Max value from RGB is 162 - color contains mainly: blue. Hex color #293AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293AA2 is #D6C55D. Grayscale: #404040. Windows color (decimal): -14075230 or 10631721. OLE color: 10631721.
HSL color Cylindrical-coordinate representation of color #293AA2: hue angle of 231.57º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #293AA2 is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 58 | 162 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.36 |
| HSL | 231.57º | 0.6% | 0.4% | - |
| HSV(B) | 231.57º | 0.75% | 0.64% | - |
| XYZ | 8.95 | 6.11 | 34.89 | - |
| YUV | 64.77 | 182.87 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 58 | 162 | 0.75 | 0.64 | 0 | 0.36 | 231.57 | 0.6 | 0.4 |
| Hex | 29 | 3A | A2 | 4B | 40 | 0 | 24 | E8 | 3C | 28 |
| Octal | 51 | 72 | 242 | 113 | 100 | 0 | 44 | 350 | 74 | 50 |
| Binary | 101001 | 111010 | 10100010 | 1001011 | 1000000 | 0 | 100100 | 11101000 | 111100 | 101000 |
Color Harmonies of #293AA2
Complementary color
Monochromatic Colors of #293AA2
Black with #293AA2
Text Example
Text Example
White with #293AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293AA2; }
p { color: rgb(41,58,162); }
H1.HeaderClassName
{
color: #293AA2;
}
.AnyTagClassName
{
color: #293AA2;
}
</style>
background-color css
<style>
a { background-color: #293AA2; }
a { background-color: rgb(41,58,162); }
div.DivClassName
{
background-color: #293AA2;
}
.BgClassName
{
background-color: #293AA2;
}
</style>
border-color css
<style>
span { border-color: #293AA2; }
span { border-color: rgb(41,58,162); }
td.TdClassName
{
border-color: #293AA2;
}
.TagClassName
{
border-color: #293AA2;
}
</style>