crispedge.com

Color picker

Loading...

#31457e hex color - Blue - Cool color - Information

#31457e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #31457e Color code in RGB color code model is created after adding 19.22% red color, 27.06% green color and 49.41% blue color. Hex #31457e Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 45% magenta, 0% yellow and 51% black.

Hex #31457e color code is between #334477 web safe hex color code and #225588 web safe hex color code. #334477 is the nearest web safe color code. You can see here many more shades of #31457e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code31457e#31457e
RGB Decimal49, 69, 126rgb(49, 69, 126)
RGB Percent19%, 27%, 49%rgb(19%, 27%, 49%)
CSS RGBa49, 69, 126,1rgba(49,69,126,1)
CMYK Modelcmyk(61%,45%,0%,51%)
HSL Color Space224,44% ,34%hsl(224,44% ,34%)
HSV Color Space224°, 61%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100010100010101111110
Octal61105176
Decimal4969126
Hex31457e

Different shades of #31457e color code.

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

Light Shade of #31457e
#3f59a3
Dark Shade of #31457e
#233159
Saturated Shade of #31457e
#284187
Desaturated Shade of #31457e
#3a4975
Grey scale Shade of #31457e
#575757
Brighten Shade
#4a5e97
Most Readable Shade
#FFFFFF

Shades of #31457e color code

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

#31457e
#2b3d70
#263562
#202e54
#1b2646
#151e38
#10172a
#0a0f1c
#05070e
#000000

Similar Color like #31457e color

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

#32467f
#334780
#344881
#354982
#364a83
#374b84
#384c85
#394d86
#3a4e87
#3b4f88
#3c5089
#3d518a
#3e528b
#3f538c
#30447d
#2f437c
#2e427b
#2d417a
#2c4079
#2b3f78
#2a3e77
#293d76
#283c75
#273b74
#263a73
#253972
#243871
#233770

Monochromatic Color with #31457e

#31457e
#425ca8
#5274d3
#638bfd
#101629
#202e53

Tints of #31457e Color

#31457e
#47598c
#5e6e9a
#7583a9
#8c97b7
#a3acc5
#bac1d4
#d1d5e2
#e8eaf0
#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

#31457e
#7e6a31

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

Split Complementary

#31457e
#7e4431
#6c7e31

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

Analogous Color

#31647e
#31547e
#31457e
#31367e
#3c317e

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

#31457e
#7e3145
#457e31

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

#31457e
#7e316b
#7e6a31
#317e43

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

#31457e
#7e6a31
#6c7e31
#44317e

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 #31457e 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.

#31457e Color Code Preview on Black Background Color

This is how #31457e Color will look on black background color. Color contrast ratio is 2.28

#31457e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31457e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #31457e

#31457e color code is use for CSS Background Color

Background color for the above div is #31457e

HTML with inline CSS

<div style="background-color:#31457e;"></div>

#31457e color code is use for CSS Border Color

CSS Border color for the above div is #31457e

HTML with inline CSS

<div style="border:5px solid #31457e;"></div>

CSS Border Left color for the above div is #31457e

HTML with inline CSS

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

CSS Border Right color for the above div is #31457e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #31457e

HTML with inline CSS

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

CSS Border Top color for the above div is #31457e

HTML with inline CSS

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

#31457e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#31457e Color code Preview on White Background

This is how #31457e Color code will look on white background color. Color contrast ratio is 9.20

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

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(49,69,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(126,106,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(49,69,126,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.