#34434F

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

Shades of Arsenic #34434F

Tints of Arsenic #34434F

Color information

#34434F (or 0x34434F) is unknown color: approx Arsenic. HEX triplet: 34, 43 and 4F. RGB value is (52,67,79). Sum of RGB (Red+Green+Blue) = 52+67+79=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 79 - color contains mainly: blue. Hex color #34434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34434F is #CBBCB0. Grayscale: #3F3F3F. Windows color (decimal): -13352113 or 5194548. OLE color: 5194548.

HSL color Cylindrical-coordinate representation of color #34434F: hue angle of 206.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #34434F is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB526779-
CMYK0.340.1500.69
HSL206.67º20.61%25.69%-
HSV(B)206.67º34.18%30.98%-
XYZ4.835.318.17-
YUV63.88136.53119.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.26%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=26.26%
G=33.84%
B=39.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5267790.340.1500.69206.6720.6125.69
Hex34434F22F045cf151a
Octal64103117421701053172532
Binary11010010000111001111100010111101000101110011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34434F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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