#3E4147

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

Shades of Steel Grey #3E4147

Tints of Steel Grey #3E4147

Color information

#3E4147 (or 0x3E4147) is unknown color: approx Steel Grey. HEX triplet: 3E, 41 and 47. RGB value is (62,65,71). Sum of RGB (Red+Green+Blue) = 62+65+71=198 (26% of max value = 765). Red value is 62 (24.61% from 255 or 31.31% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 71 - color contains mainly: blue. Hex color #3E4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4147 is #C1BEB8. Grayscale: #404040. Windows color (decimal): -12697273 or 4669758. OLE color: 4669758.

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

Color convert

RGB626571-
CMYK0.130.0800.72
HSL220º6.77%26.08%-
HSV(B)220º12.68%27.84%-
XYZ5.015.266.71-
YUV64.79131.51126.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.31%
GREEN value IS 65 (25.78% from 255) = 32.83%
BLUE value IS 71 (28.12% from 255) = 35.86%
R=31.31%
G=32.83%
B=35.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6265710.130.0800.722206.7726.08
Hex3E4147D8048dc71a
Octal7610110715100110334732
Binary1111101000001100011111011000010010001101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E4147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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