Shades of Dark Slate Grey #344A4C
Tints of Dark Slate Grey #344A4C
RGB
CMYK
RGB Variations
Color information
#344A4C (or 0x344A4C) is known color: Dark Slate Grey. HEX triplet: 34, 4A and 4C. RGB value is (52,74,76). Sum of RGB (Red+Green+Blue) = 52+74+76=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #344A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A4C is #CBB5B3. Grayscale: #434343. Windows color (decimal): -13350324 or 4999732. OLE color: 4999732.
HSL color Cylindrical-coordinate representation of color #344A4C: hue angle of 185º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #344A4C is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 52 | 74 | 76 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.70 |
| HSL | 185º | 0.19% | 0.25% | - |
| HSV(B) | 185º | 0.32% | 0.3% | - |
| XYZ | 5.17 | 6.15 | 7.75 | - |
| YUV | 67.65 | 132.71 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 76 | 0.32 | 0.03 | 0 | 0.70 | 185 | 0.19 | 0.25 |
| Hex | 34 | 4A | 4C | 20 | 3 | 0 | 46 | B9 | 13 | 19 |
| Octal | 64 | 112 | 114 | 40 | 3 | 0 | 106 | 271 | 23 | 31 |
| Binary | 110100 | 1001010 | 1001100 | 100000 | 11 | 0 | 1000110 | 10111001 | 10011 | 11001 |
Color Harmonies of #344A4C
Complementary color
Monochromatic Colors of #344A4C
Black with #344A4C
Text Example
Text Example
White with #344A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344A4C; }
p { color: rgb(52,74,76); }
H1.HeaderClassName
{
color: #344A4C;
}
.AnyTagClassName
{
color: #344A4C;
}
</style>
background-color css
<style>
a { background-color: #344A4C; }
a { background-color: rgb(52,74,76); }
div.DivClassName
{
background-color: #344A4C;
}
.BgClassName
{
background-color: #344A4C;
}
</style>
border-color css
<style>
span { border-color: #344A4C; }
span { border-color: rgb(52,74,76); }
td.TdClassName
{
border-color: #344A4C;
}
.TagClassName
{
border-color: #344A4C;
}
</style>