Shades of Lucky Point #242B5B
Tints of Lucky Point #242B5B
RGB
CMYK
RGB Variations
Color information
#242B5B (or 0x242B5B) is known color: Lucky Point. HEX triplet: 24, 2B and 5B. RGB value is (36,43,91). Sum of RGB (Red+Green+Blue) = 36+43+91=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #242B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B5B is #DBD4A4. Grayscale: #2E2E2E. Windows color (decimal): -14406821 or 5974820. OLE color: 5974820.
HSL color Cylindrical-coordinate representation of color #242B5B: hue angle of 232.36º 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 #242B5B is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 43 | 91 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.64 |
| HSL | 232.36º | 0.43% | 0.25% | - |
| HSV(B) | 232.36º | 0.6% | 0.36% | - |
| XYZ | 3.48 | 2.86 | 10.27 | - |
| YUV | 46.38 | 153.18 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 91 | 0.60 | 0.53 | 0 | 0.64 | 232.36 | 0.43 | 0.25 |
| Hex | 24 | 2B | 5B | 3C | 35 | 0 | 40 | E8 | 2B | 19 |
| Octal | 44 | 53 | 133 | 74 | 65 | 0 | 100 | 350 | 53 | 31 |
| Binary | 100100 | 101011 | 1011011 | 111100 | 110101 | 0 | 1000000 | 11101000 | 101011 | 11001 |
Color Harmonies of #242B5B
Complementary color
Monochromatic Colors of #242B5B
Black with #242B5B
Text Example
Text Example
White with #242B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B5B; }
p { color: rgb(36,43,91); }
H1.HeaderClassName
{
color: #242B5B;
}
.AnyTagClassName
{
color: #242B5B;
}
</style>
background-color css
<style>
a { background-color: #242B5B; }
a { background-color: rgb(36,43,91); }
div.DivClassName
{
background-color: #242B5B;
}
.BgClassName
{
background-color: #242B5B;
}
</style>
border-color css
<style>
span { border-color: #242B5B; }
span { border-color: rgb(36,43,91); }
td.TdClassName
{
border-color: #242B5B;
}
.TagClassName
{
border-color: #242B5B;
}
</style>