crispedge.com

Color picker

Loading...

#3586c7 hex color - Blue - Cool color - Information

#3586c7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #3586c7 Color code in RGB color code model is created after adding 20.78% red color, 52.55% green color and 78.04% blue color. Hex #3586c7 Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 33% magenta, 0% yellow and 22% black.

Hex #3586c7 color code is between #3388cc web safe hex color code and #4477bb web safe hex color code. #3388cc is the nearest web safe color code. You can see here many more shades of #3586c7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code3586c7#3586c7
RGB Decimal53, 134, 199rgb(53, 134, 199)
RGB Percent21%, 53%, 78%rgb(21%, 53%, 78%)
CSS RGBa53, 134, 199,1rgba(53,134,199,1)
CMYK Modelcmyk(73%,33%,0%,22%)
HSL Color Space207,58% ,49%hsl(207,58% ,49%)
HSV Color Space207°, 73%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011000011011000111
Octal65206307
Decimal53134199
Hex3586c7

Different shades of #3586c7 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #3586c7
#5c9ed3
Dark Shade of #3586c7
#2a6b9f
Saturated Shade of #3586c7
#2887d4
Desaturated Shade of #3586c7
#4285ba
Grey scale Shade of #3586c7
#7e7e7e
Brighten Shade
#4e9fe0
Most Readable Shade
#FFFFFF

Shades of #3586c7 color code

Generate more color scales with scales (color stack) generator.

#3586c7
#2f77b0
#29689a
#235984
#1d4a6e
#173b58
#112c42
#0b1d2c
#050e16
#000000

Similar Color like #3586c7 color

Find visually similar hex color codes nearing to #3586c7 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#3687c8
#3788c9
#3889ca
#398acb
#3a8bcc
#3b8ccd
#3c8dce
#3d8ecf
#3e8fd0
#3f90d1
#4091d2
#4192d3
#4293d4
#4394d5
#3485c6
#3384c5
#3283c4
#3182c3
#3081c2
#2f80c1
#2e7fc0
#2d7ebf
#2c7dbe
#2b7cbd
#2a7bbc
#297abb
#2879ba
#2778b9

Monochromatic Color with #3586c7

#3586c7
#40a3f1
#08141d
#133047
#1e4d72
#2a699c

Tints of #3586c7 Color

#3586c7
#4b93cd
#61a0d3
#78aed9
#8ebbdf
#a5c9e6
#bbd6ec
#d2e4f2
#e8f1f8
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#3586c7
#c77635

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#3586c7
#c7353d
#c7bf35

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#35c0c7
#35a3c7
#3586c7
#3569c7
#354cc7

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#3586c7
#c73586
#86c735

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#3586c7
#bf35c7
#c77635
#3dc735

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#3586c7
#c77635
#c7bf35
#353dc7

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #3586c7 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#3586c7 Color Code Preview on Black Background Color

This is how #3586c7 Color will look on black background color. Color contrast ratio is 5.39

#3586c7 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#3586c7">Your Example Paragraph content text in with font color #3586c7 </p>

Your Example Paragraph content text in with font color #3586c7

HTML with inline CSS

<div style="color:#3586c7">Your Paragraph text in with font color #3586c7 </div>

Your Example Paragraph content text in with font color #3586c7

#3586c7 color code is use for CSS Background Color

Background color for the above div is #3586c7

HTML with inline CSS

<div style="background-color:#3586c7;"></div>

#3586c7 color code is use for CSS Border Color

CSS Border color for the above div is #3586c7

HTML with inline CSS

<div style="border:5px solid #3586c7;"></div>

CSS Border Left color for the above div is #3586c7

HTML with inline CSS

<div style="border-left:5px solid #3586c7;"></div>

CSS Border Right color for the above div is #3586c7

HTML with inline CSS

<div style="border-right:5px solid #3586c7;"></div>

CSS Border Bottom color for the above div is #3586c7

HTML with inline CSS

<div style="border-bottom:5px solid #3586c7;"></div>

CSS Border Top color for the above div is #3586c7

HTML with inline CSS

<div style="border-top:5px solid #3586c7;"></div>

#3586c7 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#3586c7; } .examplecolorclass {color:#3586c7; } .examplebordercolor {border:3px solid #3586c7; }

#3586c7 Color code Preview on White Background

This is how #3586c7 Color code will look on white background color. Color contrast ratio is 3.90

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #3586c7; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #3586c7; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(53,134,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,118,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,134,199,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.