Shades of Lucky Point #343352
Tints of Lucky Point #343352
RGB
CMYK
RGB Variations
Color information
#343352 (or 0x343352) is known color: Lucky Point. HEX triplet: 34, 33 and 52. RGB value is (52,51,82). Sum of RGB (Red+Green+Blue) = 52+51+82=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 51 (20.31% from 255 or 27.57% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #343352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343352 is #CBCCAD. Grayscale: #363636. Windows color (decimal): -13356206 or 5387060. OLE color: 5387060.
HSL color Cylindrical-coordinate representation of color #343352: hue angle of 241.94º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #343352 is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 51 | 82 | - |
| CMYK | 0.37 | 0.38 | 0 | 0.68 |
| HSL | 241.94º | 0.23% | 0.26% | - |
| HSV(B) | 241.94º | 0.38% | 0.32% | - |
| XYZ | 4.12 | 3.71 | 8.48 | - |
| YUV | 54.83 | 143.33 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 82 | 0.37 | 0.38 | 0 | 0.68 | 241.94 | 0.23 | 0.26 |
| Hex | 34 | 33 | 52 | 25 | 26 | 0 | 44 | F2 | 17 | 1A |
| Octal | 64 | 63 | 122 | 45 | 46 | 0 | 104 | 362 | 27 | 32 |
| Binary | 110100 | 110011 | 1010010 | 100101 | 100110 | 0 | 1000100 | 11110010 | 10111 | 11010 |
Color Harmonies of #343352
Complementary color
Monochromatic Colors of #343352
Black with #343352
Text Example
Text Example
White with #343352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343352; }
p { color: rgb(52,51,82); }
H1.HeaderClassName
{
color: #343352;
}
.AnyTagClassName
{
color: #343352;
}
</style>
background-color css
<style>
a { background-color: #343352; }
a { background-color: rgb(52,51,82); }
div.DivClassName
{
background-color: #343352;
}
.BgClassName
{
background-color: #343352;
}
</style>
border-color css
<style>
span { border-color: #343352; }
span { border-color: rgb(52,51,82); }
td.TdClassName
{
border-color: #343352;
}
.TagClassName
{
border-color: #343352;
}
</style>