Shades of Lucky Point #343650
Tints of Lucky Point #343650
RGB
CMYK
RGB Variations
Color information
#343650 (or 0x343650) is known color: Lucky Point. HEX triplet: 34, 36 and 50. RGB value is (52,54,80). Sum of RGB (Red+Green+Blue) = 52+54+80=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 54 (21.48% from 255 or 29.03% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 80 - color contains mainly: blue. Hex color #343650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343650 is #CBC9AF. Grayscale: #383838. Windows color (decimal): -13355440 or 5256756. OLE color: 5256756.
HSL color Cylindrical-coordinate representation of color #343650: hue angle of 235.71º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #343650 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 54 | 80 | - |
| CMYK | 0.35 | 0.33 | 0 | 0.69 |
| HSL | 235.71º | 0.21% | 0.26% | - |
| HSV(B) | 235.71º | 0.35% | 0.31% | - |
| XYZ | 4.18 | 3.95 | 8.13 | - |
| YUV | 56.37 | 141.34 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 80 | 0.35 | 0.33 | 0 | 0.69 | 235.71 | 0.21 | 0.26 |
| Hex | 34 | 36 | 50 | 23 | 21 | 0 | 45 | EC | 15 | 1A |
| Octal | 64 | 66 | 120 | 43 | 41 | 0 | 105 | 354 | 25 | 32 |
| Binary | 110100 | 110110 | 1010000 | 100011 | 100001 | 0 | 1000101 | 11101100 | 10101 | 11010 |
Color Harmonies of #343650
Complementary color
Monochromatic Colors of #343650
Black with #343650
Text Example
Text Example
White with #343650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343650; }
p { color: rgb(52,54,80); }
H1.HeaderClassName
{
color: #343650;
}
.AnyTagClassName
{
color: #343650;
}
</style>
background-color css
<style>
a { background-color: #343650; }
a { background-color: rgb(52,54,80); }
div.DivClassName
{
background-color: #343650;
}
.BgClassName
{
background-color: #343650;
}
</style>
border-color css
<style>
span { border-color: #343650; }
span { border-color: rgb(52,54,80); }
td.TdClassName
{
border-color: #343650;
}
.TagClassName
{
border-color: #343650;
}
</style>