#374754

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

Shades of Arsenic #374754

Tints of Arsenic #374754

Color information

#374754 (or 0x374754) is unknown color: approx Arsenic. HEX triplet: 37, 47 and 54. RGB value is (55,71,84). Sum of RGB (Red+Green+Blue) = 55+71+84=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 84 - color contains mainly: blue. Hex color #374754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374754 is #C8B8AB. Grayscale: #434343. Windows color (decimal): -13154476 or 5523255. OLE color: 5523255.

HSL color Cylindrical-coordinate representation of color #374754: hue angle of 206.9º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374754 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB557184-
CMYK0.350.1500.67
HSL206.9º20.86%27.25%-
HSV(B)206.9º34.52%32.94%-
XYZ5.435.969.25-
YUV67.7137.2118.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.19%
GREEN value IS 71 (28.12% from 255) = 33.81%
BLUE value IS 84 (33.20% from 255) = 40%
R=26.19%
G=33.81%
B=40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5571840.350.1500.67206.920.8627.25
Hex37475423F043cf151b
Octal67107124431701033172533
Binary11011110001111010100100011111101000011110011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374754; }

 p { color: rgb(55,71,84); }

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

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

 a { background-color: rgb(55,71,84); }

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

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

 span { border-color: rgb(55,71,84); }

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