Shades of Lucky Point #343654
Tints of Lucky Point #343654
RGB
CMYK
RGB Variations
Color information
#343654 (or 0x343654) is known color: Lucky Point. HEX triplet: 34, 36 and 54. RGB value is (52,54,84). Sum of RGB (Red+Green+Blue) = 52+54+84=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #343654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343654 is #CBC9AB. Grayscale: #383838. Windows color (decimal): -13355436 or 5518900. OLE color: 5518900.
HSL color Cylindrical-coordinate representation of color #343654: hue angle of 236.25º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #343654 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 54 | 84 | - |
| CMYK | 0.38 | 0.36 | 0 | 0.67 |
| HSL | 236.25º | 0.24% | 0.27% | - |
| HSV(B) | 236.25º | 0.38% | 0.33% | - |
| XYZ | 4.34 | 4.01 | 8.93 | - |
| YUV | 56.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 54 | 84 | 0.38 | 0.36 | 0 | 0.67 | 236.25 | 0.24 | 0.27 |
| Hex | 34 | 36 | 54 | 26 | 24 | 0 | 43 | EC | 18 | 1B |
| Octal | 64 | 66 | 124 | 46 | 44 | 0 | 103 | 354 | 30 | 33 |
| Binary | 110100 | 110110 | 1010100 | 100110 | 100100 | 0 | 1000011 | 11101100 | 11000 | 11011 |
Color Harmonies of #343654
Complementary color
Monochromatic Colors of #343654
Black with #343654
Text Example
Text Example
White with #343654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343654; }
p { color: rgb(52,54,84); }
H1.HeaderClassName
{
color: #343654;
}
.AnyTagClassName
{
color: #343654;
}
</style>
background-color css
<style>
a { background-color: #343654; }
a { background-color: rgb(52,54,84); }
div.DivClassName
{
background-color: #343654;
}
.BgClassName
{
background-color: #343654;
}
</style>
border-color css
<style>
span { border-color: #343654; }
span { border-color: rgb(52,54,84); }
td.TdClassName
{
border-color: #343654;
}
.TagClassName
{
border-color: #343654;
}
</style>