Shades of Lucky Point #24265E
Tints of Lucky Point #24265E
RGB
CMYK
RGB Variations
Color information
#24265E (or 0x24265E) is known color: Lucky Point. HEX triplet: 24, 26 and 5E. RGB value is (36,38,94). Sum of RGB (Red+Green+Blue) = 36+38+94=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 38 (15.23% from 255 or 22.62% from 168); Blue value is 94 (37.11% from 255 or 55.95% from 168); Max value from RGB is 94 - color contains mainly: blue. Hex color #24265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24265E is #DBD9A1. Grayscale: #2B2B2B. Windows color (decimal): -14408098 or 6170148. OLE color: 6170148.
HSL color Cylindrical-coordinate representation of color #24265E: hue angle of 237.93º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24265E is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 38 | 94 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.63 |
| HSL | 237.93º | 0.45% | 0.25% | - |
| HSV(B) | 237.93º | 0.62% | 0.37% | - |
| XYZ | 3.44 | 2.57 | 10.9 | - |
| YUV | 43.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 94 | 0.62 | 0.60 | 0 | 0.63 | 237.93 | 0.45 | 0.25 |
| Hex | 24 | 26 | 5E | 3E | 3C | 0 | 3F | EE | 2D | 19 |
| Octal | 44 | 46 | 136 | 76 | 74 | 0 | 77 | 356 | 55 | 31 |
| Binary | 100100 | 100110 | 1011110 | 111110 | 111100 | 0 | 111111 | 11101110 | 101101 | 11001 |
Color Harmonies of #24265E
Complementary color
Monochromatic Colors of #24265E
Black with #24265E
Text Example
Text Example
White with #24265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24265E; }
p { color: rgb(36,38,94); }
H1.HeaderClassName
{
color: #24265E;
}
.AnyTagClassName
{
color: #24265E;
}
</style>
background-color css
<style>
a { background-color: #24265E; }
a { background-color: rgb(36,38,94); }
div.DivClassName
{
background-color: #24265E;
}
.BgClassName
{
background-color: #24265E;
}
</style>
border-color css
<style>
span { border-color: #24265E; }
span { border-color: rgb(36,38,94); }
td.TdClassName
{
border-color: #24265E;
}
.TagClassName
{
border-color: #24265E;
}
</style>