Skip to main content Skip to docs navigation

#445a87 hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Anchor Point and its hex is #435D8B Nearest Color Name

Color Hue/Base color: Blue

Hex #445a87 Color code in RGB color code model is created after adding 26.67% red color, 35.29% green color and 52.94% blue color. Hex #445a87 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 33% magenta, 0% yellow and 47.06% black.

Hex #445a87 color code is between #335588 web safe hex color code and #556677 web safe hex color code. #335588 is the nearest web safe color code. You can see here many more shades of #445a87 color code.

RGB Chart

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

Color Table

Hex Color Code 445a87 #445a87
RGB Decimal 68, 90, 135 68, 90, 135
RGB Percent 27%, 35%, 53% rgb(27%, 35%, 53%)
CSS RGBa 68, 90, 135,1 rgba(68,90,135,1)
CMYK Model cmyk(50%,33%,0%,47.06%)
HSL Color Space 220,33% ,40% hsl(220,33% ,40%)
HSV Color Space 220°, 50%, 53%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 01011010 10000111
Octal 104 132 207
Decimal 68 90 135
Hex 44 5a 87

Different shades of #445a87 color code.

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

Darkest of #445a87
#111621
Darker of #445a87
#222d43
Dark of #445a87
#334365
Base of #445a87
#445a87
Light of #445a87
#5571a9
Lighter
#778dba
Lightest
#99a9cb

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

#445a87
#877144

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

Split Complementary

#445a87
#874f44
#7b8744

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

Analogous Color

#448187
#447687
#445a87
#444487
#604487

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

#445a87
#5a8744
#87445a

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

#445a87
#87445a
#877144
#448771

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

Square Color

#445a87
#87447b
#877144
#44874f

Square 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).

Monochromatic Color with #445a87

#000000
#111621
#222d43
#334365
#445a87
#5571a9
#778dba
#99a9cb
#bac6dc

Tints of #445a87 Color

#445a87
#586c94
#6d7ea1
#8291af
#97a3bc
#abb5c9
#c0c8d7
#d5dae4
#eaecf1
#ffffff

Shades of #445a87 color code

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

#445a87
#3c5078
#344669
#2d3c5a
#25324b
#1e283c
#161e2d
#0f141e
#070a0f
#000000

Tones

#445a87
#586173
#656565
#656565
#656565

Tones

Similar Color like #445a87 color

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

#455b88
#465c89
#475d8a
#485e8b
#495f8c
#4a608d
#4b618e
#4c628f
#4d6390
#4e6491
#4f6592
#506693
#516794
#526895
#435986
#425885
#415784
#405683
#3f5582
#3e5481
#3d5380
#3c527f
#3b517e
#3a507d
#394f7c
#384e7b
#374d7a
#364c79

Download this Dark Blue

Hex #445a87 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.

#445a87 Color Code Preview on Black Background Color

This is how #445a87 Color will look on black background color. Color contrast ratio is 3.06

#445a87 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #445a87

HTML with inline CSS

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

Your Example Paragraph content text in with font color #445a87

#445a87 color code is use for CSS Background Color

Background color for the above div is #445a87

HTML with inline CSS

<div style="background-color:#445a87;"></div>

#445a87 color code is use for CSS Border Color

CSS Border color for the above div is #445a87

HTML with inline CSS

<div style="border:5px solid #445a87;"></div>

CSS Border Left color for the above div is #445a87

HTML with inline CSS

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

CSS Border Right color for the above div is #445a87

HTML with inline CSS

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

CSS Border Bottom color for the above div is #445a87

HTML with inline CSS

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

CSS Border Top color for the above div is #445a87

HTML with inline CSS

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

#445a87 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#445a87 Color code Preview on White Background

This is how #445a87 Color code will look on white background color. Color contrast ratio is 6.87

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(68,90,135,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(135,113,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,90,135,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }