#334250

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

Shades of Arsenic #334250

Tints of Arsenic #334250

Color information

#334250 (or 0x334250) is unknown color: approx Arsenic. HEX triplet: 33, 42 and 50. RGB value is (51,66,80). Sum of RGB (Red+Green+Blue) = 51+66+80=197 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.89% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 80 - color contains mainly: blue. Hex color #334250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #334250 is #CCBDAF. Grayscale: #3F3F3F. Windows color (decimal): -13417904 or 5259827. OLE color: 5259827.

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

Color convert

RGB516680-
CMYK0.360.1700.69
HSL208.97º22.14%25.69%-
HSV(B)208.97º36.25%31.37%-
XYZ4.765.188.34-
YUV63.11137.53119.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.89%
GREEN value IS 66 (26.17% from 255) = 33.50%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=25.89%
G=33.50%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5166800.360.1700.69208.9722.1425.69
Hex3342502411045d1161a
Octal63102120442101053212632
Binary110011100001010100001001001000101000101110100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334250; }

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

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

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

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

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

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

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

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