Shades of Egyptian Blue #293FA0
Tints of Egyptian Blue #293FA0
RGB
CMYK
RGB Variations
Color information
#293FA0 (or 0x293FA0) is known color: Egyptian Blue. HEX triplet: 29, 3F and A0. RGB value is (41,63,160). Sum of RGB (Red+Green+Blue) = 41+63+160=264 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.53% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 160 (62.89% from 255 or 60.61% from 264); Max value from RGB is 160 - color contains mainly: blue. Hex color #293FA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293FA0 is #D6C05F. Grayscale: #434343. Windows color (decimal): -14073952 or 10501929. OLE color: 10501929.
HSL color Cylindrical-coordinate representation of color #293FA0: hue angle of 228.91º 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 #293FA0 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 63 | 160 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.37 |
| HSL | 228.91º | 0.59% | 0.39% | - |
| HSV(B) | 228.91º | 0.74% | 0.63% | - |
| XYZ | 9.04 | 6.56 | 34.05 | - |
| YUV | 67.48 | 180.21 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 63 | 160 | 0.74 | 0.61 | 0 | 0.37 | 228.91 | 0.59 | 0.39 |
| Hex | 29 | 3F | A0 | 4A | 3D | 0 | 25 | E5 | 3B | 27 |
| Octal | 51 | 77 | 240 | 112 | 75 | 0 | 45 | 345 | 73 | 47 |
| Binary | 101001 | 111111 | 10100000 | 1001010 | 111101 | 0 | 100101 | 11100101 | 111011 | 100111 |
Color Harmonies of #293FA0
Complementary color
Monochromatic Colors of #293FA0
Black with #293FA0
Text Example
Text Example
White with #293FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293FA0; }
p { color: rgb(41,63,160); }
H1.HeaderClassName
{
color: #293FA0;
}
.AnyTagClassName
{
color: #293FA0;
}
</style>
background-color css
<style>
a { background-color: #293FA0; }
a { background-color: rgb(41,63,160); }
div.DivClassName
{
background-color: #293FA0;
}
.BgClassName
{
background-color: #293FA0;
}
</style>
border-color css
<style>
span { border-color: #293FA0; }
span { border-color: rgb(41,63,160); }
td.TdClassName
{
border-color: #293FA0;
}
.TagClassName
{
border-color: #293FA0;
}
</style>