#354647

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

Shades of Dark Slate Grey #354647

Tints of Dark Slate Grey #354647

Color information

#354647 (or 0x354647) is unknown color: approx Dark Slate Grey. HEX triplet: 35, 46 and 47. RGB value is (53,70,71). Sum of RGB (Red+Green+Blue) = 53+70+71=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 70 (27.73% from 255 or 36.08% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #354647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354647 is #CAB9B8. Grayscale: #414141. Windows color (decimal): -13285817 or 4671029. OLE color: 4671029.

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

Color convert

RGB537071-
CMYK0.250.0100.72
HSL183.33º14.52%24.31%-
HSV(B)183.33º25.35%27.84%-
XYZ4.85.596.79-
YUV65.03131.37119.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 70 (27.73% from 255) = 36.08%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=27.32%
G=36.08%
B=36.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5370710.250.0100.72183.3314.5224.31
Hex354647191048b7f18
Octal6510610731101102671730
Binary110101100011010001111100110100100010110111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354647; }

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

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

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

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

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

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

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

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