Shades of Lucky Point #292E58
Tints of Lucky Point #292E58
RGB
CMYK
RGB Variations
Color information
#292E58 (or 0x292E58) is known color: Lucky Point. HEX triplet: 29, 2E and 58. RGB value is (41,46,88). Sum of RGB (Red+Green+Blue) = 41+46+88=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 88 (34.77% from 255 or 50.29% from 175); Max value from RGB is 88 - color contains mainly: blue. Hex color #292E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E58 is #D6D1A7. Grayscale: #313131. Windows color (decimal): -14078376 or 5778985. OLE color: 5778985.
HSL color Cylindrical-coordinate representation of color #292E58: hue angle of 233.62º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #292E58 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 46 | 88 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.65 |
| HSL | 233.62º | 0.36% | 0.25% | - |
| HSV(B) | 233.62º | 0.53% | 0.35% | - |
| XYZ | 3.65 | 3.13 | 9.64 | - |
| YUV | 49.29 | 149.84 | 122.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 88 | 0.53 | 0.48 | 0 | 0.65 | 233.62 | 0.36 | 0.25 |
| Hex | 29 | 2E | 58 | 35 | 30 | 0 | 41 | EA | 24 | 19 |
| Octal | 51 | 56 | 130 | 65 | 60 | 0 | 101 | 352 | 44 | 31 |
| Binary | 101001 | 101110 | 1011000 | 110101 | 110000 | 0 | 1000001 | 11101010 | 100100 | 11001 |
Color Harmonies of #292E58
Complementary color
Monochromatic Colors of #292E58
Black with #292E58
Text Example
Text Example
White with #292E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E58; }
p { color: rgb(41,46,88); }
H1.HeaderClassName
{
color: #292E58;
}
.AnyTagClassName
{
color: #292E58;
}
</style>
background-color css
<style>
a { background-color: #292E58; }
a { background-color: rgb(41,46,88); }
div.DivClassName
{
background-color: #292E58;
}
.BgClassName
{
background-color: #292E58;
}
</style>
border-color css
<style>
span { border-color: #292E58; }
span { border-color: rgb(41,46,88); }
td.TdClassName
{
border-color: #292E58;
}
.TagClassName
{
border-color: #292E58;
}
</style>