#344749

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

Shades of Dark Slate Grey #344749

Tints of Dark Slate Grey #344749

Color information

#344749 (or 0x344749) is unknown color: approx Dark Slate Grey. HEX triplet: 34, 47 and 49. RGB value is (52,71,73). Sum of RGB (Red+Green+Blue) = 52+71+73=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #344749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344749 is #CBB8B6. Grayscale: #414141. Windows color (decimal): -13351095 or 4802356. OLE color: 4802356.

HSL color Cylindrical-coordinate representation of color #344749: hue angle of 185.71º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #344749 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB527173-
CMYK0.290.0300.71
HSL185.71º16.8%24.51%-
HSV(B)185.71º28.77%28.63%-
XYZ4.875.727.15-
YUV65.55132.21118.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 71 (28.12% from 255) = 36.22%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=26.53%
G=36.22%
B=37.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5271730.290.0300.71185.7116.824.51
Hex3447491D3047ba1119
Octal6410711135301072722131
Binary11010010001111001001111011101000111101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344749; }

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

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

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

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

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

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

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

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