rgb(61, 101, 106)
- In a RGB color space, hex #3d656a color is composed of 24% red, 40% green, and 42% blue.
- In a CMYK color space, it is consist of 42% cyan, 5% magenta, 0% yellow and 58% black.
- In web design, the web safe color for #3d656a is #336666. The complementary color of #3d656a is #69413c.
#3d656a Color Conversion
Hex Color #3d656a RGB value, CMYK value, HSL value, HSV value...
Color Schemes with #3d656a
-
#3d656a
#3d656a
-
#69413c
#69413c
-
#9fb3b5
#9fb3b5
-
#b5a19e
#b5a19e
-
#2d4b4f
#2d4b4f
-
#4e302d
#4e302d
-
#778687
#778687
-
#877876
#877876
Two colors (#3d656a,#69413c) that are on opposite sides of the color wheel. This combination provides a high contrast and high impact color combination – together, these colors will appear brighter and more prominent.
In Grayscale mode, there are only gray tones, which include 256 different shades of gray ranging from black to white. In a grayscale file, the color saturation of the image is 0, and brightness is the only option that can affect the grayscale image.
Three colors that are evenly spaced on the color wheel. This provides a high contrast color scheme, but less so than the complementary color combination — making it more versatile. This combination creates bold, vibrant color palettes.
Three colors that are side by side on the color wheel. This color combination is versatile, but can be overwhelming. To balance an analogous color scheme, choose one dominant color, and use the others as accents.
-
#3d656a
#3d656a
-
#9fb3b5
#9fb3b5
-
#1f3335
#1f3335
-
#cfd9da
#cfd9da
-
#2d4b4f
#2d4b4f
-
#778687
#778687
-
#172627
#172627
-
#9ba2a3
#9ba2a3
Three shades, tones and tints of one base color. Provides a subtle and conservative color combination. This is a versatile color combination that is easy to apply to design projects for a harmonious look.
Shades and Tints of #3d656a
-
#3d656a
#3d656a
-
#375B5F
#375B5F
-
#315155
#315155
-
#2B474A
#2B474A
-
#253D40
#253D40
-
#1F3335
#1F3335
-
#18282A
#18282A
-
#121E20
#121E20
-
#0C1415
#0C1415
-
#060A0B
#060A0B
-
#000000
#000000
A shade is created by adding black to a base hue, darkening the color. This creates a deeper, richer color. Shades can be quite dramatic and can be overpowering.
-
#3d656a
#3d656a
-
#507479
#507479
-
#648488
#648488
-
#779397
#779397
-
#8BA3A6
#8BA3A6
-
#9EB2B5
#9EB2B5
-
#B1C1C3
#B1C1C3
-
#C5D1D2
#C5D1D2
-
#D8E0E1
#D8E0E1
-
#ECF0F0
#ECF0F0
-
#F9FAFB
#F9FAFB
A tint is created by adding white to a base hue, lightening the color. This can make a color less intense, and is useful when balancing more vivid color combinations.
Random Colors
HTML Code & CSS
#3d656a Color Preview on Black Background
#3d656a Color Preview on White Background
<span style="color:#3d656a;">Text here</span>
#3d656a Background Color
#3d656a Background Color
<p style="background-color:#3d656a;">Text here</p>
#3d656a Border Color
<div style="border:1px solid #3d656a;">Text here</div>
<style>.text {color:#3d656a;}
.background {background-color:#3d656a;}
.border {border:1px solid #3d656a;}</style>