Shades of Lucky Point #343653
Tints of Lucky Point #343653
RGB
CMYK
RGB Variations
Color information
#343653 (or 0x343653) is known color: Lucky Point. HEX triplet: 34, 36 and 53. RGB value is (52,54,83). Sum of RGB (Red+Green+Blue) = 52+54+83=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #343653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343653 is #CBC9AC. Grayscale: #383838. Windows color (decimal): -13355437 or 5453364. OLE color: 5453364.
HSL color Cylindrical-coordinate representation of color #343653: hue angle of 236.13º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #343653 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 54 | 83 | - |
| CMYK | 0.37 | 0.35 | 0 | 0.67 |
| HSL | 236.13º | 0.23% | 0.26% | - |
| HSV(B) | 236.13º | 0.37% | 0.33% | - |
| XYZ | 4.3 | 3.99 | 8.73 | - |
| YUV | 56.71 | 142.84 | 124.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 83 | 0.37 | 0.35 | 0 | 0.67 | 236.13 | 0.23 | 0.26 |
| Hex | 34 | 36 | 53 | 25 | 23 | 0 | 43 | EC | 17 | 1A |
| Octal | 64 | 66 | 123 | 45 | 43 | 0 | 103 | 354 | 27 | 32 |
| Binary | 110100 | 110110 | 1010011 | 100101 | 100011 | 0 | 1000011 | 11101100 | 10111 | 11010 |
Color Harmonies of #343653
Complementary color
Monochromatic Colors of #343653
Black with #343653
Text Example
Text Example
White with #343653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343653; }
p { color: rgb(52,54,83); }
H1.HeaderClassName
{
color: #343653;
}
.AnyTagClassName
{
color: #343653;
}
</style>
background-color css
<style>
a { background-color: #343653; }
a { background-color: rgb(52,54,83); }
div.DivClassName
{
background-color: #343653;
}
.BgClassName
{
background-color: #343653;
}
</style>
border-color css
<style>
span { border-color: #343653; }
span { border-color: rgb(52,54,83); }
td.TdClassName
{
border-color: #343653;
}
.TagClassName
{
border-color: #343653;
}
</style>