Shades of Lucky Point #242E4F
Tints of Lucky Point #242E4F
RGB
CMYK
RGB Variations
Color information
#242E4F (or 0x242E4F) is known color: Lucky Point. HEX triplet: 24, 2E and 4F. RGB value is (36,46,79). Sum of RGB (Red+Green+Blue) = 36+46+79=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 79 (31.25% from 255 or 49.07% from 161); Max value from RGB is 79 - color contains mainly: blue. Hex color #242E4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E4F is #DBD1B0. Grayscale: #2E2E2E. Windows color (decimal): -14406065 or 5189156. OLE color: 5189156.
HSL color Cylindrical-coordinate representation of color #242E4F: hue angle of 226.05º 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 #242E4F is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 46 | 79 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.69 |
| HSL | 226.05º | 0.37% | 0.23% | - |
| HSV(B) | 226.05º | 0.54% | 0.31% | - |
| XYZ | 3.12 | 2.89 | 7.79 | - |
| YUV | 46.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 79 | 0.54 | 0.42 | 0 | 0.69 | 226.05 | 0.37 | 0.23 |
| Hex | 24 | 2E | 4F | 36 | 2A | 0 | 45 | E2 | 25 | 17 |
| Octal | 44 | 56 | 117 | 66 | 52 | 0 | 105 | 342 | 45 | 27 |
| Binary | 100100 | 101110 | 1001111 | 110110 | 101010 | 0 | 1000101 | 11100010 | 100101 | 10111 |
Color Harmonies of #242E4F
Complementary color
Monochromatic Colors of #242E4F
Black with #242E4F
Text Example
Text Example
White with #242E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E4F; }
p { color: rgb(36,46,79); }
H1.HeaderClassName
{
color: #242E4F;
}
.AnyTagClassName
{
color: #242E4F;
}
</style>
background-color css
<style>
a { background-color: #242E4F; }
a { background-color: rgb(36,46,79); }
div.DivClassName
{
background-color: #242E4F;
}
.BgClassName
{
background-color: #242E4F;
}
</style>
border-color css
<style>
span { border-color: #242E4F; }
span { border-color: rgb(36,46,79); }
td.TdClassName
{
border-color: #242E4F;
}
.TagClassName
{
border-color: #242E4F;
}
</style>