Shades of Egyptian Blue #292F99
Tints of Egyptian Blue #292F99
RGB
CMYK
RGB Variations
Color information
#292F99 (or 0x292F99) is known color: Egyptian Blue. HEX triplet: 29, 2F and 99. RGB value is (41,47,153). Sum of RGB (Red+Green+Blue) = 41+47+153=241 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.01% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #292F99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F99 is #D6D066. Grayscale: #383838. Windows color (decimal): -14078055 or 10039081. OLE color: 10039081.
HSL color Cylindrical-coordinate representation of color #292F99: hue angle of 236.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #292F99 is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 41 | 47 | 153 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.4 |
| HSL | 236.79º | 0.58% | 0.38% | - |
| HSV(B) | 236.79º | 0.73% | 0.6% | - |
| XYZ | 7.68 | 4.8 | 30.66 | - |
| YUV | 57.29 | 182.01 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 153 | 0.73 | 0.69 | 0 | 0.4 | 236.79 | 0.58 | 0.38 |
| Hex | 29 | 2F | 99 | 49 | 45 | 0 | 28 | ED | 3A | 26 |
| Octal | 51 | 57 | 231 | 111 | 105 | 0 | 50 | 355 | 72 | 46 |
| Binary | 101001 | 101111 | 10011001 | 1001001 | 1000101 | 0 | 101000 | 11101101 | 111010 | 100110 |
Color Harmonies of #292F99
Complementary color
Monochromatic Colors of #292F99
Black with #292F99
Text Example
Text Example
White with #292F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F99; }
p { color: rgb(41,47,153); }
H1.HeaderClassName
{
color: #292F99;
}
.AnyTagClassName
{
color: #292F99;
}
</style>
background-color css
<style>
a { background-color: #292F99; }
a { background-color: rgb(41,47,153); }
div.DivClassName
{
background-color: #292F99;
}
.BgClassName
{
background-color: #292F99;
}
</style>
border-color css
<style>
span { border-color: #292F99; }
span { border-color: rgb(41,47,153); }
td.TdClassName
{
border-color: #292F99;
}
.TagClassName
{
border-color: #292F99;
}
</style>