Shades of Lucky Point #32334C
Tints of Lucky Point #32334C
RGB
CMYK
RGB Variations
Color information
#32334C (or 0x32334C) is known color: Lucky Point. HEX triplet: 32, 33 and 4C. RGB value is (50,51,76). Sum of RGB (Red+Green+Blue) = 50+51+76=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 76 (30.08% from 255 or 42.94% from 177); Max value from RGB is 76 - color contains mainly: blue. Hex color #32334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32334C is #CDCCB3. Grayscale: #353535. Windows color (decimal): -13487284 or 4993842. OLE color: 4993842.
HSL color Cylindrical-coordinate representation of color #32334C: hue angle of 237.69º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #32334C is Cyan = 0.34, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 50 | 51 | 76 | - |
| CMYK | 0.34 | 0.33 | 0 | 0.70 |
| HSL | 237.69º | 0.21% | 0.25% | - |
| HSV(B) | 237.69º | 0.34% | 0.3% | - |
| XYZ | 3.8 | 3.57 | 7.33 | - |
| YUV | 53.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 51 | 76 | 0.34 | 0.33 | 0 | 0.70 | 237.69 | 0.21 | 0.25 |
| Hex | 32 | 33 | 4C | 22 | 21 | 0 | 46 | EE | 15 | 19 |
| Octal | 62 | 63 | 114 | 42 | 41 | 0 | 106 | 356 | 25 | 31 |
| Binary | 110010 | 110011 | 1001100 | 100010 | 100001 | 0 | 1000110 | 11101110 | 10101 | 11001 |
Color Harmonies of #32334C
Complementary color
Monochromatic Colors of #32334C
Black with #32334C
Text Example
Text Example
White with #32334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32334C; }
p { color: rgb(50,51,76); }
H1.HeaderClassName
{
color: #32334C;
}
.AnyTagClassName
{
color: #32334C;
}
</style>
background-color css
<style>
a { background-color: #32334C; }
a { background-color: rgb(50,51,76); }
div.DivClassName
{
background-color: #32334C;
}
.BgClassName
{
background-color: #32334C;
}
</style>
border-color css
<style>
span { border-color: #32334C; }
span { border-color: rgb(50,51,76); }
td.TdClassName
{
border-color: #32334C;
}
.TagClassName
{
border-color: #32334C;
}
</style>