Shades of Lucky Point #24254C
Tints of Lucky Point #24254C
RGB
CMYK
RGB Variations
Color information
#24254C (or 0x24254C) is known color: Lucky Point. HEX triplet: 24, 25 and 4C. RGB value is (36,37,76). Sum of RGB (Red+Green+Blue) = 36+37+76=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 37 (14.84% from 255 or 24.83% from 149); Blue value is 76 (30.08% from 255 or 51.01% from 149); Max value from RGB is 76 - color contains mainly: blue. Hex color #24254C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24254C is #DBDAB3. Grayscale: #282828. Windows color (decimal): -14408372 or 4990244. OLE color: 4990244.
HSL color Cylindrical-coordinate representation of color #24254C: hue angle of 238.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24254C is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 37 | 76 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.70 |
| HSL | 238.5º | 0.36% | 0.22% | - |
| HSV(B) | 238.5º | 0.53% | 0.3% | - |
| XYZ | 2.69 | 2.22 | 7.12 | - |
| YUV | 41.15 | 147.67 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 76 | 0.53 | 0.51 | 0 | 0.70 | 238.5 | 0.36 | 0.22 |
| Hex | 24 | 25 | 4C | 35 | 33 | 0 | 46 | EE | 24 | 16 |
| Octal | 44 | 45 | 114 | 65 | 63 | 0 | 106 | 356 | 44 | 26 |
| Binary | 100100 | 100101 | 1001100 | 110101 | 110011 | 0 | 1000110 | 11101110 | 100100 | 10110 |
Color Harmonies of #24254C
Complementary color
Monochromatic Colors of #24254C
Black with #24254C
Text Example
Text Example
White with #24254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24254C; }
p { color: rgb(36,37,76); }
H1.HeaderClassName
{
color: #24254C;
}
.AnyTagClassName
{
color: #24254C;
}
</style>
background-color css
<style>
a { background-color: #24254C; }
a { background-color: rgb(36,37,76); }
div.DivClassName
{
background-color: #24254C;
}
.BgClassName
{
background-color: #24254C;
}
</style>
border-color css
<style>
span { border-color: #24254C; }
span { border-color: rgb(36,37,76); }
td.TdClassName
{
border-color: #24254C;
}
.TagClassName
{
border-color: #24254C;
}
</style>