Shades of Lucky Point #343353
Tints of Lucky Point #343353
RGB
CMYK
RGB Variations
Color information
#343353 (or 0x343353) is known color: Lucky Point. HEX triplet: 34, 33 and 53. RGB value is (52,51,83). Sum of RGB (Red+Green+Blue) = 52+51+83=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #343353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343353 is #CBCCAC. Grayscale: #363636. Windows color (decimal): -13356205 or 5452596. OLE color: 5452596.
HSL color Cylindrical-coordinate representation of color #343353: hue angle of 241.88º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #343353 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 51 | 83 | - |
| CMYK | 0.37 | 0.39 | 0 | 0.67 |
| HSL | 241.88º | 0.24% | 0.26% | - |
| HSV(B) | 241.88º | 0.39% | 0.33% | - |
| XYZ | 4.16 | 3.72 | 8.68 | - |
| YUV | 54.95 | 143.83 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 51 | 83 | 0.37 | 0.39 | 0 | 0.67 | 241.88 | 0.24 | 0.26 |
| Hex | 34 | 33 | 53 | 25 | 27 | 0 | 43 | F2 | 18 | 1A |
| Octal | 64 | 63 | 123 | 45 | 47 | 0 | 103 | 362 | 30 | 32 |
| Binary | 110100 | 110011 | 1010011 | 100101 | 100111 | 0 | 1000011 | 11110010 | 11000 | 11010 |
Color Harmonies of #343353
Complementary color
Monochromatic Colors of #343353
Black with #343353
Text Example
Text Example
White with #343353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343353; }
p { color: rgb(52,51,83); }
H1.HeaderClassName
{
color: #343353;
}
.AnyTagClassName
{
color: #343353;
}
</style>
background-color css
<style>
a { background-color: #343353; }
a { background-color: rgb(52,51,83); }
div.DivClassName
{
background-color: #343353;
}
.BgClassName
{
background-color: #343353;
}
</style>
border-color css
<style>
span { border-color: #343353; }
span { border-color: rgb(52,51,83); }
td.TdClassName
{
border-color: #343353;
}
.TagClassName
{
border-color: #343353;
}
</style>