Shades of Lucky Point #242E5D
Tints of Lucky Point #242E5D
RGB
CMYK
RGB Variations
Color information
#242E5D (or 0x242E5D) is known color: Lucky Point. HEX triplet: 24, 2E and 5D. RGB value is (36,46,93). Sum of RGB (Red+Green+Blue) = 36+46+93=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #242E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E5D is #DBD1A2. Grayscale: #303030. Windows color (decimal): -14406051 or 6106660. OLE color: 6106660.
HSL color Cylindrical-coordinate representation of color #242E5D: hue angle of 229.47º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #242E5D is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 46 | 93 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.64 |
| HSL | 229.47º | 0.44% | 0.25% | - |
| HSV(B) | 229.47º | 0.61% | 0.36% | - |
| XYZ | 3.68 | 3.12 | 10.76 | - |
| YUV | 48.37 | 153.19 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 93 | 0.61 | 0.51 | 0 | 0.64 | 229.47 | 0.44 | 0.25 |
| Hex | 24 | 2E | 5D | 3D | 33 | 0 | 40 | E5 | 2C | 19 |
| Octal | 44 | 56 | 135 | 75 | 63 | 0 | 100 | 345 | 54 | 31 |
| Binary | 100100 | 101110 | 1011101 | 111101 | 110011 | 0 | 1000000 | 11100101 | 101100 | 11001 |
Color Harmonies of #242E5D
Complementary color
Monochromatic Colors of #242E5D
Black with #242E5D
Text Example
Text Example
White with #242E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E5D; }
p { color: rgb(36,46,93); }
H1.HeaderClassName
{
color: #242E5D;
}
.AnyTagClassName
{
color: #242E5D;
}
</style>
background-color css
<style>
a { background-color: #242E5D; }
a { background-color: rgb(36,46,93); }
div.DivClassName
{
background-color: #242E5D;
}
.BgClassName
{
background-color: #242E5D;
}
</style>
border-color css
<style>
span { border-color: #242E5D; }
span { border-color: rgb(36,46,93); }
td.TdClassName
{
border-color: #242E5D;
}
.TagClassName
{
border-color: #242E5D;
}
</style>