Shades of Lucky Point #34364F
Tints of Lucky Point #34364F
RGB
CMYK
RGB Variations
Color information
#34364F (or 0x34364F) is known color: Lucky Point. HEX triplet: 34, 36 and 4F. RGB value is (52,54,79). Sum of RGB (Red+Green+Blue) = 52+54+79=185 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.11% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #34364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34364F is #CBC9B0. Grayscale: #383838. Windows color (decimal): -13355441 or 5191220. OLE color: 5191220.
HSL color Cylindrical-coordinate representation of color #34364F: hue angle of 235.56º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34364F is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 54 | 79 | - |
| CMYK | 0.34 | 0.32 | 0 | 0.69 |
| HSL | 235.56º | 0.21% | 0.26% | - |
| HSV(B) | 235.56º | 0.34% | 0.31% | - |
| XYZ | 4.15 | 3.93 | 7.94 | - |
| YUV | 56.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 79 | 0.34 | 0.32 | 0 | 0.69 | 235.56 | 0.21 | 0.26 |
| Hex | 34 | 36 | 4F | 22 | 20 | 0 | 45 | EC | 15 | 1A |
| Octal | 64 | 66 | 117 | 42 | 40 | 0 | 105 | 354 | 25 | 32 |
| Binary | 110100 | 110110 | 1001111 | 100010 | 100000 | 0 | 1000101 | 11101100 | 10101 | 11010 |
Color Harmonies of #34364F
Complementary color
Monochromatic Colors of #34364F
Black with #34364F
Text Example
Text Example
White with #34364F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34364F; }
p { color: rgb(52,54,79); }
H1.HeaderClassName
{
color: #34364F;
}
.AnyTagClassName
{
color: #34364F;
}
</style>
background-color css
<style>
a { background-color: #34364F; }
a { background-color: rgb(52,54,79); }
div.DivClassName
{
background-color: #34364F;
}
.BgClassName
{
background-color: #34364F;
}
</style>
border-color css
<style>
span { border-color: #34364F; }
span { border-color: rgb(52,54,79); }
td.TdClassName
{
border-color: #34364F;
}
.TagClassName
{
border-color: #34364F;
}
</style>