#3B4147

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

Shades of Arsenic #3B4147

Tints of Arsenic #3B4147

Color information

#3B4147 (or 0x3B4147) is unknown color: approx Arsenic. HEX triplet: 3B, 41 and 47. RGB value is (59,65,71). Sum of RGB (Red+Green+Blue) = 59+65+71=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 71 (28.12% from 255 or 36.41% from 195); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4147 is #C4BEB8. Grayscale: #3F3F3F. Windows color (decimal): -12893881 or 4669755. OLE color: 4669755.

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

Color convert

RGB596571-
CMYK0.170.0800.72
HSL210º9.23%25.49%-
HSV(B)210º16.9%27.84%-
XYZ4.835.176.7-
YUV63.89132.01124.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.26%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 36.41%
R=30.26%
G=33.33%
B=36.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5965710.170.0800.722109.2325.49
Hex3B4147118048d2919
Octal73101107211001103221131
Binary111011100000110001111000110000100100011010010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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