Shades of Lucky Point #242852
Tints of Lucky Point #242852
RGB
CMYK
RGB Variations
Color information
#242852 (or 0x242852) is known color: Lucky Point. HEX triplet: 24, 28 and 52. RGB value is (36,40,82). Sum of RGB (Red+Green+Blue) = 36+40+82=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #242852 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242852 is #DBD7AD. Grayscale: #2B2B2B. Windows color (decimal): -14407598 or 5384228. OLE color: 5384228.
HSL color Cylindrical-coordinate representation of color #242852: hue angle of 234.78º 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 #242852 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 40 | 82 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.68 |
| HSL | 234.78º | 0.39% | 0.23% | - |
| HSV(B) | 234.78º | 0.56% | 0.32% | - |
| XYZ | 3.01 | 2.5 | 8.31 | - |
| YUV | 43.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 82 | 0.56 | 0.51 | 0 | 0.68 | 234.78 | 0.39 | 0.23 |
| Hex | 24 | 28 | 52 | 38 | 33 | 0 | 44 | EB | 27 | 17 |
| Octal | 44 | 50 | 122 | 70 | 63 | 0 | 104 | 353 | 47 | 27 |
| Binary | 100100 | 101000 | 1010010 | 111000 | 110011 | 0 | 1000100 | 11101011 | 100111 | 10111 |
Color Harmonies of #242852
Complementary color
Monochromatic Colors of #242852
Black with #242852
Text Example
Text Example
White with #242852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242852; }
p { color: rgb(36,40,82); }
H1.HeaderClassName
{
color: #242852;
}
.AnyTagClassName
{
color: #242852;
}
</style>
background-color css
<style>
a { background-color: #242852; }
a { background-color: rgb(36,40,82); }
div.DivClassName
{
background-color: #242852;
}
.BgClassName
{
background-color: #242852;
}
</style>
border-color css
<style>
span { border-color: #242852; }
span { border-color: rgb(36,40,82); }
td.TdClassName
{
border-color: #242852;
}
.TagClassName
{
border-color: #242852;
}
</style>