#37434D

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

Shades of Arsenic #37434D

Tints of Arsenic #37434D

Color information

#37434D (or 0x37434D) is unknown color: approx Arsenic. HEX triplet: 37, 43 and 4D. RGB value is (55,67,77). Sum of RGB (Red+Green+Blue) = 55+67+77=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 77 - color contains mainly: blue. Hex color #37434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37434D is #C8BCB2. Grayscale: #404040. Windows color (decimal): -13155507 or 5063479. OLE color: 5063479.

HSL color Cylindrical-coordinate representation of color #37434D: hue angle of 207.27º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #37434D is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB556777-
CMYK0.290.1300.70
HSL207.27º16.67%25.88%-
HSV(B)207.27º28.57%30.2%-
XYZ4.925.367.8-
YUV64.55135.02121.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.64%
GREEN value IS 67 (26.56% from 255) = 33.67%
BLUE value IS 77 (30.47% from 255) = 38.69%
R=27.64%
G=33.67%
B=38.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5567770.290.1300.70207.2716.6725.88
Hex37434D1DD046cf111a
Octal67103115351501063172132
Binary1101111000011100110111101110101000110110011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37434D; }

 p { color: rgb(55,67,77); }

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

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

 a { background-color: rgb(55,67,77); }

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

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

 span { border-color: rgb(55,67,77); }

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