#34434D

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

Shades of Arsenic #34434D

Tints of Arsenic #34434D

Color information

#34434D (or 0x34434D) is unknown color: approx Arsenic. HEX triplet: 34, 43 and 4D. RGB value is (52,67,77). Sum of RGB (Red+Green+Blue) = 52+67+77=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #34434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34434D is #CBBCB2. Grayscale: #3F3F3F. Windows color (decimal): -13352115 or 5063476. OLE color: 5063476.

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

Color convert

RGB526777-
CMYK0.320.1300.70
HSL204º19.38%25.29%-
HSV(B)204º32.47%30.2%-
XYZ4.765.287.79-
YUV63.66135.53119.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 77 (30.47% from 255) = 39.29%
R=26.53%
G=34.18%
B=39.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5267770.320.1300.7020419.3825.29
Hex34434D20D046cc1319
Octal64103115401501063142331
Binary11010010000111001101100000110101000110110011001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,67,77); }

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

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

 a { background-color: rgb(52,67,77); }

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

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

 span { border-color: rgb(52,67,77); }

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