Shades of Lucky Point #242654
Tints of Lucky Point #242654
RGB
CMYK
RGB Variations
Color information
#242654 (or 0x242654) is known color: Lucky Point. HEX triplet: 24, 26 and 54. RGB value is (36,38,84). Sum of RGB (Red+Green+Blue) = 36+38+84=158 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.78% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #242654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242654 is #DBD9AB. Grayscale: #2A2A2A. Windows color (decimal): -14408108 or 5514788. OLE color: 5514788.
HSL color Cylindrical-coordinate representation of color #242654: hue angle of 237.5º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242654 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 38 | 84 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.67 |
| HSL | 237.5º | 0.4% | 0.24% | - |
| HSV(B) | 237.5º | 0.57% | 0.33% | - |
| XYZ | 3.02 | 2.4 | 8.69 | - |
| YUV | 42.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 38 | 84 | 0.57 | 0.55 | 0 | 0.67 | 237.5 | 0.4 | 0.24 |
| Hex | 24 | 26 | 54 | 39 | 37 | 0 | 43 | EE | 28 | 18 |
| Octal | 44 | 46 | 124 | 71 | 67 | 0 | 103 | 356 | 50 | 30 |
| Binary | 100100 | 100110 | 1010100 | 111001 | 110111 | 0 | 1000011 | 11101110 | 101000 | 11000 |
Color Harmonies of #242654
Complementary color
Monochromatic Colors of #242654
Black with #242654
Text Example
Text Example
White with #242654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242654; }
p { color: rgb(36,38,84); }
H1.HeaderClassName
{
color: #242654;
}
.AnyTagClassName
{
color: #242654;
}
</style>
background-color css
<style>
a { background-color: #242654; }
a { background-color: rgb(36,38,84); }
div.DivClassName
{
background-color: #242654;
}
.BgClassName
{
background-color: #242654;
}
</style>
border-color css
<style>
span { border-color: #242654; }
span { border-color: rgb(36,38,84); }
td.TdClassName
{
border-color: #242654;
}
.TagClassName
{
border-color: #242654;
}
</style>