#34404A

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

Shades of Arsenic #34404A

Tints of Arsenic #34404A

Color information

#34404A (or 0x34404A) is unknown color: approx Arsenic. HEX triplet: 34, 40 and 4A. RGB value is (52,64,74). Sum of RGB (Red+Green+Blue) = 52+64+74=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 64 (25.39% from 255 or 33.68% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #34404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34404A is #CBBFB5. Grayscale: #3D3D3D. Windows color (decimal): -13352886 or 4866100. OLE color: 4866100.

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

Color convert

RGB526474-
CMYK0.300.1400.71
HSL207.27º17.46%24.71%-
HSV(B)207.27º29.73%29.02%-
XYZ4.494.897.19-
YUV61.55135.02121.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.37%
GREEN value IS 64 (25.39% from 255) = 33.68%
BLUE value IS 74 (29.30% from 255) = 38.95%
R=27.37%
G=33.68%
B=38.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5264740.300.1400.71207.2717.4624.71
Hex34404A1EE047cf1119
Octal64100112361601073172131
Binary1101001000000100101011110111001000111110011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34404A; }

 p { color: rgb(52,64,74); }

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

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

 a { background-color: rgb(52,64,74); }

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

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

 span { border-color: rgb(52,64,74); }

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