#3A4147

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

Shades of Arsenic #3A4147

Tints of Arsenic #3A4147

Color information

#3A4147 (or 0x3A4147) is unknown color: approx Arsenic. HEX triplet: 3A, 41 and 47. RGB value is (58,65,71). Sum of RGB (Red+Green+Blue) = 58+65+71=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 65 (25.78% from 255 or 33.51% from 194); Blue value is 71 (28.12% from 255 or 36.60% from 194); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4147 is #C5BEB8. Grayscale: #3F3F3F. Windows color (decimal): -12959417 or 4669754. OLE color: 4669754.

HSL color Cylindrical-coordinate representation of color #3A4147: hue angle of 207.69º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3A4147 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB586571-
CMYK0.180.0800.72
HSL207.69º10.08%25.29%-
HSV(B)207.69º18.31%27.84%-
XYZ4.775.146.7-
YUV63.59132.18124.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.90%
GREEN value IS 65 (25.78% from 255) = 33.51%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=29.90%
G=33.51%
B=36.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5865710.180.0800.72207.6910.0825.29
Hex3A4147128048d0a19
Octal72101107221001103201231
Binary111010100000110001111001010000100100011010000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4147; }

 p { color: rgb(58,65,71); }

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

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

 a { background-color: rgb(58,65,71); }

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

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

 span { border-color: rgb(58,65,71); }

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