#3B4047

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

Shades of Steel Grey #3B4047

Tints of Steel Grey #3B4047

Color information

#3B4047 (or 0x3B4047) is unknown color: approx Steel Grey. HEX triplet: 3B, 40 and 47. RGB value is (59,64,71). Sum of RGB (Red+Green+Blue) = 59+64+71=194 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.41% from 194); Green value is 64 (25.39% from 255 or 32.99% 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 #3B4047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4047 is #C4BFB8. Grayscale: #3F3F3F. Windows color (decimal): -12894137 or 4669499. OLE color: 4669499.

HSL color Cylindrical-coordinate representation of color #3B4047: hue angle of 215º 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 #3B4047 is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB596471-
CMYK0.170.1000.72
HSL215º9.23%25.49%-
HSV(B)215º16.9%27.84%-
XYZ4.775.056.68-
YUV63.3132.34124.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.41%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 71 (28.12% from 255) = 36.60%
R=30.41%
G=32.99%
B=36.60%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5964710.170.1000.722159.2325.49
Hex3B404711A048d7919
Octal73100107211201103271131
Binary111011100000010001111000110100100100011010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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