Shades of Dark Slate Grey #345152
Tints of Dark Slate Grey #345152
RGB
CMYK
RGB Variations
Color information
#345152 (or 0x345152) is known color: Dark Slate Grey. HEX triplet: 34, 51 and 52. RGB value is (52,81,82). Sum of RGB (Red+Green+Blue) = 52+81+82=215 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.19% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 82 - color contains mainly: blue. Hex color #345152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #345152 is #CBAEAD. Grayscale: #484848. Windows color (decimal): -13348526 or 5394740. OLE color: 5394740.
HSL color Cylindrical-coordinate representation of color #345152: hue angle of 182º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #345152 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 52 | 81 | 82 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.68 |
| HSL | 182º | 0.22% | 0.26% | - |
| HSV(B) | 182º | 0.37% | 0.32% | - |
| XYZ | 5.88 | 7.22 | 9.07 | - |
| YUV | 72.44 | 133.39 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 82 | 0.37 | 0.01 | 0 | 0.68 | 182 | 0.22 | 0.26 |
| Hex | 34 | 51 | 52 | 25 | 1 | 0 | 44 | B6 | 16 | 1A |
| Octal | 64 | 121 | 122 | 45 | 1 | 0 | 104 | 266 | 26 | 32 |
| Binary | 110100 | 1010001 | 1010010 | 100101 | 1 | 0 | 1000100 | 10110110 | 10110 | 11010 |
Color Harmonies of #345152
Complementary color
Monochromatic Colors of #345152
Black with #345152
Text Example
Text Example
White with #345152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345152; }
p { color: rgb(52,81,82); }
H1.HeaderClassName
{
color: #345152;
}
.AnyTagClassName
{
color: #345152;
}
</style>
background-color css
<style>
a { background-color: #345152; }
a { background-color: rgb(52,81,82); }
div.DivClassName
{
background-color: #345152;
}
.BgClassName
{
background-color: #345152;
}
</style>
border-color css
<style>
span { border-color: #345152; }
span { border-color: rgb(52,81,82); }
td.TdClassName
{
border-color: #345152;
}
.TagClassName
{
border-color: #345152;
}
</style>