#354048

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

Shades of Arsenic #354048

Tints of Arsenic #354048

Color information

#354048 (or 0x354048) is unknown color: approx Arsenic. HEX triplet: 35, 40 and 48. RGB value is (53,64,72). Sum of RGB (Red+Green+Blue) = 53+64+72=189 (25% of max value = 765). Red value is 53 (21.09% from 255 or 28.04% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 72 - color contains mainly: blue. Hex color #354048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354048 is #CABFB7. Grayscale: #3D3D3D. Windows color (decimal): -13287352 or 4735029. OLE color: 4735029.

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

Color convert

RGB536472-
CMYK0.260.1100.72
HSL205.26º15.2%24.51%-
HSV(B)205.26º26.39%28.24%-
XYZ4.474.896.84-
YUV61.62133.86121.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.04%
GREEN value IS 64 (25.39% from 255) = 33.86%
BLUE value IS 72 (28.52% from 255) = 38.10%
R=28.04%
G=33.86%
B=38.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5364720.260.1100.72205.2615.224.51
Hex3540481AB048cdf19
Octal65100110321301103151731
Binary110101100000010010001101010110100100011001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354048; }

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

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

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

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

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

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

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

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