Shades of Lucky Point #242A53
Tints of Lucky Point #242A53
RGB
CMYK
RGB Variations
Color information
#242A53 (or 0x242A53) is known color: Lucky Point. HEX triplet: 24, 2A and 53. RGB value is (36,42,83). Sum of RGB (Red+Green+Blue) = 36+42+83=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 83 (32.81% from 255 or 51.55% from 161); Max value from RGB is 83 - color contains mainly: blue. Hex color #242A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242A53 is #DBD5AC. Grayscale: #2C2C2C. Windows color (decimal): -14407085 or 5450276. OLE color: 5450276.
HSL color Cylindrical-coordinate representation of color #242A53: hue angle of 232.34º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #242A53 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 42 | 83 | - |
| CMYK | 0.57 | 0.49 | 0 | 0.67 |
| HSL | 232.34º | 0.39% | 0.23% | - |
| HSV(B) | 232.34º | 0.57% | 0.33% | - |
| XYZ | 3.12 | 2.66 | 8.53 | - |
| YUV | 44.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 42 | 83 | 0.57 | 0.49 | 0 | 0.67 | 232.34 | 0.39 | 0.23 |
| Hex | 24 | 2A | 53 | 39 | 31 | 0 | 43 | E8 | 27 | 17 |
| Octal | 44 | 52 | 123 | 71 | 61 | 0 | 103 | 350 | 47 | 27 |
| Binary | 100100 | 101010 | 1010011 | 111001 | 110001 | 0 | 1000011 | 11101000 | 100111 | 10111 |
Color Harmonies of #242A53
Complementary color
Monochromatic Colors of #242A53
Black with #242A53
Text Example
Text Example
White with #242A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242A53; }
p { color: rgb(36,42,83); }
H1.HeaderClassName
{
color: #242A53;
}
.AnyTagClassName
{
color: #242A53;
}
</style>
background-color css
<style>
a { background-color: #242A53; }
a { background-color: rgb(36,42,83); }
div.DivClassName
{
background-color: #242A53;
}
.BgClassName
{
background-color: #242A53;
}
</style>
border-color css
<style>
span { border-color: #242A53; }
span { border-color: rgb(36,42,83); }
td.TdClassName
{
border-color: #242A53;
}
.TagClassName
{
border-color: #242A53;
}
</style>