Shades of Dark Slate Grey #344748
Tints of Dark Slate Grey #344748
RGB
CMYK
RGB Variations
Color information
#344748 (or 0x344748) is known color: Dark Slate Grey. HEX triplet: 34, 47 and 48. RGB value is (52,71,72). Sum of RGB (Red+Green+Blue) = 52+71+72=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #344748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344748 is #CBB8B7. Grayscale: #414141. Windows color (decimal): -13351096 or 4736820. OLE color: 4736820.
HSL color Cylindrical-coordinate representation of color #344748: hue angle of 183º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #344748 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 52 | 71 | 72 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.72 |
| HSL | 183º | 0.16% | 0.24% | - |
| HSV(B) | 183º | 0.28% | 0.28% | - |
| XYZ | 4.84 | 5.7 | 6.98 | - |
| YUV | 65.43 | 131.71 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 71 | 72 | 0.28 | 0.01 | 0 | 0.72 | 183 | 0.16 | 0.24 |
| Hex | 34 | 47 | 48 | 1C | 1 | 0 | 48 | B7 | 10 | 18 |
| Octal | 64 | 107 | 110 | 34 | 1 | 0 | 110 | 267 | 20 | 30 |
| Binary | 110100 | 1000111 | 1001000 | 11100 | 1 | 0 | 1001000 | 10110111 | 10000 | 11000 |
Color Harmonies of #344748
Complementary color
Monochromatic Colors of #344748
Black with #344748
Text Example
Text Example
White with #344748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344748; }
p { color: rgb(52,71,72); }
H1.HeaderClassName
{
color: #344748;
}
.AnyTagClassName
{
color: #344748;
}
</style>
background-color css
<style>
a { background-color: #344748; }
a { background-color: rgb(52,71,72); }
div.DivClassName
{
background-color: #344748;
}
.BgClassName
{
background-color: #344748;
}
</style>
border-color css
<style>
span { border-color: #344748; }
span { border-color: rgb(52,71,72); }
td.TdClassName
{
border-color: #344748;
}
.TagClassName
{
border-color: #344748;
}
</style>