Shades of Lucky Point #242C52
Tints of Lucky Point #242C52
RGB
CMYK
RGB Variations
Color information
#242C52 (or 0x242C52) is known color: Lucky Point. HEX triplet: 24, 2C and 52. RGB value is (36,44,82). Sum of RGB (Red+Green+Blue) = 36+44+82=162 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.22% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #242C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C52 is #DBD3AD. Grayscale: #2D2D2D. Windows color (decimal): -14406574 or 5385252. OLE color: 5385252.
HSL color Cylindrical-coordinate representation of color #242C52: hue angle of 229.57º 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 #242C52 is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 44 | 82 | - |
| CMYK | 0.56 | 0.46 | 0 | 0.68 |
| HSL | 229.57º | 0.39% | 0.23% | - |
| HSV(B) | 229.57º | 0.56% | 0.32% | - |
| XYZ | 3.15 | 2.79 | 8.35 | - |
| YUV | 45.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 82 | 0.56 | 0.46 | 0 | 0.68 | 229.57 | 0.39 | 0.23 |
| Hex | 24 | 2C | 52 | 38 | 2E | 0 | 44 | E6 | 27 | 17 |
| Octal | 44 | 54 | 122 | 70 | 56 | 0 | 104 | 346 | 47 | 27 |
| Binary | 100100 | 101100 | 1010010 | 111000 | 101110 | 0 | 1000100 | 11100110 | 100111 | 10111 |
Color Harmonies of #242C52
Complementary color
Monochromatic Colors of #242C52
Black with #242C52
Text Example
Text Example
White with #242C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C52; }
p { color: rgb(36,44,82); }
H1.HeaderClassName
{
color: #242C52;
}
.AnyTagClassName
{
color: #242C52;
}
</style>
background-color css
<style>
a { background-color: #242C52; }
a { background-color: rgb(36,44,82); }
div.DivClassName
{
background-color: #242C52;
}
.BgClassName
{
background-color: #242C52;
}
</style>
border-color css
<style>
span { border-color: #242C52; }
span { border-color: rgb(36,44,82); }
td.TdClassName
{
border-color: #242C52;
}
.TagClassName
{
border-color: #242C52;
}
</style>