#35414D

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

Shades of Arsenic #35414D

Tints of Arsenic #35414D

Color information

#35414D (or 0x35414D) is unknown color: approx Arsenic. HEX triplet: 35, 41 and 4D. RGB value is (53,65,77). Sum of RGB (Red+Green+Blue) = 53+65+77=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #35414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35414D is #CABEB2. Grayscale: #3E3E3E. Windows color (decimal): -13287091 or 5062965. OLE color: 5062965.

HSL color Cylindrical-coordinate representation of color #35414D: hue angle of 210º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #35414D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB536577-
CMYK0.310.1600.70
HSL210º18.46%25.49%-
HSV(B)210º31.17%30.2%-
XYZ4.75.077.75-
YUV62.78136.02121.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.18%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=27.18%
G=33.33%
B=39.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5365770.310.1600.7021018.4625.49
Hex35414D1F10046d21219
Octal65101115372001063222231
Binary11010110000011001101111111000001000110110100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35414D; }

 p { color: rgb(53,65,77); }

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

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

 a { background-color: rgb(53,65,77); }

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

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

 span { border-color: rgb(53,65,77); }

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