#344351

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

Shades of Arsenic #344351

Tints of Arsenic #344351

Color information

#344351 (or 0x344351) is unknown color: approx Arsenic. HEX triplet: 34, 43 and 51. RGB value is (52,67,81). Sum of RGB (Red+Green+Blue) = 52+67+81=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #344351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #344351 is #CBBCAE. Grayscale: #404040. Windows color (decimal): -13352111 or 5325620. OLE color: 5325620.

HSL color Cylindrical-coordinate representation of color #344351: hue angle of 208.97º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #344351 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB526781-
CMYK0.360.1700.68
HSL208.97º21.8%26.08%-
HSV(B)208.97º35.8%31.76%-
XYZ4.915.348.56-
YUV64.11137.53119.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 67 (26.56% from 255) = 33.5%
BLUE value IS 81 (32.03% from 255) = 40.5%
R=26%
G=33.5%
B=40.5%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5267810.360.1700.68208.9721.826.08
Hex3443512411044d1161a
Octal64103121442101043212632
Binary110100100001110100011001001000101000100110100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344351; }

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

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

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

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

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

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

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

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