Shades of Dark Slate Grey #334F51
Tints of Dark Slate Grey #334F51
RGB
CMYK
RGB Variations
Color information
#334F51 (or 0x334F51) is known color: Dark Slate Grey. HEX triplet: 33, 4F and 51. RGB value is (51,79,81). Sum of RGB (Red+Green+Blue) = 51+79+81=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 79 (31.25% from 255 or 37.44% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #334F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #334F51 is #CCB0AE. Grayscale: #464646. Windows color (decimal): -13414575 or 5328691. OLE color: 5328691.
HSL color Cylindrical-coordinate representation of color #334F51: hue angle of 184º degrees, saturation: 0.23, 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 #334F51 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 51 | 79 | 81 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.68 |
| HSL | 184º | 0.23% | 0.26% | - |
| HSV(B) | 184º | 0.37% | 0.32% | - |
| XYZ | 5.65 | 6.89 | 8.82 | - |
| YUV | 70.86 | 133.72 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 79 | 81 | 0.37 | 0.02 | 0 | 0.68 | 184 | 0.23 | 0.26 |
| Hex | 33 | 4F | 51 | 25 | 2 | 0 | 44 | B8 | 17 | 1A |
| Octal | 63 | 117 | 121 | 45 | 2 | 0 | 104 | 270 | 27 | 32 |
| Binary | 110011 | 1001111 | 1010001 | 100101 | 10 | 0 | 1000100 | 10111000 | 10111 | 11010 |
Color Harmonies of #334F51
Complementary color
Monochromatic Colors of #334F51
Black with #334F51
Text Example
Text Example
White with #334F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334F51; }
p { color: rgb(51,79,81); }
H1.HeaderClassName
{
color: #334F51;
}
.AnyTagClassName
{
color: #334F51;
}
</style>
background-color css
<style>
a { background-color: #334F51; }
a { background-color: rgb(51,79,81); }
div.DivClassName
{
background-color: #334F51;
}
.BgClassName
{
background-color: #334F51;
}
</style>
border-color css
<style>
span { border-color: #334F51; }
span { border-color: rgb(51,79,81); }
td.TdClassName
{
border-color: #334F51;
}
.TagClassName
{
border-color: #334F51;
}
</style>