Shades of Lucky Point #242A48
Tints of Lucky Point #242A48
RGB
CMYK
RGB Variations
Color information
#242A48 (or 0x242A48) is known color: Lucky Point. HEX triplet: 24, 2A and 48. RGB value is (36,42,72). Sum of RGB (Red+Green+Blue) = 36+42+72=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 72 (28.52% from 255 or 48% from 150); Max value from RGB is 72 - color contains mainly: blue. Hex color #242A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242A48 is #DBD5B7. Grayscale: #2B2B2B. Windows color (decimal): -14407096 or 4729380. OLE color: 4729380.
HSL color Cylindrical-coordinate representation of color #242A48: hue angle of 230º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #242A48 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 42 | 72 | - |
| CMYK | 0.5 | 0.42 | 0 | 0.72 |
| HSL | 230º | 0.33% | 0.21% | - |
| HSV(B) | 230º | 0.5% | 0.28% | - |
| XYZ | 2.73 | 2.5 | 6.47 | - |
| YUV | 43.63 | 144.01 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 72 | 0.5 | 0.42 | 0 | 0.72 | 230 | 0.33 | 0.21 |
| Hex | 24 | 2A | 48 | 32 | 2A | 0 | 48 | E6 | 21 | 15 |
| Octal | 44 | 52 | 110 | 62 | 52 | 0 | 110 | 346 | 41 | 25 |
| Binary | 100100 | 101010 | 1001000 | 110010 | 101010 | 0 | 1001000 | 11100110 | 100001 | 10101 |
Color Harmonies of #242A48
Complementary color
Monochromatic Colors of #242A48
Black with #242A48
Text Example
Text Example
White with #242A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A48; }
p { color: rgb(36,42,72); }
H1.HeaderClassName
{
color: #242A48;
}
.AnyTagClassName
{
color: #242A48;
}
</style>
background-color css
<style>
a { background-color: #242A48; }
a { background-color: rgb(36,42,72); }
div.DivClassName
{
background-color: #242A48;
}
.BgClassName
{
background-color: #242A48;
}
</style>
border-color css
<style>
span { border-color: #242A48; }
span { border-color: rgb(36,42,72); }
td.TdClassName
{
border-color: #242A48;
}
.TagClassName
{
border-color: #242A48;
}
</style>