#37414B

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

Shades of Arsenic #37414B

Tints of Arsenic #37414B

Color information

#37414B (or 0x37414B) is unknown color: approx Arsenic. HEX triplet: 37, 41 and 4B. RGB value is (55,65,75). Sum of RGB (Red+Green+Blue) = 55+65+75=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #37414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37414B is #C8BEB4. Grayscale: #3F3F3F. Windows color (decimal): -13156021 or 4931895. OLE color: 4931895.

HSL color Cylindrical-coordinate representation of color #37414B: hue angle of 210º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #37414B is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB556575-
CMYK0.270.1300.71
HSL210º15.38%25.49%-
HSV(B)210º26.67%29.41%-
XYZ4.745.17.39-
YUV63.15134.69122.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=28.21%
G=33.33%
B=38.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5565750.270.1300.7121015.3825.49
Hex37414B1BD047d2f19
Octal67101113331501073221731
Binary110111100000110010111101111010100011111010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37414B; }

 p { color: rgb(55,65,75); }

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

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

 a { background-color: rgb(55,65,75); }

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

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

 span { border-color: rgb(55,65,75); }

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