Shades of Lucky Point #34364C
Tints of Lucky Point #34364C
RGB
CMYK
RGB Variations
Color information
#34364C (or 0x34364C) is known color: Lucky Point. HEX triplet: 34, 36 and 4C. RGB value is (52,54,76). Sum of RGB (Red+Green+Blue) = 52+54+76=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 54 (21.48% from 255 or 29.67% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #34364C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34364C is #CBC9B3. Grayscale: #373737. Windows color (decimal): -13355444 or 4994612. OLE color: 4994612.
HSL color Cylindrical-coordinate representation of color #34364C: hue angle of 235º 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 #34364C is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 54 | 76 | - |
| CMYK | 0.32 | 0.29 | 0 | 0.70 |
| HSL | 235º | 0.19% | 0.25% | - |
| HSV(B) | 235º | 0.32% | 0.3% | - |
| XYZ | 4.04 | 3.89 | 7.38 | - |
| YUV | 55.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 76 | 0.32 | 0.29 | 0 | 0.70 | 235 | 0.19 | 0.25 |
| Hex | 34 | 36 | 4C | 20 | 1D | 0 | 46 | EB | 13 | 19 |
| Octal | 64 | 66 | 114 | 40 | 35 | 0 | 106 | 353 | 23 | 31 |
| Binary | 110100 | 110110 | 1001100 | 100000 | 11101 | 0 | 1000110 | 11101011 | 10011 | 11001 |
Color Harmonies of #34364C
Complementary color
Monochromatic Colors of #34364C
Black with #34364C
Text Example
Text Example
White with #34364C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34364C; }
p { color: rgb(52,54,76); }
H1.HeaderClassName
{
color: #34364C;
}
.AnyTagClassName
{
color: #34364C;
}
</style>
background-color css
<style>
a { background-color: #34364C; }
a { background-color: rgb(52,54,76); }
div.DivClassName
{
background-color: #34364C;
}
.BgClassName
{
background-color: #34364C;
}
</style>
border-color css
<style>
span { border-color: #34364C; }
span { border-color: rgb(52,54,76); }
td.TdClassName
{
border-color: #34364C;
}
.TagClassName
{
border-color: #34364C;
}
</style>