crispedge.com

Color picker

Loading...

#3a557a hex color - Blue - Cool color - Information

#3a557a hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #3a557a Color code in RGB color code model is created after adding 22.75% red color, 33.33% green color and 47.84% blue color. Hex #3a557a Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 30% magenta, 0% yellow and 52% black.

Hex #3a557a color code is between #334477 web safe hex color code and #446688 web safe hex color code. #334477 is the nearest web safe color code. You can see here many more shades of #3a557a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3a557a#3a557a
RGB Decimal58, 85, 122rgb(58, 85, 122)
RGB Percent23%, 33%, 48%rgb(23%, 33%, 48%)
CSS RGBa58, 85, 122,1rgba(58,85,122,1)
CMYK Modelcmyk(52%,30%,0%,52%)
HSL Color Space215,36% ,35%hsl(215,36% ,35%)
HSV Color Space215°, 52%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110100101010101111010
Octal72125172
Decimal5885122
Hex3a557a

Different shades of #3a557a color code.

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

Light Shade of #3a557a
#4a6d9d
Dark Shade of #3a557a
#2a3d57
Saturated Shade of #3a557a
#315483
Desaturated Shade of #3a557a
#435671
Grey scale Shade of #3a557a
#5a5a5a
Brighten Shade
#536e93
Most Readable Shade
#FFFFFF

Shades of #3a557a color code

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

#3a557a
#334b6c
#2d425e
#263851
#202f43
#192536
#131c28
#0c121b
#06090d
#000000

Similar Color like #3a557a color

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

#3b567b
#3c577c
#3d587d
#3e597e
#3f5a7f
#405b80
#415c81
#425d82
#435e83
#445f84
#456085
#466186
#476287
#486388
#395479
#385378
#375277
#365176
#355075
#344f74
#334e73
#324d72
#314c71
#304b70
#2f4a6f
#2e496e
#2d486d
#2c476c

Monochromatic Color with #3a557a

#3a557a
#4e73a4
#6290cf
#77aef9
#121a25
#26374f

Tints of #3a557a Color

#3a557a
#4f6788
#657a97
#7b8da6
#91a0b5
#a7b3c3
#bdc6d2
#d3d9e1
#e9ecf0
#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

#3a557a
#7a5f3a

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

Split Complementary

#3a557a
#7a3f3a
#757a3a

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

Analogous Color

#3a6f7a
#3a627a
#3a557a
#3a487a
#3a3b7a

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

#3a557a
#7a3a55
#557a3a

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

#3a557a
#7a3a75
#7a5f3a
#3a7a3f

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

#3a557a
#7a5f3a
#757a3a
#3f3a7a

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 #3a557a 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.

#3a557a Color Code Preview on Black Background Color

This is how #3a557a Color will look on black background color. Color contrast ratio is 2.76

#3a557a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3a557a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3a557a

#3a557a color code is use for CSS Background Color

Background color for the above div is #3a557a

HTML with inline CSS

<div style="background-color:#3a557a;"></div>

#3a557a color code is use for CSS Border Color

CSS Border color for the above div is #3a557a

HTML with inline CSS

<div style="border:5px solid #3a557a;"></div>

CSS Border Left color for the above div is #3a557a

HTML with inline CSS

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

CSS Border Right color for the above div is #3a557a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3a557a

HTML with inline CSS

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

CSS Border Top color for the above div is #3a557a

HTML with inline CSS

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

#3a557a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3a557a Color code Preview on White Background

This is how #3a557a Color code will look on white background color. Color contrast ratio is 7.61

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 #3a557a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #3a557a; }

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(58,85,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,95,58,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(58,85,122,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.