Shades of Lucky Point #323253
Tints of Lucky Point #323253
RGB
CMYK
RGB Variations
Color information
#323253 (or 0x323253) is known color: Lucky Point. HEX triplet: 32, 32 and 53. RGB value is (50,50,83). Sum of RGB (Red+Green+Blue) = 50+50+83=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #323253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323253 is #CDCDAC. Grayscale: #353535. Windows color (decimal): -13487533 or 5452338. OLE color: 5452338.
HSL color Cylindrical-coordinate representation of color #323253: hue angle of 240º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #323253 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 50 | 83 | - |
| CMYK | 0.40 | 0.40 | 0 | 0.67 |
| HSL | 240º | 0.25% | 0.26% | - |
| HSV(B) | 240º | 0.4% | 0.33% | - |
| XYZ | 4.02 | 3.58 | 8.66 | - |
| YUV | 53.76 | 144.5 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 50 | 83 | 0.40 | 0.40 | 0 | 0.67 | 240 | 0.25 | 0.26 |
| Hex | 32 | 32 | 53 | 28 | 28 | 0 | 43 | F0 | 19 | 1A |
| Octal | 62 | 62 | 123 | 50 | 50 | 0 | 103 | 360 | 31 | 32 |
| Binary | 110010 | 110010 | 1010011 | 101000 | 101000 | 0 | 1000011 | 11110000 | 11001 | 11010 |
Color Harmonies of #323253
Complementary color
Monochromatic Colors of #323253
Black with #323253
Text Example
Text Example
White with #323253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323253; }
p { color: rgb(50,50,83); }
H1.HeaderClassName
{
color: #323253;
}
.AnyTagClassName
{
color: #323253;
}
</style>
background-color css
<style>
a { background-color: #323253; }
a { background-color: rgb(50,50,83); }
div.DivClassName
{
background-color: #323253;
}
.BgClassName
{
background-color: #323253;
}
</style>
border-color css
<style>
span { border-color: #323253; }
span { border-color: rgb(50,50,83); }
td.TdClassName
{
border-color: #323253;
}
.TagClassName
{
border-color: #323253;
}
</style>