Shades of Dark Slate Grey #2B534F
Tints of Dark Slate Grey #2B534F
RGB
CMYK
RGB Variations
Color information
#2B534F (or 0x2B534F) is known color: Dark Slate Grey. HEX triplet: 2B, 53 and 4F. RGB value is (43,83,79). Sum of RGB (Red+Green+Blue) = 43+83+79=205 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.98% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 79 (31.25% from 255 or 38.54% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #2B534F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B534F is #D4ACB0. Grayscale: #464646. Windows color (decimal): -13937841 or 5198635. OLE color: 5198635.
HSL color Cylindrical-coordinate representation of color #2B534F: hue angle of 174º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2B534F is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 43 | 83 | 79 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.67 |
| HSL | 174º | 0.32% | 0.25% | - |
| HSV(B) | 174º | 0.48% | 0.33% | - |
| XYZ | 5.5 | 7.26 | 8.51 | - |
| YUV | 70.58 | 132.75 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 83 | 79 | 0.48 | 0 | 0.05 | 0.67 | 174 | 0.32 | 0.25 |
| Hex | 2B | 53 | 4F | 30 | 0 | 5 | 43 | AE | 20 | 19 |
| Octal | 53 | 123 | 117 | 60 | 0 | 5 | 103 | 256 | 40 | 31 |
| Binary | 101011 | 1010011 | 1001111 | 110000 | 0 | 101 | 1000011 | 10101110 | 100000 | 11001 |
Color Harmonies of #2B534F
Complementary color
Monochromatic Colors of #2B534F
Black with #2B534F
Text Example
Text Example
White with #2B534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B534F; }
p { color: rgb(43,83,79); }
H1.HeaderClassName
{
color: #2B534F;
}
.AnyTagClassName
{
color: #2B534F;
}
</style>
background-color css
<style>
a { background-color: #2B534F; }
a { background-color: rgb(43,83,79); }
div.DivClassName
{
background-color: #2B534F;
}
.BgClassName
{
background-color: #2B534F;
}
</style>
border-color css
<style>
span { border-color: #2B534F; }
span { border-color: rgb(43,83,79); }
td.TdClassName
{
border-color: #2B534F;
}
.TagClassName
{
border-color: #2B534F;
}
</style>