Shades of Dark Slate Grey #334B4A
Tints of Dark Slate Grey #334B4A
RGB
CMYK
RGB Variations
Color information
#334B4A (or 0x334B4A) is known color: Dark Slate Grey. HEX triplet: 33, 4B and 4A. RGB value is (51,75,74). Sum of RGB (Red+Green+Blue) = 51+75+74=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 75 (29.69% from 255 or 37.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 75 - color contains mainly: green. Hex color #334B4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B4A is #CCB4B5. Grayscale: #434343. Windows color (decimal): -13415606 or 4868915. OLE color: 4868915.
HSL color Cylindrical-coordinate representation of color #334B4A: hue angle of 177.5º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B4A is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 74 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.71 |
| HSL | 177.5º | 0.19% | 0.25% | - |
| HSV(B) | 177.5º | 0.32% | 0.29% | - |
| XYZ | 5.12 | 6.23 | 7.41 | - |
| YUV | 67.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 74 | 0.32 | 0 | 0.01 | 0.71 | 177.5 | 0.19 | 0.25 |
| Hex | 33 | 4B | 4A | 20 | 0 | 1 | 47 | B2 | 13 | 19 |
| Octal | 63 | 113 | 112 | 40 | 0 | 1 | 107 | 262 | 23 | 31 |
| Binary | 110011 | 1001011 | 1001010 | 100000 | 0 | 1 | 1000111 | 10110010 | 10011 | 11001 |
Color Harmonies of #334B4A
Complementary color
Monochromatic Colors of #334B4A
Black with #334B4A
Text Example
Text Example
White with #334B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B4A; }
p { color: rgb(51,75,74); }
H1.HeaderClassName
{
color: #334B4A;
}
.AnyTagClassName
{
color: #334B4A;
}
</style>
background-color css
<style>
a { background-color: #334B4A; }
a { background-color: rgb(51,75,74); }
div.DivClassName
{
background-color: #334B4A;
}
.BgClassName
{
background-color: #334B4A;
}
</style>
border-color css
<style>
span { border-color: #334B4A; }
span { border-color: rgb(51,75,74); }
td.TdClassName
{
border-color: #334B4A;
}
.TagClassName
{
border-color: #334B4A;
}
</style>