Shades of Lucky Point #242552
Tints of Lucky Point #242552
RGB
CMYK
RGB Variations
Color information
#242552 (or 0x242552) is known color: Lucky Point. HEX triplet: 24, 25 and 52. RGB value is (36,37,82). Sum of RGB (Red+Green+Blue) = 36+37+82=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 82 (32.42% from 255 or 52.90% from 155); Max value from RGB is 82 - color contains mainly: blue. Hex color #242552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242552 is #DBDAAD. Grayscale: #292929. Windows color (decimal): -14408366 or 5383460. OLE color: 5383460.
HSL color Cylindrical-coordinate representation of color #242552: hue angle of 238.7º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242552 is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 37 | 82 | - |
| CMYK | 0.56 | 0.55 | 0 | 0.68 |
| HSL | 238.7º | 0.39% | 0.23% | - |
| HSV(B) | 238.7º | 0.56% | 0.32% | - |
| XYZ | 2.91 | 2.31 | 8.27 | - |
| YUV | 41.83 | 150.67 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 82 | 0.56 | 0.55 | 0 | 0.68 | 238.7 | 0.39 | 0.23 |
| Hex | 24 | 25 | 52 | 38 | 37 | 0 | 44 | EF | 27 | 17 |
| Octal | 44 | 45 | 122 | 70 | 67 | 0 | 104 | 357 | 47 | 27 |
| Binary | 100100 | 100101 | 1010010 | 111000 | 110111 | 0 | 1000100 | 11101111 | 100111 | 10111 |
Color Harmonies of #242552
Complementary color
Monochromatic Colors of #242552
Black with #242552
Text Example
Text Example
White with #242552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242552; }
p { color: rgb(36,37,82); }
H1.HeaderClassName
{
color: #242552;
}
.AnyTagClassName
{
color: #242552;
}
</style>
background-color css
<style>
a { background-color: #242552; }
a { background-color: rgb(36,37,82); }
div.DivClassName
{
background-color: #242552;
}
.BgClassName
{
background-color: #242552;
}
</style>
border-color css
<style>
span { border-color: #242552; }
span { border-color: rgb(36,37,82); }
td.TdClassName
{
border-color: #242552;
}
.TagClassName
{
border-color: #242552;
}
</style>