Shades of Dark Slate Grey #344445
Tints of Dark Slate Grey #344445
RGB
CMYK
RGB Variations
Color information
#344445 (or 0x344445) is known color: Dark Slate Grey. HEX triplet: 34, 44 and 45. RGB value is (52,68,69). Sum of RGB (Red+Green+Blue) = 52+68+69=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 69 - color contains mainly: blue. Hex color #344445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344445 is #CBBBBA. Grayscale: #3F3F3F. Windows color (decimal): -13351867 or 4539444. OLE color: 4539444.
HSL color Cylindrical-coordinate representation of color #344445: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #344445 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 68 | 69 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.73 |
| HSL | 183.53º | 0.14% | 0.24% | - |
| HSV(B) | 183.53º | 0.25% | 0.27% | - |
| XYZ | 4.56 | 5.29 | 6.41 | - |
| YUV | 63.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 69 | 0.25 | 0.01 | 0 | 0.73 | 183.53 | 0.14 | 0.24 |
| Hex | 34 | 44 | 45 | 19 | 1 | 0 | 49 | B8 | E | 18 |
| Octal | 64 | 104 | 105 | 31 | 1 | 0 | 111 | 270 | 16 | 30 |
| Binary | 110100 | 1000100 | 1000101 | 11001 | 1 | 0 | 1001001 | 10111000 | 1110 | 11000 |
Color Harmonies of #344445
Complementary color
Monochromatic Colors of #344445
Black with #344445
Text Example
Text Example
White with #344445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344445; }
p { color: rgb(52,68,69); }
H1.HeaderClassName
{
color: #344445;
}
.AnyTagClassName
{
color: #344445;
}
</style>
background-color css
<style>
a { background-color: #344445; }
a { background-color: rgb(52,68,69); }
div.DivClassName
{
background-color: #344445;
}
.BgClassName
{
background-color: #344445;
}
</style>
border-color css
<style>
span { border-color: #344445; }
span { border-color: rgb(52,68,69); }
td.TdClassName
{
border-color: #344445;
}
.TagClassName
{
border-color: #344445;
}
</style>