#334550

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

Shades of Arsenic #334550

Tints of Arsenic #334550

Color information

#334550 (or 0x334550) is unknown color: approx Arsenic. HEX triplet: 33, 45 and 50. RGB value is (51,69,80). Sum of RGB (Red+Green+Blue) = 51+69+80=200 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.5% from 200); Green value is 69 (27.34% from 255 or 34.5% from 200); Blue value is 80 (31.64% from 255 or 40% from 200); Max value from RGB is 80 - color contains mainly: blue. Hex color #334550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334550 is #CCBAAF. Grayscale: #404040. Windows color (decimal): -13417136 or 5260595. OLE color: 5260595.

HSL color Cylindrical-coordinate representation of color #334550: hue angle of 202.76º 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 #334550 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB516980-
CMYK0.360.1400.69
HSL202.76º22.14%25.69%-
HSV(B)202.76º36.25%31.37%-
XYZ4.945.548.4-
YUV64.87136.54118.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.5%
GREEN value IS 69 (27.34% from 255) = 34.5%
BLUE value IS 80 (31.64% from 255) = 40%
R=25.5%
G=34.5%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5169800.360.1400.69202.7622.1425.69
Hex33455024E045cb161a
Octal63105120441601053132632
Binary11001110001011010000100100111001000101110010111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334550; }

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

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

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

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

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

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

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

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