#334450

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

Shades of Arsenic #334450

Tints of Arsenic #334450

Color information

#334450 (or 0x334450) is unknown color: approx Arsenic. HEX triplet: 33, 44 and 50. RGB value is (51,68,80). Sum of RGB (Red+Green+Blue) = 51+68+80=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #334450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334450 is #CCBBAF. Grayscale: #404040. Windows color (decimal): -13417392 or 5260339. OLE color: 5260339.

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

Color convert

RGB516880-
CMYK0.360.1500.69
HSL204.83º22.14%25.69%-
HSV(B)204.83º36.25%31.37%-
XYZ4.885.428.38-
YUV64.28136.87118.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=25.63%
G=34.17%
B=40.20%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5168800.360.1500.69204.8322.1425.69
Hex33445024F045cd161a
Octal63104120441701053152632
Binary11001110001001010000100100111101000101110011011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334450; }

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

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

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

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

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

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

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

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