Shades of Egyptian Blue #293897
Tints of Egyptian Blue #293897
RGB
CMYK
RGB Variations
Color information
#293897 (or 0x293897) is known color: Egyptian Blue. HEX triplet: 29, 38 and 97. RGB value is (41,56,151). Sum of RGB (Red+Green+Blue) = 41+56+151=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 151 (59.38% from 255 or 60.89% from 248); Max value from RGB is 151 - color contains mainly: blue. Hex color #293897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293897 is #D6C768. Grayscale: #3D3D3D. Windows color (decimal): -14075753 or 9910313. OLE color: 9910313.
HSL color Cylindrical-coordinate representation of color #293897: hue angle of 231.82º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #293897 is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 41 | 56 | 151 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.41 |
| HSL | 231.82º | 0.57% | 0.38% | - |
| HSV(B) | 231.82º | 0.73% | 0.59% | - |
| XYZ | 7.91 | 5.53 | 29.93 | - |
| YUV | 62.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 151 | 0.73 | 0.63 | 0 | 0.41 | 231.82 | 0.57 | 0.38 |
| Hex | 29 | 38 | 97 | 49 | 3F | 0 | 29 | E8 | 39 | 26 |
| Octal | 51 | 70 | 227 | 111 | 77 | 0 | 51 | 350 | 71 | 46 |
| Binary | 101001 | 111000 | 10010111 | 1001001 | 111111 | 0 | 101001 | 11101000 | 111001 | 100110 |
Color Harmonies of #293897
Complementary color
Monochromatic Colors of #293897
Black with #293897
Text Example
Text Example
White with #293897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293897; }
p { color: rgb(41,56,151); }
H1.HeaderClassName
{
color: #293897;
}
.AnyTagClassName
{
color: #293897;
}
</style>
background-color css
<style>
a { background-color: #293897; }
a { background-color: rgb(41,56,151); }
div.DivClassName
{
background-color: #293897;
}
.BgClassName
{
background-color: #293897;
}
</style>
border-color css
<style>
span { border-color: #293897; }
span { border-color: rgb(41,56,151); }
td.TdClassName
{
border-color: #293897;
}
.TagClassName
{
border-color: #293897;
}
</style>