Shades of Lucky Point #242E5A
Tints of Lucky Point #242E5A
RGB
CMYK
RGB Variations
Color information
#242E5A (or 0x242E5A) is known color: Lucky Point. HEX triplet: 24, 2E and 5A. RGB value is (36,46,90). Sum of RGB (Red+Green+Blue) = 36+46+90=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 90 (35.55% from 255 or 52.33% from 172); Max value from RGB is 90 - color contains mainly: blue. Hex color #242E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #242E5A is #DBD1A5. Grayscale: #2F2F2F. Windows color (decimal): -14406054 or 5910052. OLE color: 5910052.
HSL color Cylindrical-coordinate representation of color #242E5A: hue angle of 228.89º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #242E5A is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 46 | 90 | - |
| CMYK | 0.60 | 0.49 | 0 | 0.65 |
| HSL | 228.89º | 0.43% | 0.25% | - |
| HSV(B) | 228.89º | 0.6% | 0.35% | - |
| XYZ | 3.55 | 3.07 | 10.08 | - |
| YUV | 48.03 | 151.69 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 46 | 90 | 0.60 | 0.49 | 0 | 0.65 | 228.89 | 0.43 | 0.25 |
| Hex | 24 | 2E | 5A | 3C | 31 | 0 | 41 | E5 | 2B | 19 |
| Octal | 44 | 56 | 132 | 74 | 61 | 0 | 101 | 345 | 53 | 31 |
| Binary | 100100 | 101110 | 1011010 | 111100 | 110001 | 0 | 1000001 | 11100101 | 101011 | 11001 |
Color Harmonies of #242E5A
Complementary color
Monochromatic Colors of #242E5A
Black with #242E5A
Text Example
Text Example
White with #242E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242E5A; }
p { color: rgb(36,46,90); }
H1.HeaderClassName
{
color: #242E5A;
}
.AnyTagClassName
{
color: #242E5A;
}
</style>
background-color css
<style>
a { background-color: #242E5A; }
a { background-color: rgb(36,46,90); }
div.DivClassName
{
background-color: #242E5A;
}
.BgClassName
{
background-color: #242E5A;
}
</style>
border-color css
<style>
span { border-color: #242E5A; }
span { border-color: rgb(36,46,90); }
td.TdClassName
{
border-color: #242E5A;
}
.TagClassName
{
border-color: #242E5A;
}
</style>