Shades of Lucky Point #242C4C
Tints of Lucky Point #242C4C
RGB
CMYK
RGB Variations
Color information
#242C4C (or 0x242C4C) is known color: Lucky Point. HEX triplet: 24, 2C and 4C. RGB value is (36,44,76). Sum of RGB (Red+Green+Blue) = 36+44+76=156 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.08% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 76 (30.08% from 255 or 48.72% from 156); Max value from RGB is 76 - color contains mainly: blue. Hex color #242C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242C4C is #DBD3B3. Grayscale: #2D2D2D. Windows color (decimal): -14406580 or 4992036. OLE color: 4992036.
HSL color Cylindrical-coordinate representation of color #242C4C: hue angle of 228º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #242C4C is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 44 | 76 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.70 |
| HSL | 228º | 0.36% | 0.22% | - |
| HSV(B) | 228º | 0.53% | 0.3% | - |
| XYZ | 2.93 | 2.7 | 7.2 | - |
| YUV | 45.26 | 145.35 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 44 | 76 | 0.53 | 0.42 | 0 | 0.70 | 228 | 0.36 | 0.22 |
| Hex | 24 | 2C | 4C | 35 | 2A | 0 | 46 | E4 | 24 | 16 |
| Octal | 44 | 54 | 114 | 65 | 52 | 0 | 106 | 344 | 44 | 26 |
| Binary | 100100 | 101100 | 1001100 | 110101 | 101010 | 0 | 1000110 | 11100100 | 100100 | 10110 |
Color Harmonies of #242C4C
Complementary color
Monochromatic Colors of #242C4C
Black with #242C4C
Text Example
Text Example
White with #242C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242C4C; }
p { color: rgb(36,44,76); }
H1.HeaderClassName
{
color: #242C4C;
}
.AnyTagClassName
{
color: #242C4C;
}
</style>
background-color css
<style>
a { background-color: #242C4C; }
a { background-color: rgb(36,44,76); }
div.DivClassName
{
background-color: #242C4C;
}
.BgClassName
{
background-color: #242C4C;
}
</style>
border-color css
<style>
span { border-color: #242C4C; }
span { border-color: rgb(36,44,76); }
td.TdClassName
{
border-color: #242C4C;
}
.TagClassName
{
border-color: #242C4C;
}
</style>