Shades of Lucky Point #242B4E
Tints of Lucky Point #242B4E
RGB
CMYK
RGB Variations
Color information
#242B4E (or 0x242B4E) is known color: Lucky Point. HEX triplet: 24, 2B and 4E. RGB value is (36,43,78). Sum of RGB (Red+Green+Blue) = 36+43+78=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #242B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242B4E is #DBD4B1. Grayscale: #2C2C2C. Windows color (decimal): -14406834 or 5122852. OLE color: 5122852.
HSL color Cylindrical-coordinate representation of color #242B4E: hue angle of 230º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #242B4E is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 43 | 78 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.69 |
| HSL | 230º | 0.37% | 0.22% | - |
| HSV(B) | 230º | 0.54% | 0.31% | - |
| XYZ | 2.97 | 2.65 | 7.56 | - |
| YUV | 44.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 43 | 78 | 0.54 | 0.45 | 0 | 0.69 | 230 | 0.37 | 0.22 |
| Hex | 24 | 2B | 4E | 36 | 2D | 0 | 45 | E6 | 25 | 16 |
| Octal | 44 | 53 | 116 | 66 | 55 | 0 | 105 | 346 | 45 | 26 |
| Binary | 100100 | 101011 | 1001110 | 110110 | 101101 | 0 | 1000101 | 11100110 | 100101 | 10110 |
Color Harmonies of #242B4E
Complementary color
Monochromatic Colors of #242B4E
Black with #242B4E
Text Example
Text Example
White with #242B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242B4E; }
p { color: rgb(36,43,78); }
H1.HeaderClassName
{
color: #242B4E;
}
.AnyTagClassName
{
color: #242B4E;
}
</style>
background-color css
<style>
a { background-color: #242B4E; }
a { background-color: rgb(36,43,78); }
div.DivClassName
{
background-color: #242B4E;
}
.BgClassName
{
background-color: #242B4E;
}
</style>
border-color css
<style>
span { border-color: #242B4E; }
span { border-color: rgb(36,43,78); }
td.TdClassName
{
border-color: #242B4E;
}
.TagClassName
{
border-color: #242B4E;
}
</style>