Shades of Dark Slate Grey #344B4E
Tints of Dark Slate Grey #344B4E
RGB
CMYK
RGB Variations
Color information
#344B4E (or 0x344B4E) is known color: Dark Slate Grey. HEX triplet: 34, 4B and 4E. RGB value is (52,75,78). Sum of RGB (Red+Green+Blue) = 52+75+78=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 78 (30.86% from 255 or 38.05% from 205); Max value from RGB is 78 - color contains mainly: blue. Hex color #344B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344B4E is #CBB4B1. Grayscale: #444444. Windows color (decimal): -13350066 or 5131060. OLE color: 5131060.
HSL color Cylindrical-coordinate representation of color #344B4E: hue angle of 186.92º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344B4E is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 75 | 78 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.69 |
| HSL | 186.92º | 0.2% | 0.25% | - |
| HSV(B) | 186.92º | 0.33% | 0.31% | - |
| XYZ | 5.31 | 6.31 | 8.15 | - |
| YUV | 68.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 78 | 0.33 | 0.04 | 0 | 0.69 | 186.92 | 0.2 | 0.25 |
| Hex | 34 | 4B | 4E | 21 | 4 | 0 | 45 | BB | 14 | 19 |
| Octal | 64 | 113 | 116 | 41 | 4 | 0 | 105 | 273 | 24 | 31 |
| Binary | 110100 | 1001011 | 1001110 | 100001 | 100 | 0 | 1000101 | 10111011 | 10100 | 11001 |
Color Harmonies of #344B4E
Complementary color
Monochromatic Colors of #344B4E
Black with #344B4E
Text Example
Text Example
White with #344B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B4E; }
p { color: rgb(52,75,78); }
H1.HeaderClassName
{
color: #344B4E;
}
.AnyTagClassName
{
color: #344B4E;
}
</style>
background-color css
<style>
a { background-color: #344B4E; }
a { background-color: rgb(52,75,78); }
div.DivClassName
{
background-color: #344B4E;
}
.BgClassName
{
background-color: #344B4E;
}
</style>
border-color css
<style>
span { border-color: #344B4E; }
span { border-color: rgb(52,75,78); }
td.TdClassName
{
border-color: #344B4E;
}
.TagClassName
{
border-color: #344B4E;
}
</style>