Shades of Lucky Point #242C4F
Tints of Lucky Point #242C4F
RGB
CMYK
RGB Variations
Color information
#242C4F (or 0x242C4F) is known color: Lucky Point. HEX triplet: 24, 2C and 4F. RGB value is (36,44,79). Sum of RGB (Red+Green+Blue) = 36+44+79=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #242C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C4F is #DBD3B0. Grayscale: #2D2D2D. Windows color (decimal): -14406577 or 5188644. OLE color: 5188644.
HSL color Cylindrical-coordinate representation of color #242C4F: hue angle of 228.84º 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 #242C4F is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 44 | 79 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.69 |
| HSL | 228.84º | 0.37% | 0.23% | - |
| HSV(B) | 228.84º | 0.54% | 0.31% | - |
| XYZ | 3.04 | 2.74 | 7.77 | - |
| YUV | 45.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 79 | 0.54 | 0.44 | 0 | 0.69 | 228.84 | 0.37 | 0.23 |
| Hex | 24 | 2C | 4F | 36 | 2C | 0 | 45 | E5 | 25 | 17 |
| Octal | 44 | 54 | 117 | 66 | 54 | 0 | 105 | 345 | 45 | 27 |
| Binary | 100100 | 101100 | 1001111 | 110110 | 101100 | 0 | 1000101 | 11100101 | 100101 | 10111 |
Color Harmonies of #242C4F
Complementary color
Monochromatic Colors of #242C4F
Black with #242C4F
Text Example
Text Example
White with #242C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C4F; }
p { color: rgb(36,44,79); }
H1.HeaderClassName
{
color: #242C4F;
}
.AnyTagClassName
{
color: #242C4F;
}
</style>
background-color css
<style>
a { background-color: #242C4F; }
a { background-color: rgb(36,44,79); }
div.DivClassName
{
background-color: #242C4F;
}
.BgClassName
{
background-color: #242C4F;
}
</style>
border-color css
<style>
span { border-color: #242C4F; }
span { border-color: rgb(36,44,79); }
td.TdClassName
{
border-color: #242C4F;
}
.TagClassName
{
border-color: #242C4F;
}
</style>