#3D4147

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

Shades of Steel Grey #3D4147

Tints of Steel Grey #3D4147

Color information

#3D4147 (or 0x3D4147) is unknown color: approx Steel Grey. HEX triplet: 3D, 41 and 47. RGB value is (61,65,71). Sum of RGB (Red+Green+Blue) = 61+65+71=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 71 - color contains mainly: blue. Hex color #3D4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4147 is #C2BEB8. Grayscale: #404040. Windows color (decimal): -12762809 or 4669757. OLE color: 4669757.

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

Color convert

RGB616571-
CMYK0.140.0800.72
HSL216º7.58%25.88%-
HSV(B)216º14.08%27.84%-
XYZ4.955.236.71-
YUV64.49131.67125.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 30.96%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=30.96%
G=32.99%
B=36.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6165710.140.0800.722167.5825.88
Hex3D4147E8048d881a
Octal75101107161001103301032
Binary11110110000011000111111010000100100011011000100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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