Shades of Lucky Point #323555
Tints of Lucky Point #323555
RGB
CMYK
RGB Variations
Color information
#323555 (or 0x323555) is known color: Lucky Point. HEX triplet: 32, 35 and 55. RGB value is (50,53,85). Sum of RGB (Red+Green+Blue) = 50+53+85=188 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.60% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #323555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323555 is #CDCAAA. Grayscale: #373737. Windows color (decimal): -13486763 or 5584178. OLE color: 5584178.
HSL color Cylindrical-coordinate representation of color #323555: hue angle of 234.86º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #323555 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 53 | 85 | - |
| CMYK | 0.41 | 0.38 | 0 | 0.67 |
| HSL | 234.86º | 0.26% | 0.26% | - |
| HSV(B) | 234.86º | 0.41% | 0.33% | - |
| XYZ | 4.23 | 3.88 | 9.12 | - |
| YUV | 55.75 | 144.51 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 85 | 0.41 | 0.38 | 0 | 0.67 | 234.86 | 0.26 | 0.26 |
| Hex | 32 | 35 | 55 | 29 | 26 | 0 | 43 | EB | 1A | 1A |
| Octal | 62 | 65 | 125 | 51 | 46 | 0 | 103 | 353 | 32 | 32 |
| Binary | 110010 | 110101 | 1010101 | 101001 | 100110 | 0 | 1000011 | 11101011 | 11010 | 11010 |
Color Harmonies of #323555
Complementary color
Monochromatic Colors of #323555
Black with #323555
Text Example
Text Example
White with #323555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323555; }
p { color: rgb(50,53,85); }
H1.HeaderClassName
{
color: #323555;
}
.AnyTagClassName
{
color: #323555;
}
</style>
background-color css
<style>
a { background-color: #323555; }
a { background-color: rgb(50,53,85); }
div.DivClassName
{
background-color: #323555;
}
.BgClassName
{
background-color: #323555;
}
</style>
border-color css
<style>
span { border-color: #323555; }
span { border-color: rgb(50,53,85); }
td.TdClassName
{
border-color: #323555;
}
.TagClassName
{
border-color: #323555;
}
</style>