Shades of Lucky Point #292C53
Tints of Lucky Point #292C53
RGB
CMYK
RGB Variations
Color information
#292C53 (or 0x292C53) is known color: Lucky Point. HEX triplet: 29, 2C and 53. RGB value is (41,44,83). Sum of RGB (Red+Green+Blue) = 41+44+83=168 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.40% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: blue. Hex color #292C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #292C53 is #D6D3AC. Grayscale: #2F2F2F. Windows color (decimal): -14078893 or 5450793. OLE color: 5450793.
HSL color Cylindrical-coordinate representation of color #292C53: hue angle of 235.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #292C53 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 41 | 44 | 83 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.67 |
| HSL | 235.71º | 0.34% | 0.24% | - |
| HSV(B) | 235.71º | 0.51% | 0.33% | - |
| XYZ | 3.38 | 2.9 | 8.56 | - |
| YUV | 47.55 | 148.01 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 44 | 83 | 0.51 | 0.47 | 0 | 0.67 | 235.71 | 0.34 | 0.24 |
| Hex | 29 | 2C | 53 | 33 | 2F | 0 | 43 | EC | 22 | 18 |
| Octal | 51 | 54 | 123 | 63 | 57 | 0 | 103 | 354 | 42 | 30 |
| Binary | 101001 | 101100 | 1010011 | 110011 | 101111 | 0 | 1000011 | 11101100 | 100010 | 11000 |
Color Harmonies of #292C53
Complementary color
Monochromatic Colors of #292C53
Black with #292C53
Text Example
Text Example
White with #292C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292C53; }
p { color: rgb(41,44,83); }
H1.HeaderClassName
{
color: #292C53;
}
.AnyTagClassName
{
color: #292C53;
}
</style>
background-color css
<style>
a { background-color: #292C53; }
a { background-color: rgb(41,44,83); }
div.DivClassName
{
background-color: #292C53;
}
.BgClassName
{
background-color: #292C53;
}
</style>
border-color css
<style>
span { border-color: #292C53; }
span { border-color: rgb(41,44,83); }
td.TdClassName
{
border-color: #292C53;
}
.TagClassName
{
border-color: #292C53;
}
</style>