Shades of Lucky Point #292C58
Tints of Lucky Point #292C58
RGB
CMYK
RGB Variations
Color information
#292C58 (or 0x292C58) is known color: Lucky Point. HEX triplet: 29, 2C and 58. RGB value is (41,44,88). Sum of RGB (Red+Green+Blue) = 41+44+88=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 88 (34.77% from 255 or 50.87% from 173); Max value from RGB is 88 - color contains mainly: blue. Hex color #292C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C58 is #D6D3A7. Grayscale: #2F2F2F. Windows color (decimal): -14078888 or 5778473. OLE color: 5778473.
HSL color Cylindrical-coordinate representation of color #292C58: hue angle of 236.17º 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 #292C58 is Cyan = 0.53, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 41 | 44 | 88 | - |
| CMYK | 0.53 | 0.5 | 0 | 0.65 |
| HSL | 236.17º | 0.36% | 0.25% | - |
| HSV(B) | 236.17º | 0.53% | 0.35% | - |
| XYZ | 3.58 | 2.98 | 9.62 | - |
| YUV | 48.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 88 | 0.53 | 0.5 | 0 | 0.65 | 236.17 | 0.36 | 0.25 |
| Hex | 29 | 2C | 58 | 35 | 32 | 0 | 41 | EC | 24 | 19 |
| Octal | 51 | 54 | 130 | 65 | 62 | 0 | 101 | 354 | 44 | 31 |
| Binary | 101001 | 101100 | 1011000 | 110101 | 110010 | 0 | 1000001 | 11101100 | 100100 | 11001 |
Color Harmonies of #292C58
Complementary color
Monochromatic Colors of #292C58
Black with #292C58
Text Example
Text Example
White with #292C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C58; }
p { color: rgb(41,44,88); }
H1.HeaderClassName
{
color: #292C58;
}
.AnyTagClassName
{
color: #292C58;
}
</style>
background-color css
<style>
a { background-color: #292C58; }
a { background-color: rgb(41,44,88); }
div.DivClassName
{
background-color: #292C58;
}
.BgClassName
{
background-color: #292C58;
}
</style>
border-color css
<style>
span { border-color: #292C58; }
span { border-color: rgb(41,44,88); }
td.TdClassName
{
border-color: #292C58;
}
.TagClassName
{
border-color: #292C58;
}
</style>