#353E46

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

Shades of Arsenic #353E46

Tints of Arsenic #353E46

Color information

#353E46 (or 0x353E46) is unknown color: approx Arsenic. HEX triplet: 35, 3E and 46. RGB value is (53,62,70). Sum of RGB (Red+Green+Blue) = 53+62+70=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 62 (24.61% from 255 or 33.51% from 185); Blue value is 70 (27.73% from 255 or 37.84% from 185); Max value from RGB is 70 - color contains mainly: blue. Hex color #353E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353E46 is #CAC1B9. Grayscale: #3C3C3C. Windows color (decimal): -13287866 or 4603445. OLE color: 4603445.

HSL color Cylindrical-coordinate representation of color #353E46: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #353E46 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB536270-
CMYK0.240.1100.73
HSL208.24º13.82%24.12%-
HSV(B)208.24º24.29%27.45%-
XYZ4.34.646.46-
YUV60.22133.52122.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.65%
GREEN value IS 62 (24.61% from 255) = 33.51%
BLUE value IS 70 (27.73% from 255) = 37.84%
R=28.65%
G=33.51%
B=37.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5362700.240.1100.73208.2413.8224.12
Hex353E4618B049d0e18
Octal6576106301301113201630
Binary11010111111010001101100010110100100111010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #353E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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