Shades of Lucky Point #343851
Tints of Lucky Point #343851
RGB
CMYK
RGB Variations
Color information
#343851 (or 0x343851) is known color: Lucky Point. HEX triplet: 34, 38 and 51. RGB value is (52,56,81). Sum of RGB (Red+Green+Blue) = 52+56+81=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 81 (32.03% from 255 or 42.86% from 189); Max value from RGB is 81 - color contains mainly: blue. Hex color #343851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343851 is #CBC7AE. Grayscale: #393939. Windows color (decimal): -13354927 or 5322804. OLE color: 5322804.
HSL color Cylindrical-coordinate representation of color #343851: hue angle of 231.72º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #343851 is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 56 | 81 | - |
| CMYK | 0.36 | 0.31 | 0 | 0.68 |
| HSL | 231.72º | 0.22% | 0.26% | - |
| HSV(B) | 231.72º | 0.36% | 0.32% | - |
| XYZ | 4.32 | 4.15 | 8.36 | - |
| YUV | 57.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 56 | 81 | 0.36 | 0.31 | 0 | 0.68 | 231.72 | 0.22 | 0.26 |
| Hex | 34 | 38 | 51 | 24 | 1F | 0 | 44 | E8 | 16 | 1A |
| Octal | 64 | 70 | 121 | 44 | 37 | 0 | 104 | 350 | 26 | 32 |
| Binary | 110100 | 111000 | 1010001 | 100100 | 11111 | 0 | 1000100 | 11101000 | 10110 | 11010 |
Color Harmonies of #343851
Complementary color
Monochromatic Colors of #343851
Black with #343851
Text Example
Text Example
White with #343851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343851; }
p { color: rgb(52,56,81); }
H1.HeaderClassName
{
color: #343851;
}
.AnyTagClassName
{
color: #343851;
}
</style>
background-color css
<style>
a { background-color: #343851; }
a { background-color: rgb(52,56,81); }
div.DivClassName
{
background-color: #343851;
}
.BgClassName
{
background-color: #343851;
}
</style>
border-color css
<style>
span { border-color: #343851; }
span { border-color: rgb(52,56,81); }
td.TdClassName
{
border-color: #343851;
}
.TagClassName
{
border-color: #343851;
}
</style>