Shades of Lucky Point #242F59
Tints of Lucky Point #242F59
RGB
CMYK
RGB Variations
Color information
#242F59 (or 0x242F59) is known color: Lucky Point. HEX triplet: 24, 2F and 59. RGB value is (36,47,89). Sum of RGB (Red+Green+Blue) = 36+47+89=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #242F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F59 is #DBD0A6. Grayscale: #303030. Windows color (decimal): -14405799 or 5844772. OLE color: 5844772.
HSL color Cylindrical-coordinate representation of color #242F59: hue angle of 227.55º degrees, saturation: 0.42, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242F59 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 47 | 89 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.65 |
| HSL | 227.55º | 0.42% | 0.25% | - |
| HSV(B) | 227.55º | 0.6% | 0.35% | - |
| XYZ | 3.55 | 3.13 | 9.87 | - |
| YUV | 48.5 | 150.86 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 89 | 0.60 | 0.47 | 0 | 0.65 | 227.55 | 0.42 | 0.25 |
| Hex | 24 | 2F | 59 | 3C | 2F | 0 | 41 | E4 | 2A | 19 |
| Octal | 44 | 57 | 131 | 74 | 57 | 0 | 101 | 344 | 52 | 31 |
| Binary | 100100 | 101111 | 1011001 | 111100 | 101111 | 0 | 1000001 | 11100100 | 101010 | 11001 |
Color Harmonies of #242F59
Complementary color
Monochromatic Colors of #242F59
Black with #242F59
Text Example
Text Example
White with #242F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F59; }
p { color: rgb(36,47,89); }
H1.HeaderClassName
{
color: #242F59;
}
.AnyTagClassName
{
color: #242F59;
}
</style>
background-color css
<style>
a { background-color: #242F59; }
a { background-color: rgb(36,47,89); }
div.DivClassName
{
background-color: #242F59;
}
.BgClassName
{
background-color: #242F59;
}
</style>
border-color css
<style>
span { border-color: #242F59; }
span { border-color: rgb(36,47,89); }
td.TdClassName
{
border-color: #242F59;
}
.TagClassName
{
border-color: #242F59;
}
</style>