#334351

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

Shades of Arsenic #334351

Tints of Arsenic #334351

Color information

#334351 (or 0x334351) is unknown color: approx Arsenic. HEX triplet: 33, 43 and 51. RGB value is (51,67,81). Sum of RGB (Red+Green+Blue) = 51+67+81=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 81 (32.03% from 255 or 40.70% from 199); Max value from RGB is 81 - color contains mainly: blue. Hex color #334351 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334351 is #CCBCAE. Grayscale: #3F3F3F. Windows color (decimal): -13417647 or 5325619. OLE color: 5325619.

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

Color convert

RGB516781-
CMYK0.370.1700.68
HSL208º22.73%25.88%-
HSV(B)208º37.04%31.76%-
XYZ4.865.318.55-
YUV63.81137.7118.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 81 (32.03% from 255) = 40.70%
R=25.63%
G=33.67%
B=40.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5167810.370.1700.6820822.7325.88
Hex3343512511044d0171a
Octal63103121452101043202732
Binary110011100001110100011001011000101000100110100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334351; }

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

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

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

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

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

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

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

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