#334150

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

Shades of Arsenic #334150

Tints of Arsenic #334150

Color information

#334150 (or 0x334150) is unknown color: approx Arsenic. HEX triplet: 33, 41 and 50. RGB value is (51,65,80). Sum of RGB (Red+Green+Blue) = 51+65+80=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 80 - color contains mainly: blue. Hex color #334150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334150 is #CCBEAF. Grayscale: #3E3E3E. Windows color (decimal): -13418160 or 5259571. OLE color: 5259571.

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

Color convert

RGB516580-
CMYK0.360.1900.69
HSL211.03º22.14%25.69%-
HSV(B)211.03º36.25%31.37%-
XYZ4.75.068.32-
YUV62.52137.86119.78-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 80 (31.64% from 255) = 40.82%
R=26.02%
G=33.16%
B=40.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5165800.360.1900.69211.0322.1425.69
Hex3341502413045d3161a
Octal63101120442301053232632
Binary110011100000110100001001001001101000101110100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334150; }

 p { color: rgb(51,65,80); }

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

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

 a { background-color: rgb(51,65,80); }

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

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

 span { border-color: rgb(51,65,80); }

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