#354250

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

Shades of Arsenic #354250

Tints of Arsenic #354250

Color information

#354250 (or 0x354250) is unknown color: approx Arsenic. HEX triplet: 35, 42 and 50. RGB value is (53,66,80). Sum of RGB (Red+Green+Blue) = 53+66+80=199 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.63% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #354250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354250 is #CABDAF. Grayscale: #3F3F3F. Windows color (decimal): -13286832 or 5259829. OLE color: 5259829.

HSL color Cylindrical-coordinate representation of color #354250: hue angle of 211.11º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #354250 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB536680-
CMYK0.340.1700.69
HSL211.11º20.3%26.08%-
HSV(B)211.11º33.75%31.37%-
XYZ4.865.238.34-
YUV63.71137.19120.36-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 26.63%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=26.63%
G=33.17%
B=40.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5366800.340.1700.69211.1120.326.08
Hex3542502211045d3141a
Octal65102120422101053232432
Binary110101100001010100001000101000101000101110100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354250; }

 p { color: rgb(53,66,80); }

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

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

 a { background-color: rgb(53,66,80); }

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

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

 span { border-color: rgb(53,66,80); }

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