#34434E

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

Shades of Arsenic #34434E

Tints of Arsenic #34434E

Color information

#34434E (or 0x34434E) is unknown color: approx Arsenic. HEX triplet: 34, 43 and 4E. RGB value is (52,67,78). Sum of RGB (Red+Green+Blue) = 52+67+78=197 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.40% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #34434E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34434E is #CBBCB1. Grayscale: #3F3F3F. Windows color (decimal): -13352114 or 5129012. OLE color: 5129012.

HSL color Cylindrical-coordinate representation of color #34434E: hue angle of 205.38º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #34434E is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB526778-
CMYK0.330.1400.69
HSL205.38º20%25.49%-
HSV(B)205.38º33.33%30.59%-
XYZ4.85.297.98-
YUV63.77136.03119.61-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.40%
GREEN value IS 67 (26.56% from 255) = 34.01%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=26.40%
G=34.01%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5267780.330.1400.69205.382025.49
Hex34434E21E045cd1419
Octal64103116411601053152431
Binary11010010000111001110100001111001000101110011011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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