Shades of Dark Slate Grey #3B4A4C
Tints of Dark Slate Grey #3B4A4C
RGB
CMYK
RGB Variations
Color information
#3B4A4C (or 0x3B4A4C) is known color: Dark Slate Grey. HEX triplet: 3B, 4A and 4C. RGB value is (59,74,76). Sum of RGB (Red+Green+Blue) = 59+74+76=209 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.23% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B4A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4A4C is #C4B5B3. Grayscale: #454545. Windows color (decimal): -12891572 or 4999739. OLE color: 4999739.
HSL color Cylindrical-coordinate representation of color #3B4A4C: hue angle of 187.06º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3B4A4C is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 59 | 74 | 76 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.70 |
| HSL | 187.06º | 0.13% | 0.26% | - |
| HSV(B) | 187.06º | 0.22% | 0.3% | - |
| XYZ | 5.56 | 6.35 | 7.77 | - |
| YUV | 69.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 74 | 76 | 0.22 | 0.03 | 0 | 0.70 | 187.06 | 0.13 | 0.26 |
| Hex | 3B | 4A | 4C | 16 | 3 | 0 | 46 | BB | D | 1A |
| Octal | 73 | 112 | 114 | 26 | 3 | 0 | 106 | 273 | 15 | 32 |
| Binary | 111011 | 1001010 | 1001100 | 10110 | 11 | 0 | 1000110 | 10111011 | 1101 | 11010 |
Color Harmonies of #3B4A4C
Complementary color
Monochromatic Colors of #3B4A4C
Black with #3B4A4C
Text Example
Text Example
White with #3B4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4A4C; }
p { color: rgb(59,74,76); }
H1.HeaderClassName
{
color: #3B4A4C;
}
.AnyTagClassName
{
color: #3B4A4C;
}
</style>
background-color css
<style>
a { background-color: #3B4A4C; }
a { background-color: rgb(59,74,76); }
div.DivClassName
{
background-color: #3B4A4C;
}
.BgClassName
{
background-color: #3B4A4C;
}
</style>
border-color css
<style>
span { border-color: #3B4A4C; }
span { border-color: rgb(59,74,76); }
td.TdClassName
{
border-color: #3B4A4C;
}
.TagClassName
{
border-color: #3B4A4C;
}
</style>