#354749

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

Shades of Dark Slate Grey #354749

Tints of Dark Slate Grey #354749

Color information

#354749 (or 0x354749) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 47 and 49. RGB value is (53,71,73). Sum of RGB (Red+Green+Blue) = 53+71+73=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 73 (28.91% from 255 or 37.06% from 197); Max value from RGB is 73 - color contains mainly: blue. Hex color #354749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354749 is #CAB8B6. Grayscale: #414141. Windows color (decimal): -13285559 or 4802357. OLE color: 4802357.

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

Color convert

RGB537173-
CMYK0.270.0300.71
HSL186º15.87%24.71%-
HSV(B)186º27.4%28.63%-
XYZ4.925.747.15-
YUV65.85132.04118.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.90%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 73 (28.91% from 255) = 37.06%
R=26.90%
G=36.04%
B=37.06%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5371730.270.0300.7118615.8724.71
Hex3547491B3047ba1019
Octal6510711133301072722031
Binary11010110001111001001110111101000111101110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354749; }

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

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

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

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

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

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

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

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