#374451

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

Shades of Arsenic #374451

Tints of Arsenic #374451

Color information

#374451 (or 0x374451) is unknown color: approx Arsenic. HEX triplet: 37, 44 and 51. RGB value is (55,68,81). Sum of RGB (Red+Green+Blue) = 55+68+81=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 81 - color contains mainly: blue. Hex color #374451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374451 is #C8BBAE. Grayscale: #414141. Windows color (decimal): -13155247 or 5325879. OLE color: 5325879.

HSL color Cylindrical-coordinate representation of color #374451: hue angle of 210º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #374451 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB556881-
CMYK0.320.1600.68
HSL210º19.12%26.67%-
HSV(B)210º32.1%31.76%-
XYZ5.135.548.58-
YUV65.6136.69120.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 68 (26.95% from 255) = 33.33%
BLUE value IS 81 (32.03% from 255) = 39.71%
R=26.96%
G=33.33%
B=39.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5568810.320.1600.6821019.1226.67
Hex3744512010044d2131b
Octal67104121402001043222333
Binary110111100010010100011000001000001000100110100101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374451; }

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

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

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

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

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

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

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

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