Shades of Egyptian Blue #292DA0
Tints of Egyptian Blue #292DA0
RGB
CMYK
RGB Variations
Color information
#292DA0 (or 0x292DA0) is known color: Egyptian Blue. HEX triplet: 29, 2D and A0. RGB value is (41,45,160). Sum of RGB (Red+Green+Blue) = 41+45+160=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 160 (62.89% from 255 or 65.04% from 246); Max value from RGB is 160 - color contains mainly: blue. Hex color #292DA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292DA0 is #D6D25F. Grayscale: #383838. Windows color (decimal): -14078560 or 10497321. OLE color: 10497321.
HSL color Cylindrical-coordinate representation of color #292DA0: hue angle of 237.98º 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 #292DA0 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 41 | 45 | 160 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.37 |
| HSL | 237.98º | 0.59% | 0.39% | - |
| HSV(B) | 237.98º | 0.74% | 0.63% | - |
| XYZ | 8.2 | 4.89 | 33.77 | - |
| YUV | 56.91 | 186.17 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 160 | 0.74 | 0.72 | 0 | 0.37 | 237.98 | 0.59 | 0.39 |
| Hex | 29 | 2D | A0 | 4A | 48 | 0 | 25 | EE | 3B | 27 |
| Octal | 51 | 55 | 240 | 112 | 110 | 0 | 45 | 356 | 73 | 47 |
| Binary | 101001 | 101101 | 10100000 | 1001010 | 1001000 | 0 | 100101 | 11101110 | 111011 | 100111 |
Color Harmonies of #292DA0
Complementary color
Monochromatic Colors of #292DA0
Black with #292DA0
Text Example
Text Example
White with #292DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DA0; }
p { color: rgb(41,45,160); }
H1.HeaderClassName
{
color: #292DA0;
}
.AnyTagClassName
{
color: #292DA0;
}
</style>
background-color css
<style>
a { background-color: #292DA0; }
a { background-color: rgb(41,45,160); }
div.DivClassName
{
background-color: #292DA0;
}
.BgClassName
{
background-color: #292DA0;
}
</style>
border-color css
<style>
span { border-color: #292DA0; }
span { border-color: rgb(41,45,160); }
td.TdClassName
{
border-color: #292DA0;
}
.TagClassName
{
border-color: #292DA0;
}
</style>