Shades of Lucky Point #242755
Tints of Lucky Point #242755
RGB
CMYK
RGB Variations
Color information
#242755 (or 0x242755) is known color: Lucky Point. HEX triplet: 24, 27 and 55. RGB value is (36,39,85). Sum of RGB (Red+Green+Blue) = 36+39+85=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 85 (33.59% from 255 or 53.12% from 160); Max value from RGB is 85 - color contains mainly: blue. Hex color #242755 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242755 is #DBD8AA. Grayscale: #2B2B2B. Windows color (decimal): -14407851 or 5580580. OLE color: 5580580.
HSL color Cylindrical-coordinate representation of color #242755: hue angle of 236.33º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242755 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 39 | 85 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.67 |
| HSL | 236.33º | 0.4% | 0.24% | - |
| HSV(B) | 236.33º | 0.58% | 0.33% | - |
| XYZ | 3.09 | 2.48 | 8.91 | - |
| YUV | 43.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 39 | 85 | 0.58 | 0.54 | 0 | 0.67 | 236.33 | 0.4 | 0.24 |
| Hex | 24 | 27 | 55 | 3A | 36 | 0 | 43 | EC | 28 | 18 |
| Octal | 44 | 47 | 125 | 72 | 66 | 0 | 103 | 354 | 50 | 30 |
| Binary | 100100 | 100111 | 1010101 | 111010 | 110110 | 0 | 1000011 | 11101100 | 101000 | 11000 |
Color Harmonies of #242755
Complementary color
Monochromatic Colors of #242755
Black with #242755
Text Example
Text Example
White with #242755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242755; }
p { color: rgb(36,39,85); }
H1.HeaderClassName
{
color: #242755;
}
.AnyTagClassName
{
color: #242755;
}
</style>
background-color css
<style>
a { background-color: #242755; }
a { background-color: rgb(36,39,85); }
div.DivClassName
{
background-color: #242755;
}
.BgClassName
{
background-color: #242755;
}
</style>
border-color css
<style>
span { border-color: #242755; }
span { border-color: rgb(36,39,85); }
td.TdClassName
{
border-color: #242755;
}
.TagClassName
{
border-color: #242755;
}
</style>