Shades of Lucky Point #242958
Tints of Lucky Point #242958
RGB
CMYK
RGB Variations
Color information
#242958 (or 0x242958) is known color: Lucky Point. HEX triplet: 24, 29 and 58. RGB value is (36,41,88). Sum of RGB (Red+Green+Blue) = 36+41+88=165 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.82% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #242958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242958 is #DBD6A7. Grayscale: #2C2C2C. Windows color (decimal): -14407336 or 5777700. OLE color: 5777700.
HSL color Cylindrical-coordinate representation of color #242958: hue angle of 234.23º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #242958 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 41 | 88 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.65 |
| HSL | 234.23º | 0.42% | 0.24% | - |
| HSV(B) | 234.23º | 0.59% | 0.35% | - |
| XYZ | 3.28 | 2.67 | 9.57 | - |
| YUV | 44.86 | 152.34 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 41 | 88 | 0.59 | 0.53 | 0 | 0.65 | 234.23 | 0.42 | 0.24 |
| Hex | 24 | 29 | 58 | 3B | 35 | 0 | 41 | EA | 2A | 18 |
| Octal | 44 | 51 | 130 | 73 | 65 | 0 | 101 | 352 | 52 | 30 |
| Binary | 100100 | 101001 | 1011000 | 111011 | 110101 | 0 | 1000001 | 11101010 | 101010 | 11000 |
Color Harmonies of #242958
Complementary color
Monochromatic Colors of #242958
Black with #242958
Text Example
Text Example
White with #242958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242958; }
p { color: rgb(36,41,88); }
H1.HeaderClassName
{
color: #242958;
}
.AnyTagClassName
{
color: #242958;
}
</style>
background-color css
<style>
a { background-color: #242958; }
a { background-color: rgb(36,41,88); }
div.DivClassName
{
background-color: #242958;
}
.BgClassName
{
background-color: #242958;
}
</style>
border-color css
<style>
span { border-color: #242958; }
span { border-color: rgb(36,41,88); }
td.TdClassName
{
border-color: #242958;
}
.TagClassName
{
border-color: #242958;
}
</style>