#354648

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

Shades of Dark Slate Grey #354648

Tints of Dark Slate Grey #354648

Color information

#354648 (or 0x354648) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 46 and 48. RGB value is (53,70,72). Sum of RGB (Red+Green+Blue) = 53+70+72=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #354648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354648 is #CAB9B7. Grayscale: #414141. Windows color (decimal): -13285816 or 4736565. OLE color: 4736565.

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

Color convert

RGB537072-
CMYK0.260.0300.72
HSL186.32º15.2%24.51%-
HSV(B)186.32º26.39%28.24%-
XYZ4.835.616.96-
YUV65.14131.87119.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 70 (27.73% from 255) = 35.90%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=27.18%
G=35.90%
B=36.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5370720.260.0300.72186.3215.224.51
Hex3546481A3048baf19
Octal6510611032301102721731
Binary1101011000110100100011010110100100010111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354648; }

 p { color: rgb(53,70,72); }

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

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

 a { background-color: rgb(53,70,72); }

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

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

 span { border-color: rgb(53,70,72); }

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