Shades of Lucky Point #242D56
Tints of Lucky Point #242D56
RGB
CMYK
RGB Variations
Color information
#242D56 (or 0x242D56) is known color: Lucky Point. HEX triplet: 24, 2D and 56. RGB value is (36,45,86). Sum of RGB (Red+Green+Blue) = 36+45+86=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #242D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D56 is #DBD2A9. Grayscale: #2E2E2E. Windows color (decimal): -14406314 or 5647652. OLE color: 5647652.
HSL color Cylindrical-coordinate representation of color #242D56: hue angle of 229.2º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242D56 is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 45 | 86 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.66 |
| HSL | 229.2º | 0.41% | 0.24% | - |
| HSV(B) | 229.2º | 0.58% | 0.34% | - |
| XYZ | 3.35 | 2.92 | 9.19 | - |
| YUV | 46.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 86 | 0.58 | 0.48 | 0 | 0.66 | 229.2 | 0.41 | 0.24 |
| Hex | 24 | 2D | 56 | 3A | 30 | 0 | 42 | E5 | 29 | 18 |
| Octal | 44 | 55 | 126 | 72 | 60 | 0 | 102 | 345 | 51 | 30 |
| Binary | 100100 | 101101 | 1010110 | 111010 | 110000 | 0 | 1000010 | 11100101 | 101001 | 11000 |
Color Harmonies of #242D56
Complementary color
Monochromatic Colors of #242D56
Black with #242D56
Text Example
Text Example
White with #242D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D56; }
p { color: rgb(36,45,86); }
H1.HeaderClassName
{
color: #242D56;
}
.AnyTagClassName
{
color: #242D56;
}
</style>
background-color css
<style>
a { background-color: #242D56; }
a { background-color: rgb(36,45,86); }
div.DivClassName
{
background-color: #242D56;
}
.BgClassName
{
background-color: #242D56;
}
</style>
border-color css
<style>
span { border-color: #242D56; }
span { border-color: rgb(36,45,86); }
td.TdClassName
{
border-color: #242D56;
}
.TagClassName
{
border-color: #242D56;
}
</style>