#3D4045

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

Shades of Steel Grey #3D4045

Tints of Steel Grey #3D4045

Color information

#3D4045 (or 0x3D4045) is unknown color: approx Steel Grey. HEX triplet: 3D, 40 and 45. RGB value is (61,64,69). Sum of RGB (Red+Green+Blue) = 61+64+69=194 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.44% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 69 - color contains mainly: blue. Hex color #3D4045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4045 is #C2BFBA. Grayscale: #3F3F3F. Windows color (decimal): -12763067 or 4538429. OLE color: 4538429.

HSL color Cylindrical-coordinate representation of color #3D4045: hue angle of 217.5º degrees, saturation: 0.06, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #3D4045 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB616469-
CMYK0.120.0700.73
HSL217.5º6.15%25.49%-
HSV(B)217.5º11.59%27.06%-
XYZ4.835.096.36-
YUV63.67131.01126.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.44%
GREEN value IS 64 (25.39% from 255) = 32.99%
BLUE value IS 69 (27.34% from 255) = 35.57%
R=31.44%
G=32.99%
B=35.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6164690.120.0700.73217.56.1525.49
Hex3D4045C7049d9619
Octal751001051470111331631
Binary111101100000010001011100111010010011101100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,64,69); }

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

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

 a { background-color: rgb(61,64,69); }

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

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

 span { border-color: rgb(61,64,69); }

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