crispedge.com

Color picker

Loading...

#3878d7 hex color - Blue - Cool color - Information

#3878d7 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #3878d7 Color code in RGB color code model is created after adding 21.96% red color, 47.06% green color and 84.31% blue color. Hex #3878d7 Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 44% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3878d7#3878d7
RGB Decimal56, 120, 215rgb(56, 120, 215)
RGB Percent22%, 47%, 84%rgb(22%, 47%, 84%)
CSS RGBa56, 120, 215,1rgba(56,120,215,1)
CMYK Modelcmyk(74%,44%,0%,16%)
HSL Color Space216,67% ,53%hsl(216,67% ,53%)
HSV Color Space216°, 74%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110000111100011010111
Octal70170327
Decimal56120215
Hex3878d7

Different shades of #3878d7 color code.

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

Light Shade of #3878d7
#6295e0
Dark Shade of #3878d7
#2560b7
Saturated Shade of #3878d7
#2c76e3
Desaturated Shade of #3878d7
#447acb
Grey scale Shade of #3878d7
#878787
Brighten Shade
#5191f0
Most Readable Shade
#FFFFFF

Shades of #3878d7 color code

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

#3878d7
#316abf
#2b5da7
#25508f
#1f4277
#18355f
#122847
#0c1a2f
#060d17
#000000

Similar Color like #3878d7 color

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

#3979d8
#3a7ad9
#3b7bda
#3c7cdb
#3d7ddc
#3e7edd
#3f7fde
#4080df
#4181e0
#4282e1
#4383e2
#4484e3
#4585e4
#4686e5
#3777d6
#3676d5
#3575d4
#3474d3
#3373d2
#3272d1
#3171d0
#3070cf
#2f6fce
#2e6ecd
#2d6dcc
#2c6ccb
#2b6bca
#2a6ac9

Monochromatic Color with #3878d7

#3878d7
#010102
#0c192d
#173157
#224982
#2d60ac

Tints of #3878d7 Color

#3878d7
#4e87db
#6496df
#7aa5e4
#90b4e8
#a6c3ed
#bcd2f1
#d2e1f6
#e8f0fa
#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

#3878d7
#d79738

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

Split Complementary

#3878d7
#d74838
#c8d738

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

Analogous Color

#38b8d7
#3898d7
#3878d7
#3858d7
#3838d7

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

#3878d7
#d73878
#78d738

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

#3878d7
#d738c7
#d79738
#38d747

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

#3878d7
#d79738
#c8d738
#4838d7

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 #3878d7 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.

#3878d7 Color Code Preview on Black Background Color

This is how #3878d7 Color will look on black background color. Color contrast ratio is 4.84

#3878d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3878d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3878d7

#3878d7 color code is use for CSS Background Color

Background color for the above div is #3878d7

HTML with inline CSS

<div style="background-color:#3878d7;"></div>

#3878d7 color code is use for CSS Border Color

CSS Border color for the above div is #3878d7

HTML with inline CSS

<div style="border:5px solid #3878d7;"></div>

CSS Border Left color for the above div is #3878d7

HTML with inline CSS

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

CSS Border Right color for the above div is #3878d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3878d7

HTML with inline CSS

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

CSS Border Top color for the above div is #3878d7

HTML with inline CSS

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

#3878d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3878d7 Color code Preview on White Background

This is how #3878d7 Color code will look on white background color. Color contrast ratio is 4.34

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

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(56,120,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,151,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,120,215,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.