Shades of Lucky Point #242F55
Tints of Lucky Point #242F55
RGB
CMYK
RGB Variations
Color information
#242F55 (or 0x242F55) is known color: Lucky Point. HEX triplet: 24, 2F and 55. RGB value is (36,47,85). Sum of RGB (Red+Green+Blue) = 36+47+85=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #242F55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F55 is #DBD0AA. Grayscale: #2F2F2F. Windows color (decimal): -14405803 or 5582628. OLE color: 5582628.
HSL color Cylindrical-coordinate representation of color #242F55: hue angle of 226.53º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #242F55 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 47 | 85 | - |
| CMYK | 0.58 | 0.45 | 0 | 0.67 |
| HSL | 226.53º | 0.4% | 0.24% | - |
| HSV(B) | 226.53º | 0.58% | 0.33% | - |
| XYZ | 3.38 | 3.06 | 9.01 | - |
| YUV | 48.04 | 148.86 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 85 | 0.58 | 0.45 | 0 | 0.67 | 226.53 | 0.4 | 0.24 |
| Hex | 24 | 2F | 55 | 3A | 2D | 0 | 43 | E3 | 28 | 18 |
| Octal | 44 | 57 | 125 | 72 | 55 | 0 | 103 | 343 | 50 | 30 |
| Binary | 100100 | 101111 | 1010101 | 111010 | 101101 | 0 | 1000011 | 11100011 | 101000 | 11000 |
Color Harmonies of #242F55
Complementary color
Monochromatic Colors of #242F55
Black with #242F55
Text Example
Text Example
White with #242F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F55; }
p { color: rgb(36,47,85); }
H1.HeaderClassName
{
color: #242F55;
}
.AnyTagClassName
{
color: #242F55;
}
</style>
background-color css
<style>
a { background-color: #242F55; }
a { background-color: rgb(36,47,85); }
div.DivClassName
{
background-color: #242F55;
}
.BgClassName
{
background-color: #242F55;
}
</style>
border-color css
<style>
span { border-color: #242F55; }
span { border-color: rgb(36,47,85); }
td.TdClassName
{
border-color: #242F55;
}
.TagClassName
{
border-color: #242F55;
}
</style>