Shades of Lucky Point #292F54
Tints of Lucky Point #292F54
RGB
CMYK
RGB Variations
Color information
#292F54 (or 0x292F54) is known color: Lucky Point. HEX triplet: 29, 2F and 54. RGB value is (41,47,84). Sum of RGB (Red+Green+Blue) = 41+47+84=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 84 - color contains mainly: blue. Hex color #292F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292F54 is #D6D0AB. Grayscale: #313131. Windows color (decimal): -14078124 or 5517097. OLE color: 5517097.
HSL color Cylindrical-coordinate representation of color #292F54: hue angle of 231.63º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292F54 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 47 | 84 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.67 |
| HSL | 231.63º | 0.34% | 0.25% | - |
| HSV(B) | 231.63º | 0.51% | 0.33% | - |
| XYZ | 3.53 | 3.14 | 8.81 | - |
| YUV | 49.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 47 | 84 | 0.51 | 0.44 | 0 | 0.67 | 231.63 | 0.34 | 0.25 |
| Hex | 29 | 2F | 54 | 33 | 2C | 0 | 43 | E8 | 22 | 19 |
| Octal | 51 | 57 | 124 | 63 | 54 | 0 | 103 | 350 | 42 | 31 |
| Binary | 101001 | 101111 | 1010100 | 110011 | 101100 | 0 | 1000011 | 11101000 | 100010 | 11001 |
Color Harmonies of #292F54
Complementary color
Monochromatic Colors of #292F54
Black with #292F54
Text Example
Text Example
White with #292F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292F54; }
p { color: rgb(41,47,84); }
H1.HeaderClassName
{
color: #292F54;
}
.AnyTagClassName
{
color: #292F54;
}
</style>
background-color css
<style>
a { background-color: #292F54; }
a { background-color: rgb(41,47,84); }
div.DivClassName
{
background-color: #292F54;
}
.BgClassName
{
background-color: #292F54;
}
</style>
border-color css
<style>
span { border-color: #292F54; }
span { border-color: rgb(41,47,84); }
td.TdClassName
{
border-color: #292F54;
}
.TagClassName
{
border-color: #292F54;
}
</style>