Shades of Lucky Point #323350
Tints of Lucky Point #323350
RGB
CMYK
RGB Variations
Color information
#323350 (or 0x323350) is known color: Lucky Point. HEX triplet: 32, 33 and 50. RGB value is (50,51,80). Sum of RGB (Red+Green+Blue) = 50+51+80=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 51 (20.31% from 255 or 28.18% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #323350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323350 is #CDCCAF. Grayscale: #353535. Windows color (decimal): -13487280 or 5255986. OLE color: 5255986.
HSL color Cylindrical-coordinate representation of color #323350: hue angle of 238º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #323350 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 51 | 80 | - |
| CMYK | 0.37 | 0.36 | 0 | 0.69 |
| HSL | 238º | 0.23% | 0.25% | - |
| HSV(B) | 238º | 0.38% | 0.31% | - |
| XYZ | 3.95 | 3.62 | 8.08 | - |
| YUV | 54.01 | 142.67 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 80 | 0.37 | 0.36 | 0 | 0.69 | 238 | 0.23 | 0.25 |
| Hex | 32 | 33 | 50 | 25 | 24 | 0 | 45 | EE | 17 | 19 |
| Octal | 62 | 63 | 120 | 45 | 44 | 0 | 105 | 356 | 27 | 31 |
| Binary | 110010 | 110011 | 1010000 | 100101 | 100100 | 0 | 1000101 | 11101110 | 10111 | 11001 |
Color Harmonies of #323350
Complementary color
Monochromatic Colors of #323350
Black with #323350
Text Example
Text Example
White with #323350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323350; }
p { color: rgb(50,51,80); }
H1.HeaderClassName
{
color: #323350;
}
.AnyTagClassName
{
color: #323350;
}
</style>
background-color css
<style>
a { background-color: #323350; }
a { background-color: rgb(50,51,80); }
div.DivClassName
{
background-color: #323350;
}
.BgClassName
{
background-color: #323350;
}
</style>
border-color css
<style>
span { border-color: #323350; }
span { border-color: rgb(50,51,80); }
td.TdClassName
{
border-color: #323350;
}
.TagClassName
{
border-color: #323350;
}
</style>