#354653

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

Shades of Arsenic #354653

Tints of Arsenic #354653

Color information

#354653 (or 0x354653) is unknown color: approx Arsenic. HEX triplet: 35, 46 and 53. RGB value is (53,70,83). Sum of RGB (Red+Green+Blue) = 53+70+83=206 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.73% from 206); Green value is 70 (27.73% from 255 or 33.98% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #354653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354653 is #CAB9AC. Grayscale: #424242. Windows color (decimal): -13285805 or 5457461. OLE color: 5457461.

HSL color Cylindrical-coordinate representation of color #354653: hue angle of 206º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #354653 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB537083-
CMYK0.360.1600.67
HSL206º22.06%26.67%-
HSV(B)206º36.14%32.55%-
XYZ5.225.769.02-
YUV66.4137.37118.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 25.73%
GREEN value IS 70 (27.73% from 255) = 33.98%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=25.73%
G=33.98%
B=40.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5370830.360.1600.6720622.0626.67
Hex3546532410043ce161b
Octal65106123442001033162633
Binary110101100011010100111001001000001000011110011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354653; }

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

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

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

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

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

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

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

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