Shades of Lucky Point #242E62
Tints of Lucky Point #242E62
RGB
CMYK
RGB Variations
Color information
#242E62 (or 0x242E62) is known color: Lucky Point. HEX triplet: 24, 2E and 62. RGB value is (36,46,98). Sum of RGB (Red+Green+Blue) = 36+46+98=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 46 (18.36% from 255 or 25.56% from 180); Blue value is 98 (38.67% from 255 or 54.44% from 180); Max value from RGB is 98 - color contains mainly: blue. Hex color #242E62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E62 is #DBD19D. Grayscale: #303030. Windows color (decimal): -14406046 or 6434340. OLE color: 6434340.
HSL color Cylindrical-coordinate representation of color #242E62: hue angle of 230.32º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #242E62 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 46 | 98 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.62 |
| HSL | 230.32º | 0.46% | 0.26% | - |
| HSV(B) | 230.32º | 0.63% | 0.38% | - |
| XYZ | 3.91 | 3.21 | 11.97 | - |
| YUV | 48.94 | 155.69 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 98 | 0.63 | 0.53 | 0 | 0.62 | 230.32 | 0.46 | 0.26 |
| Hex | 24 | 2E | 62 | 3F | 35 | 0 | 3E | E6 | 2E | 1A |
| Octal | 44 | 56 | 142 | 77 | 65 | 0 | 76 | 346 | 56 | 32 |
| Binary | 100100 | 101110 | 1100010 | 111111 | 110101 | 0 | 111110 | 11100110 | 101110 | 11010 |
Color Harmonies of #242E62
Complementary color
Monochromatic Colors of #242E62
Black with #242E62
Text Example
Text Example
White with #242E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E62; }
p { color: rgb(36,46,98); }
H1.HeaderClassName
{
color: #242E62;
}
.AnyTagClassName
{
color: #242E62;
}
</style>
background-color css
<style>
a { background-color: #242E62; }
a { background-color: rgb(36,46,98); }
div.DivClassName
{
background-color: #242E62;
}
.BgClassName
{
background-color: #242E62;
}
</style>
border-color css
<style>
span { border-color: #242E62; }
span { border-color: rgb(36,46,98); }
td.TdClassName
{
border-color: #242E62;
}
.TagClassName
{
border-color: #242E62;
}
</style>