Shades of Lucky Point #24265C
Tints of Lucky Point #24265C
RGB
CMYK
RGB Variations
Color information
#24265C (or 0x24265C) is known color: Lucky Point. HEX triplet: 24, 26 and 5C. RGB value is (36,38,92). Sum of RGB (Red+Green+Blue) = 36+38+92=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #24265C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24265C is #DBD9A3. Grayscale: #2B2B2B. Windows color (decimal): -14408100 or 6039076. OLE color: 6039076.
HSL color Cylindrical-coordinate representation of color #24265C: hue angle of 237.86º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24265C is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 38 | 92 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.64 |
| HSL | 237.86º | 0.44% | 0.25% | - |
| HSV(B) | 237.86º | 0.61% | 0.36% | - |
| XYZ | 3.35 | 2.53 | 10.44 | - |
| YUV | 43.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 92 | 0.61 | 0.59 | 0 | 0.64 | 237.86 | 0.44 | 0.25 |
| Hex | 24 | 26 | 5C | 3D | 3B | 0 | 40 | EE | 2C | 19 |
| Octal | 44 | 46 | 134 | 75 | 73 | 0 | 100 | 356 | 54 | 31 |
| Binary | 100100 | 100110 | 1011100 | 111101 | 111011 | 0 | 1000000 | 11101110 | 101100 | 11001 |
Color Harmonies of #24265C
Complementary color
Monochromatic Colors of #24265C
Black with #24265C
Text Example
Text Example
White with #24265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24265C; }
p { color: rgb(36,38,92); }
H1.HeaderClassName
{
color: #24265C;
}
.AnyTagClassName
{
color: #24265C;
}
</style>
background-color css
<style>
a { background-color: #24265C; }
a { background-color: rgb(36,38,92); }
div.DivClassName
{
background-color: #24265C;
}
.BgClassName
{
background-color: #24265C;
}
</style>
border-color css
<style>
span { border-color: #24265C; }
span { border-color: rgb(36,38,92); }
td.TdClassName
{
border-color: #24265C;
}
.TagClassName
{
border-color: #24265C;
}
</style>