Shades of Lucky Point #242F5F
Tints of Lucky Point #242F5F
RGB
CMYK
RGB Variations
Color information
#242F5F (or 0x242F5F) is known color: Lucky Point. HEX triplet: 24, 2F and 5F. RGB value is (36,47,95). Sum of RGB (Red+Green+Blue) = 36+47+95=178 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.22% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #242F5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242F5F is #DBD0A0. Grayscale: #303030. Windows color (decimal): -14405793 or 6237988. OLE color: 6237988.
HSL color Cylindrical-coordinate representation of color #242F5F: hue angle of 228.81º 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 #242F5F is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 36 | 47 | 95 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.63 |
| HSL | 228.81º | 0.45% | 0.26% | - |
| HSV(B) | 228.81º | 0.62% | 0.37% | - |
| XYZ | 3.81 | 3.23 | 11.25 | - |
| YUV | 49.18 | 153.86 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 47 | 95 | 0.62 | 0.51 | 0 | 0.63 | 228.81 | 0.45 | 0.26 |
| Hex | 24 | 2F | 5F | 3E | 33 | 0 | 3F | E5 | 2D | 1A |
| Octal | 44 | 57 | 137 | 76 | 63 | 0 | 77 | 345 | 55 | 32 |
| Binary | 100100 | 101111 | 1011111 | 111110 | 110011 | 0 | 111111 | 11100101 | 101101 | 11010 |
Color Harmonies of #242F5F
Complementary color
Monochromatic Colors of #242F5F
Black with #242F5F
Text Example
Text Example
White with #242F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242F5F; }
p { color: rgb(36,47,95); }
H1.HeaderClassName
{
color: #242F5F;
}
.AnyTagClassName
{
color: #242F5F;
}
</style>
background-color css
<style>
a { background-color: #242F5F; }
a { background-color: rgb(36,47,95); }
div.DivClassName
{
background-color: #242F5F;
}
.BgClassName
{
background-color: #242F5F;
}
</style>
border-color css
<style>
span { border-color: #242F5F; }
span { border-color: rgb(36,47,95); }
td.TdClassName
{
border-color: #242F5F;
}
.TagClassName
{
border-color: #242F5F;
}
</style>