crispedge.com

Color picker

Loading...

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

#30447e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #30447e Color code in RGB color code model is created after adding 18.82% red color, 26.67% green color and 49.41% blue color. Hex #30447e Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 46% magenta, 0% yellow and 51% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code30447e#30447e
RGB Decimal48, 68, 126rgb(48, 68, 126)
RGB Percent19%, 27%, 49%rgb(19%, 27%, 49%)
CSS RGBa48, 68, 126,1rgba(48,68,126,1)
CMYK Modelcmyk(62%,46%,0%,51%)
HSL Color Space225,45% ,34%hsl(225,45% ,34%)
HSV Color Space225°, 62%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100000100010001111110
Octal60104176
Decimal4868126
Hex30447e

Different shades of #30447e color code.

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

Light Shade of #30447e
#3e58a3
Dark Shade of #30447e
#223059
Saturated Shade of #30447e
#274087
Desaturated Shade of #30447e
#394875
Grey scale Shade of #30447e
#575757
Brighten Shade
#495d97
Most Readable Shade
#FFFFFF

Shades of #30447e color code

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

#30447e
#2a3c70
#253462
#202d54
#1a2546
#151e38
#10162a
#0a0f1c
#05070e
#000000

Similar Color like #30447e color

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

#31457f
#324680
#334781
#344882
#354983
#364a84
#374b85
#384c86
#394d87
#3a4e88
#3b4f89
#3c508a
#3d518b
#3e528c
#2f437d
#2e427c
#2d417b
#2c407a
#2b3f79
#2a3e78
#293d77
#283c76
#273b75
#263a74
#253973
#243872
#233771
#223670

Monochromatic Color with #30447e

#30447e
#405ba8
#5072d3
#6189fd
#101629
#202d53

Tints of #30447e Color

#30447e
#47588c
#5e6d9a
#7582a9
#8c97b7
#a3abc5
#bac0d4
#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

#30447e
#7e6a30

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

Split Complementary

#30447e
#7e4330
#6b7e30

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

Analogous Color

#30637e
#30547e
#30447e
#30347e
#3b307e

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

#30447e
#7e3044
#447e30

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

#30447e
#7e306b
#7e6a30
#307e43

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

#30447e
#7e6a30
#6b7e30
#43307e

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

#30447e Color Code Preview on Black Background Color

This is how #30447e Color will look on black background color. Color contrast ratio is 2.25

#30447e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#30447e color code is use for CSS Background Color

Background color for the above div is #30447e

HTML with inline CSS

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

#30447e color code is use for CSS Border Color

CSS Border color for the above div is #30447e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#30447e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#30447e Color code Preview on White Background

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

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

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