Shades of Lucky Point #292E4E
Tints of Lucky Point #292E4E
RGB
CMYK
RGB Variations
Color information
#292E4E (or 0x292E4E) is known color: Lucky Point. HEX triplet: 29, 2E and 4E. RGB value is (41,46,78). Sum of RGB (Red+Green+Blue) = 41+46+78=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 78 (30.86% from 255 or 47.27% from 165); Max value from RGB is 78 - color contains mainly: blue. Hex color #292E4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E4E is #D6D1B1. Grayscale: #303030. Windows color (decimal): -14078386 or 5123625. OLE color: 5123625.
HSL color Cylindrical-coordinate representation of color #292E4E: hue angle of 231.89º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #292E4E is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 41 | 46 | 78 | - |
| CMYK | 0.47 | 0.41 | 0 | 0.69 |
| HSL | 231.89º | 0.31% | 0.23% | - |
| HSV(B) | 231.89º | 0.47% | 0.31% | - |
| XYZ | 3.27 | 2.98 | 7.61 | - |
| YUV | 48.15 | 144.84 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 78 | 0.47 | 0.41 | 0 | 0.69 | 231.89 | 0.31 | 0.23 |
| Hex | 29 | 2E | 4E | 2F | 29 | 0 | 45 | E8 | 1F | 17 |
| Octal | 51 | 56 | 116 | 57 | 51 | 0 | 105 | 350 | 37 | 27 |
| Binary | 101001 | 101110 | 1001110 | 101111 | 101001 | 0 | 1000101 | 11101000 | 11111 | 10111 |
Color Harmonies of #292E4E
Complementary color
Monochromatic Colors of #292E4E
Black with #292E4E
Text Example
Text Example
White with #292E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E4E; }
p { color: rgb(41,46,78); }
H1.HeaderClassName
{
color: #292E4E;
}
.AnyTagClassName
{
color: #292E4E;
}
</style>
background-color css
<style>
a { background-color: #292E4E; }
a { background-color: rgb(41,46,78); }
div.DivClassName
{
background-color: #292E4E;
}
.BgClassName
{
background-color: #292E4E;
}
</style>
border-color css
<style>
span { border-color: #292E4E; }
span { border-color: rgb(41,46,78); }
td.TdClassName
{
border-color: #292E4E;
}
.TagClassName
{
border-color: #292E4E;
}
</style>