#34414F

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

Shades of Arsenic #34414F

Tints of Arsenic #34414F

Color information

#34414F (or 0x34414F) is unknown color: approx Arsenic. HEX triplet: 34, 41 and 4F. RGB value is (52,65,79). Sum of RGB (Red+Green+Blue) = 52+65+79=196 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.53% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #34414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34414F is #CBBEB0. Grayscale: #3E3E3E. Windows color (decimal): -13352625 or 5194036. OLE color: 5194036.

HSL color Cylindrical-coordinate representation of color #34414F: hue angle of 211.11º 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 #34414F is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB526579-
CMYK0.340.1800.69
HSL211.11º20.61%25.69%-
HSV(B)211.11º34.18%30.98%-
XYZ4.725.088.13-
YUV62.71137.19120.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.53%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=26.53%
G=33.16%
B=40.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5265790.340.1800.69211.1120.6125.69
Hex34414F2212045d3151a
Octal64101117422201053232532
Binary110100100000110011111000101001001000101110100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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