Shades of Dark Slate Grey #2A514F
Tints of Dark Slate Grey #2A514F
RGB
CMYK
RGB Variations
Color information
#2A514F (or 0x2A514F) is known color: Dark Slate Grey. HEX triplet: 2A, 51 and 4F. RGB value is (42,81,79). Sum of RGB (Red+Green+Blue) = 42+81+79=202 (26% of max value = 765). Red value is 42 (16.80% from 255 or 20.79% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #2A514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A514F is #D5AEB0. Grayscale: #454545. Windows color (decimal): -14003889 or 5198122. OLE color: 5198122.
HSL color Cylindrical-coordinate representation of color #2A514F: hue angle of 176.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2A514F is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 42 | 81 | 79 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.68 |
| HSL | 176.92º | 0.32% | 0.24% | - |
| HSV(B) | 176.92º | 0.48% | 0.32% | - |
| XYZ | 5.31 | 6.94 | 8.46 | - |
| YUV | 69.11 | 133.58 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 79 | 0.48 | 0 | 0.02 | 0.68 | 176.92 | 0.32 | 0.24 |
| Hex | 2A | 51 | 4F | 30 | 0 | 2 | 44 | B1 | 20 | 18 |
| Octal | 52 | 121 | 117 | 60 | 0 | 2 | 104 | 261 | 40 | 30 |
| Binary | 101010 | 1010001 | 1001111 | 110000 | 0 | 10 | 1000100 | 10110001 | 100000 | 11000 |
Color Harmonies of #2A514F
Complementary color
Monochromatic Colors of #2A514F
Black with #2A514F
Text Example
Text Example
White with #2A514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A514F; }
p { color: rgb(42,81,79); }
H1.HeaderClassName
{
color: #2A514F;
}
.AnyTagClassName
{
color: #2A514F;
}
</style>
background-color css
<style>
a { background-color: #2A514F; }
a { background-color: rgb(42,81,79); }
div.DivClassName
{
background-color: #2A514F;
}
.BgClassName
{
background-color: #2A514F;
}
</style>
border-color css
<style>
span { border-color: #2A514F; }
span { border-color: rgb(42,81,79); }
td.TdClassName
{
border-color: #2A514F;
}
.TagClassName
{
border-color: #2A514F;
}
</style>