Shades of Lucky Point #24284B
Tints of Lucky Point #24284B
RGB
CMYK
RGB Variations
Color information
#24284B (or 0x24284B) is known color: Lucky Point. HEX triplet: 24, 28 and 4B. RGB value is (36,40,75). Sum of RGB (Red+Green+Blue) = 36+40+75=151 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.84% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 75 (29.69% from 255 or 49.67% from 151); Max value from RGB is 75 - color contains mainly: blue. Hex color #24284B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24284B is #DBD7B4. Grayscale: #2A2A2A. Windows color (decimal): -14407605 or 4925476. OLE color: 4925476.
HSL color Cylindrical-coordinate representation of color #24284B: hue angle of 233.85º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #24284B is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 40 | 75 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.71 |
| HSL | 233.85º | 0.35% | 0.22% | - |
| HSV(B) | 233.85º | 0.52% | 0.29% | - |
| XYZ | 2.76 | 2.4 | 6.97 | - |
| YUV | 42.79 | 146.17 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 75 | 0.52 | 0.47 | 0 | 0.71 | 233.85 | 0.35 | 0.22 |
| Hex | 24 | 28 | 4B | 34 | 2F | 0 | 47 | EA | 23 | 16 |
| Octal | 44 | 50 | 113 | 64 | 57 | 0 | 107 | 352 | 43 | 26 |
| Binary | 100100 | 101000 | 1001011 | 110100 | 101111 | 0 | 1000111 | 11101010 | 100011 | 10110 |
Color Harmonies of #24284B
Complementary color
Monochromatic Colors of #24284B
Black with #24284B
Text Example
Text Example
White with #24284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24284B; }
p { color: rgb(36,40,75); }
H1.HeaderClassName
{
color: #24284B;
}
.AnyTagClassName
{
color: #24284B;
}
</style>
background-color css
<style>
a { background-color: #24284B; }
a { background-color: rgb(36,40,75); }
div.DivClassName
{
background-color: #24284B;
}
.BgClassName
{
background-color: #24284B;
}
</style>
border-color css
<style>
span { border-color: #24284B; }
span { border-color: rgb(36,40,75); }
td.TdClassName
{
border-color: #24284B;
}
.TagClassName
{
border-color: #24284B;
}
</style>