#374450

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

Shades of Arsenic #374450

Tints of Arsenic #374450

Color information

#374450 (or 0x374450) is unknown color: approx Arsenic. HEX triplet: 37, 44 and 50. RGB value is (55,68,80). Sum of RGB (Red+Green+Blue) = 55+68+80=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #374450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374450 is #C8BBAF. Grayscale: #414141. Windows color (decimal): -13155248 or 5260343. OLE color: 5260343.

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

Color convert

RGB556880-
CMYK0.310.1500.69
HSL208.8º18.52%26.47%-
HSV(B)208.8º31.25%31.37%-
XYZ5.095.538.39-
YUV65.48136.19120.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 68 (26.95% from 255) = 33.50%
BLUE value IS 80 (31.64% from 255) = 39.41%
R=27.09%
G=33.50%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5568800.310.1500.69208.818.5226.47
Hex3744501FF045d1131a
Octal67104120371701053212332
Binary1101111000100101000011111111101000101110100011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374450; }

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

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

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

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

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

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

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

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