Shades of Lucky Point #323255
Tints of Lucky Point #323255
RGB
CMYK
RGB Variations
Color information
#323255 (or 0x323255) is known color: Lucky Point. HEX triplet: 32, 32 and 55. RGB value is (50,50,85). Sum of RGB (Red+Green+Blue) = 50+50+85=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #323255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323255 is #CDCDAA. Grayscale: #353535. Windows color (decimal): -13487531 or 5583410. OLE color: 5583410.
HSL color Cylindrical-coordinate representation of color #323255: hue angle of 240º 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 #323255 is Cyan = 0.41, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 50 | 85 | - |
| CMYK | 0.41 | 0.41 | 0 | 0.67 |
| HSL | 240º | 0.26% | 0.26% | - |
| HSV(B) | 240º | 0.41% | 0.33% | - |
| XYZ | 4.1 | 3.62 | 9.08 | - |
| YUV | 53.99 | 145.5 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 85 | 0.41 | 0.41 | 0 | 0.67 | 240 | 0.26 | 0.26 |
| Hex | 32 | 32 | 55 | 29 | 29 | 0 | 43 | F0 | 1A | 1A |
| Octal | 62 | 62 | 125 | 51 | 51 | 0 | 103 | 360 | 32 | 32 |
| Binary | 110010 | 110010 | 1010101 | 101001 | 101001 | 0 | 1000011 | 11110000 | 11010 | 11010 |
Color Harmonies of #323255
Complementary color
Monochromatic Colors of #323255
Black with #323255
Text Example
Text Example
White with #323255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323255; }
p { color: rgb(50,50,85); }
H1.HeaderClassName
{
color: #323255;
}
.AnyTagClassName
{
color: #323255;
}
</style>
background-color css
<style>
a { background-color: #323255; }
a { background-color: rgb(50,50,85); }
div.DivClassName
{
background-color: #323255;
}
.BgClassName
{
background-color: #323255;
}
</style>
border-color css
<style>
span { border-color: #323255; }
span { border-color: rgb(50,50,85); }
td.TdClassName
{
border-color: #323255;
}
.TagClassName
{
border-color: #323255;
}
</style>