Shades of Dark Slate Grey #354445
Tints of Dark Slate Grey #354445
RGB
CMYK
RGB Variations
Color information
#354445 (or 0x354445) is known color: Dark Slate Grey. HEX triplet: 35, 44 and 45. RGB value is (53,68,69). Sum of RGB (Red+Green+Blue) = 53+68+69=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 69 - color contains mainly: blue. Hex color #354445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354445 is #CABBBA. Grayscale: #3F3F3F. Windows color (decimal): -13286331 or 4539445. OLE color: 4539445.
HSL color Cylindrical-coordinate representation of color #354445: hue angle of 183.75º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354445 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 68 | 69 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.73 |
| HSL | 183.75º | 0.13% | 0.24% | - |
| HSV(B) | 183.75º | 0.23% | 0.27% | - |
| XYZ | 4.61 | 5.32 | 6.41 | - |
| YUV | 63.63 | 131.03 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 68 | 69 | 0.23 | 0.01 | 0 | 0.73 | 183.75 | 0.13 | 0.24 |
| Hex | 35 | 44 | 45 | 17 | 1 | 0 | 49 | B8 | D | 18 |
| Octal | 65 | 104 | 105 | 27 | 1 | 0 | 111 | 270 | 15 | 30 |
| Binary | 110101 | 1000100 | 1000101 | 10111 | 1 | 0 | 1001001 | 10111000 | 1101 | 11000 |
Color Harmonies of #354445
Complementary color
Monochromatic Colors of #354445
Black with #354445
Text Example
Text Example
White with #354445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354445; }
p { color: rgb(53,68,69); }
H1.HeaderClassName
{
color: #354445;
}
.AnyTagClassName
{
color: #354445;
}
</style>
background-color css
<style>
a { background-color: #354445; }
a { background-color: rgb(53,68,69); }
div.DivClassName
{
background-color: #354445;
}
.BgClassName
{
background-color: #354445;
}
</style>
border-color css
<style>
span { border-color: #354445; }
span { border-color: rgb(53,68,69); }
td.TdClassName
{
border-color: #354445;
}
.TagClassName
{
border-color: #354445;
}
</style>