#353F47

Color #353F47 Arsenic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arsenic #353F47

Tints of Arsenic #353F47

Color information

#353F47 (or 0x353F47) is unknown color: approx Arsenic. HEX triplet: 35, 3F and 47. RGB value is (53,63,71). Sum of RGB (Red+Green+Blue) = 53+63+71=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 71 (28.12% from 255 or 37.97% from 187); Max value from RGB is 71 - color contains mainly: blue. Hex color #353F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353F47 is #CAC0B8. Grayscale: #3C3C3C. Windows color (decimal): -13287609 or 4669237. OLE color: 4669237.

HSL color Cylindrical-coordinate representation of color #353F47: hue angle of 206.67º 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 #353F47 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB536371-
CMYK0.250.1100.72
HSL206.67º14.52%24.31%-
HSV(B)206.67º25.35%27.84%-
XYZ4.384.776.65-
YUV60.92133.69122.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 63 (25% from 255) = 33.69%
BLUE value IS 71 (28.12% from 255) = 37.97%
R=28.34%
G=33.69%
B=37.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5363710.250.1100.72206.6714.5224.31
Hex353F4719B048cff18
Octal6577107311301103171730
Binary11010111111110001111100110110100100011001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #353F47; }

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

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

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

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

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

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

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

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