#344747

Color #344747 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #344747

Tints of Dark Slate Grey #344747

Color information

#344747 (or 0x344747) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 47 and 47. RGB value is (52,71,71). Sum of RGB (Red+Green+Blue) = 52+71+71=194 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.80% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #344747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344747 is #CBB8B8. Grayscale: #414141. Windows color (decimal): -13351097 or 4671284. OLE color: 4671284.

HSL color Cylindrical-coordinate representation of color #344747: hue angle of 180º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #344747 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB527171-
CMYK0.27000.72
HSL180º15.45%24.12%-
HSV(B)180º26.76%27.84%-
XYZ4.815.696.81-
YUV65.32131.21118.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 26.80%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=26.80%
G=36.60%
B=36.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271710.27000.7218015.4524.12
Hex3447471B0048b4f18
Octal6410710733001102641730
Binary110100100011110001111101100100100010110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344747; }

 p { color: rgb(52,71,71); }

 H1.HeaderClassName
 {
   color: #344747;
 }
 .AnyTagClassName
 {
   color: #344747;
 }
</style>
background-color css

<style>
 a { background-color: #344747; }

 a { background-color: rgb(52,71,71); }

 div.DivClassName
 {
   background-color: #344747;
 }
 .BgClassName
 {
   background-color: #344747;
 }
</style>
border-color css

<style>
 span { border-color: #344747; }

 span { border-color: rgb(52,71,71); }

 td.TdClassName
 {
   border-color: #344747;
 }
 .TagClassName
 {
   border-color: #344747;
 }
</style>