Shades of Lucky Point #343350
Tints of Lucky Point #343350
RGB
CMYK
RGB Variations
Color information
#343350 (or 0x343350) is known color: Lucky Point. HEX triplet: 34, 33 and 50. RGB value is (52,51,80). Sum of RGB (Red+Green+Blue) = 52+51+80=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 51 (20.31% from 255 or 27.87% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #343350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343350 is #CBCCAF. Grayscale: #363636. Windows color (decimal): -13356208 or 5255988. OLE color: 5255988.
HSL color Cylindrical-coordinate representation of color #343350: hue angle of 242.07º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343350 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 51 | 80 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.69 |
| HSL | 242.07º | 0.22% | 0.26% | - |
| HSV(B) | 242.07º | 0.36% | 0.31% | - |
| XYZ | 4.05 | 3.68 | 8.09 | - |
| YUV | 54.61 | 142.33 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 80 | 0.35 | 0.36 | 0 | 0.69 | 242.07 | 0.22 | 0.26 |
| Hex | 34 | 33 | 50 | 23 | 24 | 0 | 45 | F2 | 16 | 1A |
| Octal | 64 | 63 | 120 | 43 | 44 | 0 | 105 | 362 | 26 | 32 |
| Binary | 110100 | 110011 | 1010000 | 100011 | 100100 | 0 | 1000101 | 11110010 | 10110 | 11010 |
Color Harmonies of #343350
Complementary color
Monochromatic Colors of #343350
Black with #343350
Text Example
Text Example
White with #343350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343350; }
p { color: rgb(52,51,80); }
H1.HeaderClassName
{
color: #343350;
}
.AnyTagClassName
{
color: #343350;
}
</style>
background-color css
<style>
a { background-color: #343350; }
a { background-color: rgb(52,51,80); }
div.DivClassName
{
background-color: #343350;
}
.BgClassName
{
background-color: #343350;
}
</style>
border-color css
<style>
span { border-color: #343350; }
span { border-color: rgb(52,51,80); }
td.TdClassName
{
border-color: #343350;
}
.TagClassName
{
border-color: #343350;
}
</style>