Shades of Lucky Point #292E54
Tints of Lucky Point #292E54
RGB
CMYK
RGB Variations
Color information
#292E54 (or 0x292E54) is known color: Lucky Point. HEX triplet: 29, 2E and 54. RGB value is (41,46,84). Sum of RGB (Red+Green+Blue) = 41+46+84=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 84 (33.20% from 255 or 49.12% from 171); Max value from RGB is 84 - color contains mainly: blue. Hex color #292E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E54 is #D6D1AB. Grayscale: #303030. Windows color (decimal): -14078380 or 5516841. OLE color: 5516841.
HSL color Cylindrical-coordinate representation of color #292E54: hue angle of 233.02º 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 #292E54 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 46 | 84 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.67 |
| HSL | 233.02º | 0.34% | 0.25% | - |
| HSV(B) | 233.02º | 0.51% | 0.33% | - |
| XYZ | 3.49 | 3.07 | 8.8 | - |
| YUV | 48.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 84 | 0.51 | 0.45 | 0 | 0.67 | 233.02 | 0.34 | 0.25 |
| Hex | 29 | 2E | 54 | 33 | 2D | 0 | 43 | E9 | 22 | 19 |
| Octal | 51 | 56 | 124 | 63 | 55 | 0 | 103 | 351 | 42 | 31 |
| Binary | 101001 | 101110 | 1010100 | 110011 | 101101 | 0 | 1000011 | 11101001 | 100010 | 11001 |
Color Harmonies of #292E54
Complementary color
Monochromatic Colors of #292E54
Black with #292E54
Text Example
Text Example
White with #292E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E54; }
p { color: rgb(41,46,84); }
H1.HeaderClassName
{
color: #292E54;
}
.AnyTagClassName
{
color: #292E54;
}
</style>
background-color css
<style>
a { background-color: #292E54; }
a { background-color: rgb(41,46,84); }
div.DivClassName
{
background-color: #292E54;
}
.BgClassName
{
background-color: #292E54;
}
</style>
border-color css
<style>
span { border-color: #292E54; }
span { border-color: rgb(41,46,84); }
td.TdClassName
{
border-color: #292E54;
}
.TagClassName
{
border-color: #292E54;
}
</style>