Skip to main content Skip to docs navigation

#387fcd 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 Heirloom Hydrangea and its hex is #327CCB Nearest Color Name

Color Hue/Base color: Blue

Hex #387fcd Color code in RGB color code model is created after adding 21.96% red color, 49.8% green color and 80.39% blue color. Hex #387fcd Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 38% magenta, 0% yellow and 19.61% black.

Hex #387fcd color code is between #3377cc web safe hex color code and #4488dd web safe hex color code. #3377cc is the nearest web safe color code. You can see here many more shades of #387fcd color code.

RGB Chart

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

Color Table

Hex Color Code 387fcd #387fcd
RGB Decimal 56, 127, 205 56, 127, 205
RGB Percent 22%, 50%, 80% rgb(22%, 50%, 80%)
CSS RGBa 56, 127, 205,1 rgba(56,127,205,1)
CMYK Model cmyk(73%,38%,0%,19.61%)
HSL Color Space 211,60% ,51% hsl(211,60% ,51%)
HSV Color Space 211°, 73%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111000 01111111 11001101
Octal 70 177 315
Decimal 56 127 205
Hex 38 7f cd

Different shades of #387fcd color code.

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

Darkest of #387fcd
#163456
Darker of #387fcd
#204d7f
Dark of #387fcd
#2a66a8
Base of #387fcd
#387fcd
Light of #387fcd
#6199d7
Lighter
#8ab3e1
Lightest
#b2ceec

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

#387fcd
#cd8638

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

Split Complementary

#387fcd
#cd3c38
#cacd38

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

Analogous Color

#38cdc4
#38bdcd
#387fcd
#384dcd
#6138cd

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

#387fcd
#7fcd38
#cd387f

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

#387fcd
#cd387f
#cd8638
#38cd86

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

#387fcd
#cd38ca
#cd8638
#38cd3c

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 #387fcd

#0b1c2e
#163456
#204d7f
#2a66a8
#387fcd
#6199d7
#8ab3e1
#b2ceec
#dbe8f6

Tints of #387fcd Color

#387fcd
#4e8dd2
#649bd8
#7aa9dd
#90b7e3
#a6c6e8
#bcd4ee
#d2e2f3
#e8f0f9
#ffffff

Shades of #387fcd color code

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

#387fcd
#3170b6
#2b629f
#255488
#1f4671
#18385b
#122a44
#0c1c2d
#060e16
#000000

Tones

#387fcd
#5180b4
#6a819b
#838383
#838383

Tones

Similar Color like #387fcd color

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

#3980ce
#3a81cf
#3b82d0
#3c83d1
#3d84d2
#3e85d3
#3f86d4
#4087d5
#4188d6
#4289d7
#438ad8
#448bd9
#458cda
#468ddb
#377ecc
#367dcb
#357cca
#347bc9
#337ac8
#3279c7
#3178c6
#3077c5
#2f76c4
#2e75c3
#2d74c2
#2c73c1
#2b72c0
#2a71bf

Download this Dark Blue

Hex #387fcd 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.

#387fcd Color Code Preview on Black Background Color

This is how #387fcd Color will look on black background color. Color contrast ratio is 5.09

#387fcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #387fcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #387fcd

#387fcd color code is use for CSS Background Color

Background color for the above div is #387fcd

HTML with inline CSS

<div style="background-color:#387fcd;"></div>

#387fcd color code is use for CSS Border Color

CSS Border color for the above div is #387fcd

HTML with inline CSS

<div style="border:5px solid #387fcd;"></div>

CSS Border Left color for the above div is #387fcd

HTML with inline CSS

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

CSS Border Right color for the above div is #387fcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #387fcd

HTML with inline CSS

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

CSS Border Top color for the above div is #387fcd

HTML with inline CSS

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

#387fcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#387fcd Color code Preview on White Background

This is how #387fcd Color code will look on white background color. Color contrast ratio is 4.13

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

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(56,127,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,134,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,127,205,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }