Shades of Lucky Point #32324D
Tints of Lucky Point #32324D
RGB
CMYK
RGB Variations
Color information
#32324D (or 0x32324D) is known color: Lucky Point. HEX triplet: 32, 32 and 4D. RGB value is (50,50,77). Sum of RGB (Red+Green+Blue) = 50+50+77=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #32324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32324D is #CDCDB2. Grayscale: #343434. Windows color (decimal): -13487539 or 5059122. OLE color: 5059122.
HSL color Cylindrical-coordinate representation of color #32324D: hue angle of 240º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32324D is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 50 | 77 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.70 |
| HSL | 240º | 0.21% | 0.25% | - |
| HSV(B) | 240º | 0.35% | 0.3% | - |
| XYZ | 3.8 | 3.5 | 7.5 | - |
| YUV | 53.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 77 | 0.35 | 0.35 | 0 | 0.70 | 240 | 0.21 | 0.25 |
| Hex | 32 | 32 | 4D | 23 | 23 | 0 | 46 | F0 | 15 | 19 |
| Octal | 62 | 62 | 115 | 43 | 43 | 0 | 106 | 360 | 25 | 31 |
| Binary | 110010 | 110010 | 1001101 | 100011 | 100011 | 0 | 1000110 | 11110000 | 10101 | 11001 |
Color Harmonies of #32324D
Complementary color
Monochromatic Colors of #32324D
Black with #32324D
Text Example
Text Example
White with #32324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32324D; }
p { color: rgb(50,50,77); }
H1.HeaderClassName
{
color: #32324D;
}
.AnyTagClassName
{
color: #32324D;
}
</style>
background-color css
<style>
a { background-color: #32324D; }
a { background-color: rgb(50,50,77); }
div.DivClassName
{
background-color: #32324D;
}
.BgClassName
{
background-color: #32324D;
}
</style>
border-color css
<style>
span { border-color: #32324D; }
span { border-color: rgb(50,50,77); }
td.TdClassName
{
border-color: #32324D;
}
.TagClassName
{
border-color: #32324D;
}
</style>