Shades of Lucky Point #242D4C
Tints of Lucky Point #242D4C
RGB
CMYK
RGB Variations
Color information
#242D4C (or 0x242D4C) is known color: Lucky Point. HEX triplet: 24, 2D and 4C. RGB value is (36,45,76). Sum of RGB (Red+Green+Blue) = 36+45+76=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 76 (30.08% from 255 or 48.41% from 157); Max value from RGB is 76 - color contains mainly: blue. Hex color #242D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242D4C is #DBD2B3. Grayscale: #2D2D2D. Windows color (decimal): -14406324 or 4992292. OLE color: 4992292.
HSL color Cylindrical-coordinate representation of color #242D4C: hue angle of 226.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242D4C is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 45 | 76 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.70 |
| HSL | 226.5º | 0.36% | 0.22% | - |
| HSV(B) | 226.5º | 0.53% | 0.3% | - |
| XYZ | 2.97 | 2.77 | 7.22 | - |
| YUV | 45.84 | 145.02 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 76 | 0.53 | 0.41 | 0 | 0.70 | 226.5 | 0.36 | 0.22 |
| Hex | 24 | 2D | 4C | 35 | 29 | 0 | 46 | E2 | 24 | 16 |
| Octal | 44 | 55 | 114 | 65 | 51 | 0 | 106 | 342 | 44 | 26 |
| Binary | 100100 | 101101 | 1001100 | 110101 | 101001 | 0 | 1000110 | 11100010 | 100100 | 10110 |
Color Harmonies of #242D4C
Complementary color
Monochromatic Colors of #242D4C
Black with #242D4C
Text Example
Text Example
White with #242D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D4C; }
p { color: rgb(36,45,76); }
H1.HeaderClassName
{
color: #242D4C;
}
.AnyTagClassName
{
color: #242D4C;
}
</style>
background-color css
<style>
a { background-color: #242D4C; }
a { background-color: rgb(36,45,76); }
div.DivClassName
{
background-color: #242D4C;
}
.BgClassName
{
background-color: #242D4C;
}
</style>
border-color css
<style>
span { border-color: #242D4C; }
span { border-color: rgb(36,45,76); }
td.TdClassName
{
border-color: #242D4C;
}
.TagClassName
{
border-color: #242D4C;
}
</style>