Shades of Lucky Point #34354D
Tints of Lucky Point #34354D
RGB
CMYK
RGB Variations
Color information
#34354D (or 0x34354D) is known color: Lucky Point. HEX triplet: 34, 35 and 4D. RGB value is (52,53,77). Sum of RGB (Red+Green+Blue) = 52+53+77=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 53 (21.09% from 255 or 29.12% from 182); Blue value is 77 (30.47% from 255 or 42.31% from 182); Max value from RGB is 77 - color contains mainly: blue. Hex color #34354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34354D is #CBCAB2. Grayscale: #373737. Windows color (decimal): -13355699 or 5059892. OLE color: 5059892.
HSL color Cylindrical-coordinate representation of color #34354D: hue angle of 237.6º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #34354D is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 53 | 77 | - |
| CMYK | 0.32 | 0.31 | 0 | 0.70 |
| HSL | 237.6º | 0.19% | 0.25% | - |
| HSV(B) | 237.6º | 0.32% | 0.3% | - |
| XYZ | 4.03 | 3.81 | 7.54 | - |
| YUV | 55.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 53 | 77 | 0.32 | 0.31 | 0 | 0.70 | 237.6 | 0.19 | 0.25 |
| Hex | 34 | 35 | 4D | 20 | 1F | 0 | 46 | EE | 13 | 19 |
| Octal | 64 | 65 | 115 | 40 | 37 | 0 | 106 | 356 | 23 | 31 |
| Binary | 110100 | 110101 | 1001101 | 100000 | 11111 | 0 | 1000110 | 11101110 | 10011 | 11001 |
Color Harmonies of #34354D
Complementary color
Monochromatic Colors of #34354D
Black with #34354D
Text Example
Text Example
White with #34354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34354D; }
p { color: rgb(52,53,77); }
H1.HeaderClassName
{
color: #34354D;
}
.AnyTagClassName
{
color: #34354D;
}
</style>
background-color css
<style>
a { background-color: #34354D; }
a { background-color: rgb(52,53,77); }
div.DivClassName
{
background-color: #34354D;
}
.BgClassName
{
background-color: #34354D;
}
</style>
border-color css
<style>
span { border-color: #34354D; }
span { border-color: rgb(52,53,77); }
td.TdClassName
{
border-color: #34354D;
}
.TagClassName
{
border-color: #34354D;
}
</style>