Shades of Dark Slate Grey #344E53
Tints of Dark Slate Grey #344E53
RGB
CMYK
RGB Variations
Color information
#344E53 (or 0x344E53) is known color: Dark Slate Grey. HEX triplet: 34, 4E and 53. RGB value is (52,78,83). Sum of RGB (Red+Green+Blue) = 52+78+83=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #344E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #344E53 is #CBB1AC. Grayscale: #464646. Windows color (decimal): -13349293 or 5459508. OLE color: 5459508.
HSL color Cylindrical-coordinate representation of color #344E53: hue angle of 189.68º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #344E53 is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 52 | 78 | 83 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.67 |
| HSL | 189.68º | 0.23% | 0.26% | - |
| HSV(B) | 189.68º | 0.37% | 0.33% | - |
| XYZ | 5.7 | 6.8 | 9.2 | - |
| YUV | 70.8 | 134.89 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 83 | 0.37 | 0.06 | 0 | 0.67 | 189.68 | 0.23 | 0.26 |
| Hex | 34 | 4E | 53 | 25 | 6 | 0 | 43 | BE | 17 | 1A |
| Octal | 64 | 116 | 123 | 45 | 6 | 0 | 103 | 276 | 27 | 32 |
| Binary | 110100 | 1001110 | 1010011 | 100101 | 110 | 0 | 1000011 | 10111110 | 10111 | 11010 |
Color Harmonies of #344E53
Complementary color
Monochromatic Colors of #344E53
Black with #344E53
Text Example
Text Example
White with #344E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344E53; }
p { color: rgb(52,78,83); }
H1.HeaderClassName
{
color: #344E53;
}
.AnyTagClassName
{
color: #344E53;
}
</style>
background-color css
<style>
a { background-color: #344E53; }
a { background-color: rgb(52,78,83); }
div.DivClassName
{
background-color: #344E53;
}
.BgClassName
{
background-color: #344E53;
}
</style>
border-color css
<style>
span { border-color: #344E53; }
span { border-color: rgb(52,78,83); }
td.TdClassName
{
border-color: #344E53;
}
.TagClassName
{
border-color: #344E53;
}
</style>