#374654

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

Shades of Arsenic #374654

Tints of Arsenic #374654

Color information

#374654 (or 0x374654) is unknown color: approx Arsenic. HEX triplet: 37, 46 and 54. RGB value is (55,70,84). Sum of RGB (Red+Green+Blue) = 55+70+84=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 70 (27.73% from 255 or 33.49% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #374654 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374654 is #C8B9AB. Grayscale: #434343. Windows color (decimal): -13154732 or 5522999. OLE color: 5522999.

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

Color convert

RGB557084-
CMYK0.350.1700.67
HSL208.97º20.86%27.25%-
HSV(B)208.97º34.52%32.94%-
XYZ5.375.839.23-
YUV67.11137.53119.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 70 (27.73% from 255) = 33.49%
BLUE value IS 84 (33.20% from 255) = 40.19%
R=26.32%
G=33.49%
B=40.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5570840.350.1700.67208.9720.8627.25
Hex3746542311043d1151b
Octal67106124432101033212533
Binary110111100011010101001000111000101000011110100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374654; }

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

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

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

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

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

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

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

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