Shades of Lucky Point #242D4E
Tints of Lucky Point #242D4E
RGB
CMYK
RGB Variations
Color information
#242D4E (or 0x242D4E) is known color: Lucky Point. HEX triplet: 24, 2D and 4E. RGB value is (36,45,78). Sum of RGB (Red+Green+Blue) = 36+45+78=159 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.64% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #242D4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242D4E is #DBD2B1. Grayscale: #2D2D2D. Windows color (decimal): -14406322 or 5123364. OLE color: 5123364.
HSL color Cylindrical-coordinate representation of color #242D4E: hue angle of 227.14º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242D4E is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 45 | 78 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.69 |
| HSL | 227.14º | 0.37% | 0.22% | - |
| HSV(B) | 227.14º | 0.54% | 0.31% | - |
| XYZ | 3.04 | 2.8 | 7.59 | - |
| YUV | 46.07 | 146.02 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 45 | 78 | 0.54 | 0.42 | 0 | 0.69 | 227.14 | 0.37 | 0.22 |
| Hex | 24 | 2D | 4E | 36 | 2A | 0 | 45 | E3 | 25 | 16 |
| Octal | 44 | 55 | 116 | 66 | 52 | 0 | 105 | 343 | 45 | 26 |
| Binary | 100100 | 101101 | 1001110 | 110110 | 101010 | 0 | 1000101 | 11100011 | 100101 | 10110 |
Color Harmonies of #242D4E
Complementary color
Monochromatic Colors of #242D4E
Black with #242D4E
Text Example
Text Example
White with #242D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242D4E; }
p { color: rgb(36,45,78); }
H1.HeaderClassName
{
color: #242D4E;
}
.AnyTagClassName
{
color: #242D4E;
}
</style>
background-color css
<style>
a { background-color: #242D4E; }
a { background-color: rgb(36,45,78); }
div.DivClassName
{
background-color: #242D4E;
}
.BgClassName
{
background-color: #242D4E;
}
</style>
border-color css
<style>
span { border-color: #242D4E; }
span { border-color: rgb(36,45,78); }
td.TdClassName
{
border-color: #242D4E;
}
.TagClassName
{
border-color: #242D4E;
}
</style>