#374653

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

Shades of Arsenic #374653

Tints of Arsenic #374653

Color information

#374653 (or 0x374653) is unknown color: approx Arsenic. HEX triplet: 37, 46 and 53. RGB value is (55,70,83). Sum of RGB (Red+Green+Blue) = 55+70+83=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #374653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374653 is #C8B9AC. Grayscale: #424242. Windows color (decimal): -13154733 or 5457463. OLE color: 5457463.

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

Color convert

RGB557083-
CMYK0.340.1600.67
HSL207.86º20.29%27.06%-
HSV(B)207.86º33.73%32.55%-
XYZ5.335.829.03-
YUV67137.03119.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=26.44%
G=33.65%
B=39.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5570830.340.1600.67207.8620.2927.06
Hex3746532210043d0141b
Octal67106123422001033202433
Binary110111100011010100111000101000001000011110100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374653; }

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

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

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

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

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

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

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

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