Shades of Lucky Point #34374C
Tints of Lucky Point #34374C
RGB
CMYK
RGB Variations
Color information
#34374C (or 0x34374C) is known color: Lucky Point. HEX triplet: 34, 37 and 4C. RGB value is (52,55,76). Sum of RGB (Red+Green+Blue) = 52+55+76=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 55 (21.88% from 255 or 30.05% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #34374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34374C is #CBC8B3. Grayscale: #383838. Windows color (decimal): -13355188 or 4994868. OLE color: 4994868.
HSL color Cylindrical-coordinate representation of color #34374C: hue angle of 232.5º 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 #34374C is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 55 | 76 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.70 |
| HSL | 232.5º | 0.19% | 0.25% | - |
| HSV(B) | 232.5º | 0.32% | 0.3% | - |
| XYZ | 4.09 | 3.98 | 7.39 | - |
| YUV | 56.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 55 | 76 | 0.32 | 0.28 | 0 | 0.70 | 232.5 | 0.19 | 0.25 |
| Hex | 34 | 37 | 4C | 20 | 1C | 0 | 46 | E8 | 13 | 19 |
| Octal | 64 | 67 | 114 | 40 | 34 | 0 | 106 | 350 | 23 | 31 |
| Binary | 110100 | 110111 | 1001100 | 100000 | 11100 | 0 | 1000110 | 11101000 | 10011 | 11001 |
Color Harmonies of #34374C
Complementary color
Monochromatic Colors of #34374C
Black with #34374C
Text Example
Text Example
White with #34374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34374C; }
p { color: rgb(52,55,76); }
H1.HeaderClassName
{
color: #34374C;
}
.AnyTagClassName
{
color: #34374C;
}
</style>
background-color css
<style>
a { background-color: #34374C; }
a { background-color: rgb(52,55,76); }
div.DivClassName
{
background-color: #34374C;
}
.BgClassName
{
background-color: #34374C;
}
</style>
border-color css
<style>
span { border-color: #34374C; }
span { border-color: rgb(52,55,76); }
td.TdClassName
{
border-color: #34374C;
}
.TagClassName
{
border-color: #34374C;
}
</style>