Skip to main content Skip to docs navigation

#3ca8d4 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 Modal and its hex is #31A6D1 Nearest Color Name

Color Hue/Base color: Blue

Hex #3ca8d4 Color code in RGB color code model is created after adding 23.53% red color, 65.88% green color and 83.14% blue color. Hex #3ca8d4 Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 21% magenta, 0% yellow and 16.86% black.

Hex #3ca8d4 color code is between #44aacc web safe hex color code and #3399dd web safe hex color code. #44aacc is the nearest web safe color code. You can see here many more shades of #3ca8d4 color code.

RGB Chart

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

Color Table

Hex Color Code 3ca8d4 #3ca8d4
RGB Decimal 60, 168, 212 60, 168, 212
RGB Percent 24%, 66%, 83% rgb(24%, 66%, 83%)
CSS RGBa 60, 168, 212,1 rgba(60,168,212,1)
CMYK Model cmyk(72%,21%,0%,16.86%)
HSL Color Space 197,64% ,53% hsl(197,64% ,53%)
HSV Color Space 197°, 72%, 83%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111100 10101000 11010100
Octal 74 250 324
Decimal 60 168 212
Hex 3c a8 d4

Different shades of #3ca8d4 color code.

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

Darkest of #3ca8d4
#154b61
Darker of #3ca8d4
#1f6c8b
Dark of #3ca8d4
#288cb5
Base of #3ca8d4
#3ca8d4
Light of #3ca8d4
#66bbdd
Lighter
#90cde6
Lightest
#b9e0f0

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

#3ca8d4
#d4683c

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

Split Complementary

#3ca8d4
#d43c5c
#d4b43c

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

Analogous Color

#3cd4a7
#3cd4c1
#3ca8d4
#3c75d4
#423cd4

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

#3ca8d4
#a8d43c
#d43ca8

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

#3ca8d4
#d43ca8
#d4683c
#3cd468

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

#3ca8d4
#b43cd4
#d4683c
#5cd43c

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 #3ca8d4

#0c2b38
#154b61
#1f6c8b
#288cb5
#3ca8d4
#66bbdd
#90cde6
#b9e0f0
#e3f3f9

Tints of #3ca8d4 Color

#3ca8d4
#51b1d8
#67bbdd
#7dc5e2
#92cee7
#a8d8eb
#bee2f0
#d3ebf5
#e9f5fa
#ffffff

Shades of #3ca8d4 color code

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

#3ca8d4
#3595bc
#2e82a4
#28708d
#215d75
#1a4a5e
#143846
#0d252f
#061217
#000000

Tones

#3ca8d4
#549ebc
#6c94a4
#838a8d
#888888

Tones

Similar Color like #3ca8d4 color

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

#3da9d5
#3eaad6
#3fabd7
#40acd8
#41add9
#42aeda
#43afdb
#44b0dc
#45b1dd
#46b2de
#47b3df
#48b4e0
#49b5e1
#4ab6e2
#3ba7d3
#3aa6d2
#39a5d1
#38a4d0
#37a3cf
#36a2ce
#35a1cd
#34a0cc
#339fcb
#329eca
#319dc9
#309cc8
#2f9bc7
#2e9ac6

Download this Dark Blue

Hex #3ca8d4 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.

#3ca8d4 Color Code Preview on Black Background Color

This is how #3ca8d4 Color will look on black background color. Color contrast ratio is 7.74

#3ca8d4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3ca8d4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3ca8d4

#3ca8d4 color code is use for CSS Background Color

Background color for the above div is #3ca8d4

HTML with inline CSS

<div style="background-color:#3ca8d4;"></div>

#3ca8d4 color code is use for CSS Border Color

CSS Border color for the above div is #3ca8d4

HTML with inline CSS

<div style="border:5px solid #3ca8d4;"></div>

CSS Border Left color for the above div is #3ca8d4

HTML with inline CSS

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

CSS Border Right color for the above div is #3ca8d4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3ca8d4

HTML with inline CSS

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

CSS Border Top color for the above div is #3ca8d4

HTML with inline CSS

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

#3ca8d4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3ca8d4 Color code Preview on White Background

This is how #3ca8d4 Color code will look on white background color. Color contrast ratio is 2.71

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

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