Shades of Lucky Point #24305D
Tints of Lucky Point #24305D
RGB
CMYK
RGB Variations
Color information
#24305D (or 0x24305D) is known color: Lucky Point. HEX triplet: 24, 30 and 5D. RGB value is (36,48,93). Sum of RGB (Red+Green+Blue) = 36+48+93=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #24305D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24305D is #DBCFA2. Grayscale: #313131. Windows color (decimal): -14405539 or 6107172. OLE color: 6107172.
HSL color Cylindrical-coordinate representation of color #24305D: hue angle of 227.37º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24305D is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 48 | 93 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.64 |
| HSL | 227.37º | 0.44% | 0.25% | - |
| HSV(B) | 227.37º | 0.61% | 0.36% | - |
| XYZ | 3.76 | 3.28 | 10.79 | - |
| YUV | 49.54 | 152.52 | 118.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 48 | 93 | 0.61 | 0.48 | 0 | 0.64 | 227.37 | 0.44 | 0.25 |
| Hex | 24 | 30 | 5D | 3D | 30 | 0 | 40 | E3 | 2C | 19 |
| Octal | 44 | 60 | 135 | 75 | 60 | 0 | 100 | 343 | 54 | 31 |
| Binary | 100100 | 110000 | 1011101 | 111101 | 110000 | 0 | 1000000 | 11100011 | 101100 | 11001 |
Color Harmonies of #24305D
Complementary color
Monochromatic Colors of #24305D
Black with #24305D
Text Example
Text Example
White with #24305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24305D; }
p { color: rgb(36,48,93); }
H1.HeaderClassName
{
color: #24305D;
}
.AnyTagClassName
{
color: #24305D;
}
</style>
background-color css
<style>
a { background-color: #24305D; }
a { background-color: rgb(36,48,93); }
div.DivClassName
{
background-color: #24305D;
}
.BgClassName
{
background-color: #24305D;
}
</style>
border-color css
<style>
span { border-color: #24305D; }
span { border-color: rgb(36,48,93); }
td.TdClassName
{
border-color: #24305D;
}
.TagClassName
{
border-color: #24305D;
}
</style>