Shades of Egyptian Blue #292DA2
Tints of Egyptian Blue #292DA2
RGB
CMYK
RGB Variations
Color information
#292DA2 (or 0x292DA2) is known color: Egyptian Blue. HEX triplet: 29, 2D and A2. RGB value is (41,45,162). Sum of RGB (Red+Green+Blue) = 41+45+162=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 45 (17.97% from 255 or 18.15% from 248); Blue value is 162 (63.67% from 255 or 65.32% from 248); Max value from RGB is 162 - color contains mainly: blue. Hex color #292DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292DA2 is #D6D25D. Grayscale: #383838. Windows color (decimal): -14078558 or 10628393. OLE color: 10628393.
HSL color Cylindrical-coordinate representation of color #292DA2: hue angle of 238.02º 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 #292DA2 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 45 | 162 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.36 |
| HSL | 238.02º | 0.6% | 0.4% | - |
| HSV(B) | 238.02º | 0.75% | 0.64% | - |
| XYZ | 8.37 | 4.96 | 34.7 | - |
| YUV | 57.14 | 187.17 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 45 | 162 | 0.75 | 0.72 | 0 | 0.36 | 238.02 | 0.6 | 0.4 |
| Hex | 29 | 2D | A2 | 4B | 48 | 0 | 24 | EE | 3C | 28 |
| Octal | 51 | 55 | 242 | 113 | 110 | 0 | 44 | 356 | 74 | 50 |
| Binary | 101001 | 101101 | 10100010 | 1001011 | 1001000 | 0 | 100100 | 11101110 | 111100 | 101000 |
Color Harmonies of #292DA2
Complementary color
Monochromatic Colors of #292DA2
Black with #292DA2
Text Example
Text Example
White with #292DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292DA2; }
p { color: rgb(41,45,162); }
H1.HeaderClassName
{
color: #292DA2;
}
.AnyTagClassName
{
color: #292DA2;
}
</style>
background-color css
<style>
a { background-color: #292DA2; }
a { background-color: rgb(41,45,162); }
div.DivClassName
{
background-color: #292DA2;
}
.BgClassName
{
background-color: #292DA2;
}
</style>
border-color css
<style>
span { border-color: #292DA2; }
span { border-color: rgb(41,45,162); }
td.TdClassName
{
border-color: #292DA2;
}
.TagClassName
{
border-color: #292DA2;
}
</style>