#35424B

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

Shades of Arsenic #35424B

Tints of Arsenic #35424B

Color information

#35424B (or 0x35424B) is unknown color: approx Arsenic. HEX triplet: 35, 42 and 4B. RGB value is (53,66,75). Sum of RGB (Red+Green+Blue) = 53+66+75=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 75 (29.69% from 255 or 38.66% from 194); Max value from RGB is 75 - color contains mainly: blue. Hex color #35424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35424B is #CABDB4. Grayscale: #3F3F3F. Windows color (decimal): -13286837 or 4932149. OLE color: 4932149.

HSL color Cylindrical-coordinate representation of color #35424B: hue angle of 204.55º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #35424B is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB536675-
CMYK0.290.1200.71
HSL204.55º17.19%25.1%-
HSV(B)204.55º29.33%29.41%-
XYZ4.695.167.41-
YUV63.14134.69120.77-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 75 (29.69% from 255) = 38.66%
R=27.32%
G=34.02%
B=38.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5366750.290.1200.71204.5517.1925.1
Hex35424B1DC047cd1119
Octal65102113351401073152131
Binary1101011000010100101111101110001000111110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35424B; }

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

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

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

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

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

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

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

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