Shades of Lucky Point #32354E
Tints of Lucky Point #32354E
RGB
CMYK
RGB Variations
Color information
#32354E (or 0x32354E) is known color: Lucky Point. HEX triplet: 32, 35 and 4E. RGB value is (50,53,78). Sum of RGB (Red+Green+Blue) = 50+53+78=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 78 - color contains mainly: blue. Hex color #32354E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32354E is #CDCAB1. Grayscale: #363636. Windows color (decimal): -13486770 or 5125426. OLE color: 5125426.
HSL color Cylindrical-coordinate representation of color #32354E: hue angle of 233.57º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #32354E is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 50 | 53 | 78 | - |
| CMYK | 0.36 | 0.32 | 0 | 0.69 |
| HSL | 233.57º | 0.22% | 0.25% | - |
| HSV(B) | 233.57º | 0.36% | 0.31% | - |
| XYZ | 3.96 | 3.77 | 7.73 | - |
| YUV | 54.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 78 | 0.36 | 0.32 | 0 | 0.69 | 233.57 | 0.22 | 0.25 |
| Hex | 32 | 35 | 4E | 24 | 20 | 0 | 45 | EA | 16 | 19 |
| Octal | 62 | 65 | 116 | 44 | 40 | 0 | 105 | 352 | 26 | 31 |
| Binary | 110010 | 110101 | 1001110 | 100100 | 100000 | 0 | 1000101 | 11101010 | 10110 | 11001 |
Color Harmonies of #32354E
Complementary color
Monochromatic Colors of #32354E
Black with #32354E
Text Example
Text Example
White with #32354E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32354E; }
p { color: rgb(50,53,78); }
H1.HeaderClassName
{
color: #32354E;
}
.AnyTagClassName
{
color: #32354E;
}
</style>
background-color css
<style>
a { background-color: #32354E; }
a { background-color: rgb(50,53,78); }
div.DivClassName
{
background-color: #32354E;
}
.BgClassName
{
background-color: #32354E;
}
</style>
border-color css
<style>
span { border-color: #32354E; }
span { border-color: rgb(50,53,78); }
td.TdClassName
{
border-color: #32354E;
}
.TagClassName
{
border-color: #32354E;
}
</style>