Shades of Dark Slate Grey #314A4D
Tints of Dark Slate Grey #314A4D
RGB
CMYK
RGB Variations
Color information
#314A4D (or 0x314A4D) is known color: Dark Slate Grey. HEX triplet: 31, 4A and 4D. RGB value is (49,74,77). Sum of RGB (Red+Green+Blue) = 49+74+77=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #314A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A4D is #CEB5B2. Grayscale: #424242. Windows color (decimal): -13546931 or 5065265. OLE color: 5065265.
HSL color Cylindrical-coordinate representation of color #314A4D: hue angle of 186.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314A4D is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 49 | 74 | 77 | - |
| CMYK | 0.36 | 0.04 | 0 | 0.70 |
| HSL | 186.43º | 0.22% | 0.25% | - |
| HSV(B) | 186.43º | 0.36% | 0.3% | - |
| XYZ | 5.05 | 6.09 | 7.93 | - |
| YUV | 66.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 77 | 0.36 | 0.04 | 0 | 0.70 | 186.43 | 0.22 | 0.25 |
| Hex | 31 | 4A | 4D | 24 | 4 | 0 | 46 | BA | 16 | 19 |
| Octal | 61 | 112 | 115 | 44 | 4 | 0 | 106 | 272 | 26 | 31 |
| Binary | 110001 | 1001010 | 1001101 | 100100 | 100 | 0 | 1000110 | 10111010 | 10110 | 11001 |
Color Harmonies of #314A4D
Complementary color
Monochromatic Colors of #314A4D
Black with #314A4D
Text Example
Text Example
White with #314A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314A4D; }
p { color: rgb(49,74,77); }
H1.HeaderClassName
{
color: #314A4D;
}
.AnyTagClassName
{
color: #314A4D;
}
</style>
background-color css
<style>
a { background-color: #314A4D; }
a { background-color: rgb(49,74,77); }
div.DivClassName
{
background-color: #314A4D;
}
.BgClassName
{
background-color: #314A4D;
}
</style>
border-color css
<style>
span { border-color: #314A4D; }
span { border-color: rgb(49,74,77); }
td.TdClassName
{
border-color: #314A4D;
}
.TagClassName
{
border-color: #314A4D;
}
</style>