Shades of Lucky Point #32344D
Tints of Lucky Point #32344D
RGB
CMYK
RGB Variations
Color information
#32344D (or 0x32344D) is known color: Lucky Point. HEX triplet: 32, 34 and 4D. RGB value is (50,52,77). Sum of RGB (Red+Green+Blue) = 50+52+77=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #32344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32344D is #CDCBB2. Grayscale: #363636. Windows color (decimal): -13487027 or 5059634. OLE color: 5059634.
HSL color Cylindrical-coordinate representation of color #32344D: hue angle of 235.56º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #32344D is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 52 | 77 | - |
| CMYK | 0.35 | 0.32 | 0 | 0.70 |
| HSL | 235.56º | 0.21% | 0.25% | - |
| HSV(B) | 235.56º | 0.35% | 0.3% | - |
| XYZ | 3.88 | 3.67 | 7.52 | - |
| YUV | 54.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 52 | 77 | 0.35 | 0.32 | 0 | 0.70 | 235.56 | 0.21 | 0.25 |
| Hex | 32 | 34 | 4D | 23 | 20 | 0 | 46 | EC | 15 | 19 |
| Octal | 62 | 64 | 115 | 43 | 40 | 0 | 106 | 354 | 25 | 31 |
| Binary | 110010 | 110100 | 1001101 | 100011 | 100000 | 0 | 1000110 | 11101100 | 10101 | 11001 |
Color Harmonies of #32344D
Complementary color
Monochromatic Colors of #32344D
Black with #32344D
Text Example
Text Example
White with #32344D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32344D; }
p { color: rgb(50,52,77); }
H1.HeaderClassName
{
color: #32344D;
}
.AnyTagClassName
{
color: #32344D;
}
</style>
background-color css
<style>
a { background-color: #32344D; }
a { background-color: rgb(50,52,77); }
div.DivClassName
{
background-color: #32344D;
}
.BgClassName
{
background-color: #32344D;
}
</style>
border-color css
<style>
span { border-color: #32344D; }
span { border-color: rgb(50,52,77); }
td.TdClassName
{
border-color: #32344D;
}
.TagClassName
{
border-color: #32344D;
}
</style>