Shades of Lucky Point #242A5B
Tints of Lucky Point #242A5B
RGB
CMYK
RGB Variations
Color information
#242A5B (or 0x242A5B) is known color: Lucky Point. HEX triplet: 24, 2A and 5B. RGB value is (36,42,91). Sum of RGB (Red+Green+Blue) = 36+42+91=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 91 (35.94% from 255 or 53.85% from 169); Max value from RGB is 91 - color contains mainly: blue. Hex color #242A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A5B is #DBD5A4. Grayscale: #2D2D2D. Windows color (decimal): -14407077 or 5974564. OLE color: 5974564.
HSL color Cylindrical-coordinate representation of color #242A5B: hue angle of 233.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242A5B is Cyan = 0.60, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 42 | 91 | - |
| CMYK | 0.60 | 0.54 | 0 | 0.64 |
| HSL | 233.45º | 0.43% | 0.25% | - |
| HSV(B) | 233.45º | 0.6% | 0.36% | - |
| XYZ | 3.44 | 2.79 | 10.25 | - |
| YUV | 45.79 | 153.51 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 91 | 0.60 | 0.54 | 0 | 0.64 | 233.45 | 0.43 | 0.25 |
| Hex | 24 | 2A | 5B | 3C | 36 | 0 | 40 | E9 | 2B | 19 |
| Octal | 44 | 52 | 133 | 74 | 66 | 0 | 100 | 351 | 53 | 31 |
| Binary | 100100 | 101010 | 1011011 | 111100 | 110110 | 0 | 1000000 | 11101001 | 101011 | 11001 |
Color Harmonies of #242A5B
Complementary color
Monochromatic Colors of #242A5B
Black with #242A5B
Text Example
Text Example
White with #242A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A5B; }
p { color: rgb(36,42,91); }
H1.HeaderClassName
{
color: #242A5B;
}
.AnyTagClassName
{
color: #242A5B;
}
</style>
background-color css
<style>
a { background-color: #242A5B; }
a { background-color: rgb(36,42,91); }
div.DivClassName
{
background-color: #242A5B;
}
.BgClassName
{
background-color: #242A5B;
}
</style>
border-color css
<style>
span { border-color: #242A5B; }
span { border-color: rgb(36,42,91); }
td.TdClassName
{
border-color: #242A5B;
}
.TagClassName
{
border-color: #242A5B;
}
</style>