Shades of Lucky Point #343749
Tints of Lucky Point #343749
RGB
CMYK
RGB Variations
Color information
#343749 (or 0x343749) is known color: Lucky Point. HEX triplet: 34, 37 and 49. RGB value is (52,55,73). Sum of RGB (Red+Green+Blue) = 52+55+73=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 73 (28.91% from 255 or 40.56% from 180); Max value from RGB is 73 - color contains mainly: blue. Hex color #343749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343749 is #CBC8B6. Grayscale: #383838. Windows color (decimal): -13355191 or 4798260. OLE color: 4798260.
HSL color Cylindrical-coordinate representation of color #343749: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #343749 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 55 | 73 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.71 |
| HSL | 231.43º | 0.17% | 0.25% | - |
| HSV(B) | 231.43º | 0.29% | 0.29% | - |
| XYZ | 3.98 | 3.94 | 6.85 | - |
| YUV | 56.16 | 137.51 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 73 | 0.29 | 0.25 | 0 | 0.71 | 231.43 | 0.17 | 0.25 |
| Hex | 34 | 37 | 49 | 1D | 19 | 0 | 47 | E7 | 11 | 19 |
| Octal | 64 | 67 | 111 | 35 | 31 | 0 | 107 | 347 | 21 | 31 |
| Binary | 110100 | 110111 | 1001001 | 11101 | 11001 | 0 | 1000111 | 11100111 | 10001 | 11001 |
Color Harmonies of #343749
Complementary color
Monochromatic Colors of #343749
Black with #343749
Text Example
Text Example
White with #343749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343749; }
p { color: rgb(52,55,73); }
H1.HeaderClassName
{
color: #343749;
}
.AnyTagClassName
{
color: #343749;
}
</style>
background-color css
<style>
a { background-color: #343749; }
a { background-color: rgb(52,55,73); }
div.DivClassName
{
background-color: #343749;
}
.BgClassName
{
background-color: #343749;
}
</style>
border-color css
<style>
span { border-color: #343749; }
span { border-color: rgb(52,55,73); }
td.TdClassName
{
border-color: #343749;
}
.TagClassName
{
border-color: #343749;
}
</style>