Shades of Lucky Point #242C5F
Tints of Lucky Point #242C5F
RGB
CMYK
RGB Variations
Color information
#242C5F (or 0x242C5F) is known color: Lucky Point. HEX triplet: 24, 2C and 5F. RGB value is (36,44,95). Sum of RGB (Red+Green+Blue) = 36+44+95=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #242C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242C5F is #DBD3A0. Grayscale: #2F2F2F. Windows color (decimal): -14406561 or 6237220. OLE color: 6237220.
HSL color Cylindrical-coordinate representation of color #242C5F: hue angle of 231.86º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #242C5F is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 44 | 95 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.63 |
| HSL | 231.86º | 0.45% | 0.26% | - |
| HSV(B) | 231.86º | 0.62% | 0.37% | - |
| XYZ | 3.69 | 3 | 11.21 | - |
| YUV | 47.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 95 | 0.62 | 0.54 | 0 | 0.63 | 231.86 | 0.45 | 0.26 |
| Hex | 24 | 2C | 5F | 3E | 36 | 0 | 3F | E8 | 2D | 1A |
| Octal | 44 | 54 | 137 | 76 | 66 | 0 | 77 | 350 | 55 | 32 |
| Binary | 100100 | 101100 | 1011111 | 111110 | 110110 | 0 | 111111 | 11101000 | 101101 | 11010 |
Color Harmonies of #242C5F
Complementary color
Monochromatic Colors of #242C5F
Black with #242C5F
Text Example
Text Example
White with #242C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C5F; }
p { color: rgb(36,44,95); }
H1.HeaderClassName
{
color: #242C5F;
}
.AnyTagClassName
{
color: #242C5F;
}
</style>
background-color css
<style>
a { background-color: #242C5F; }
a { background-color: rgb(36,44,95); }
div.DivClassName
{
background-color: #242C5F;
}
.BgClassName
{
background-color: #242C5F;
}
</style>
border-color css
<style>
span { border-color: #242C5F; }
span { border-color: rgb(36,44,95); }
td.TdClassName
{
border-color: #242C5F;
}
.TagClassName
{
border-color: #242C5F;
}
</style>