Shades of Lucky Point #242D4F
Tints of Lucky Point #242D4F
RGB
CMYK
RGB Variations
Color information
#242D4F (or 0x242D4F) is known color: Lucky Point. HEX triplet: 24, 2D and 4F. RGB value is (36,45,79). Sum of RGB (Red+Green+Blue) = 36+45+79=160 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.5% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 79 (31.25% from 255 or 49.38% from 160); Max value from RGB is 79 - color contains mainly: blue. Hex color #242D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D4F is #DBD2B0. Grayscale: #2E2E2E. Windows color (decimal): -14406321 or 5188900. OLE color: 5188900.
HSL color Cylindrical-coordinate representation of color #242D4F: hue angle of 227.44º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242D4F is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 45 | 79 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.69 |
| HSL | 227.44º | 0.37% | 0.23% | - |
| HSV(B) | 227.44º | 0.54% | 0.31% | - |
| XYZ | 3.08 | 2.82 | 7.78 | - |
| YUV | 46.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 79 | 0.54 | 0.43 | 0 | 0.69 | 227.44 | 0.37 | 0.23 |
| Hex | 24 | 2D | 4F | 36 | 2B | 0 | 45 | E3 | 25 | 17 |
| Octal | 44 | 55 | 117 | 66 | 53 | 0 | 105 | 343 | 45 | 27 |
| Binary | 100100 | 101101 | 1001111 | 110110 | 101011 | 0 | 1000101 | 11100011 | 100101 | 10111 |
Color Harmonies of #242D4F
Complementary color
Monochromatic Colors of #242D4F
Black with #242D4F
Text Example
Text Example
White with #242D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D4F; }
p { color: rgb(36,45,79); }
H1.HeaderClassName
{
color: #242D4F;
}
.AnyTagClassName
{
color: #242D4F;
}
</style>
background-color css
<style>
a { background-color: #242D4F; }
a { background-color: rgb(36,45,79); }
div.DivClassName
{
background-color: #242D4F;
}
.BgClassName
{
background-color: #242D4F;
}
</style>
border-color css
<style>
span { border-color: #242D4F; }
span { border-color: rgb(36,45,79); }
td.TdClassName
{
border-color: #242D4F;
}
.TagClassName
{
border-color: #242D4F;
}
</style>