Shades of Lucky Point #292E57
Tints of Lucky Point #292E57
RGB
CMYK
RGB Variations
Color information
#292E57 (or 0x292E57) is known color: Lucky Point. HEX triplet: 29, 2E and 57. RGB value is (41,46,87). Sum of RGB (Red+Green+Blue) = 41+46+87=174 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.56% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 87 (34.38% from 255 or 50% from 174); Max value from RGB is 87 - color contains mainly: blue. Hex color #292E57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292E57 is #D6D1A8. Grayscale: #313131. Windows color (decimal): -14078377 or 5713449. OLE color: 5713449.
HSL color Cylindrical-coordinate representation of color #292E57: hue angle of 233.48º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #292E57 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 41 | 46 | 87 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.66 |
| HSL | 233.48º | 0.36% | 0.25% | - |
| HSV(B) | 233.48º | 0.53% | 0.34% | - |
| XYZ | 3.61 | 3.11 | 9.43 | - |
| YUV | 49.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 46 | 87 | 0.53 | 0.47 | 0 | 0.66 | 233.48 | 0.36 | 0.25 |
| Hex | 29 | 2E | 57 | 35 | 2F | 0 | 42 | E9 | 24 | 19 |
| Octal | 51 | 56 | 127 | 65 | 57 | 0 | 102 | 351 | 44 | 31 |
| Binary | 101001 | 101110 | 1010111 | 110101 | 101111 | 0 | 1000010 | 11101001 | 100100 | 11001 |
Color Harmonies of #292E57
Complementary color
Monochromatic Colors of #292E57
Black with #292E57
Text Example
Text Example
White with #292E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292E57; }
p { color: rgb(41,46,87); }
H1.HeaderClassName
{
color: #292E57;
}
.AnyTagClassName
{
color: #292E57;
}
</style>
background-color css
<style>
a { background-color: #292E57; }
a { background-color: rgb(41,46,87); }
div.DivClassName
{
background-color: #292E57;
}
.BgClassName
{
background-color: #292E57;
}
</style>
border-color css
<style>
span { border-color: #292E57; }
span { border-color: rgb(41,46,87); }
td.TdClassName
{
border-color: #292E57;
}
.TagClassName
{
border-color: #292E57;
}
</style>