Shades of Lucky Point #24254D
Tints of Lucky Point #24254D
RGB
CMYK
RGB Variations
Color information
#24254D (or 0x24254D) is known color: Lucky Point. HEX triplet: 24, 25 and 4D. RGB value is (36,37,77). Sum of RGB (Red+Green+Blue) = 36+37+77=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #24254D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24254D is #DBDAB2. Grayscale: #292929. Windows color (decimal): -14408371 or 5055780. OLE color: 5055780.
HSL color Cylindrical-coordinate representation of color #24254D: hue angle of 238.54º 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 #24254D is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 37 | 77 | - |
| CMYK | 0.53 | 0.52 | 0 | 0.70 |
| HSL | 238.54º | 0.36% | 0.22% | - |
| HSV(B) | 238.54º | 0.53% | 0.3% | - |
| XYZ | 2.73 | 2.23 | 7.31 | - |
| YUV | 41.26 | 148.17 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 37 | 77 | 0.53 | 0.52 | 0 | 0.70 | 238.54 | 0.36 | 0.22 |
| Hex | 24 | 25 | 4D | 35 | 34 | 0 | 46 | EF | 24 | 16 |
| Octal | 44 | 45 | 115 | 65 | 64 | 0 | 106 | 357 | 44 | 26 |
| Binary | 100100 | 100101 | 1001101 | 110101 | 110100 | 0 | 1000110 | 11101111 | 100100 | 10110 |
Color Harmonies of #24254D
Complementary color
Monochromatic Colors of #24254D
Black with #24254D
Text Example
Text Example
White with #24254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24254D; }
p { color: rgb(36,37,77); }
H1.HeaderClassName
{
color: #24254D;
}
.AnyTagClassName
{
color: #24254D;
}
</style>
background-color css
<style>
a { background-color: #24254D; }
a { background-color: rgb(36,37,77); }
div.DivClassName
{
background-color: #24254D;
}
.BgClassName
{
background-color: #24254D;
}
</style>
border-color css
<style>
span { border-color: #24254D; }
span { border-color: rgb(36,37,77); }
td.TdClassName
{
border-color: #24254D;
}
.TagClassName
{
border-color: #24254D;
}
</style>