Skip to main content Skip to docs navigation

#356fdf 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 Royal Blue and its hex is #4169E1 Nearest Color Name

Color Hue/Base color: Blue

Hex #356fdf Color code in RGB color code model is created after adding 20.78% red color, 43.53% green color and 87.45% blue color. Hex #356fdf Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 50% magenta, 0% yellow and 12.55% black.

Hex #356fdf color code is between #3377dd web safe hex color code and #4466ee web safe hex color code. #3377dd is the nearest web safe color code. You can see here many more shades of #356fdf color code.

RGB Chart

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

Color Table

Hex Color Code 356fdf #356fdf
RGB Decimal 53, 111, 223 53, 111, 223
RGB Percent 21%, 44%, 87% rgb(21%, 44%, 87%)
CSS RGBa 53, 111, 223,1 rgba(53,111,223,1)
CMYK Model cmyk(76%,50%,0%,12.55%)
HSL Color Space 220,73% ,54% hsl(220,73% ,54%)
HSV Color Space 220°, 76%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110101 01101111 11011111
Octal 65 157 337
Decimal 53 111 223
Hex 35 6f df

Different shades of #356fdf color code.

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

Darkest of #356fdf
#112f6a
Darker of #356fdf
#184396
Dark of #356fdf
#1f57c2
Base of #356fdf
#356fdf
Light of #356fdf
#618ee6
Lighter
#8daeed
Lightest
#b9cdf4

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

#356fdf
#dfa535

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

Split Complementary

#356fdf
#df5035
#c4df35

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

Analogous Color

#35d2df
#35b6df
#356fdf
#3536df
#7b35df

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

#356fdf
#6fdf35
#df356f

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

#356fdf
#df356f
#dfa535
#35dfa5

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

#356fdf
#df35c4
#dfa535
#35df50

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 #356fdf

#0a1c3e
#112f6a
#184396
#1f57c2
#356fdf
#618ee6
#8daeed
#b9cdf4
#e5edfb

Tints of #356fdf Color

#356fdf
#4b7fe2
#618fe6
#789fe9
#8eafed
#a5bff0
#bbcff4
#d2dff7
#e8effb
#ffffff

Shades of #356fdf color code

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

#356fdf
#2f62c6
#2956ad
#234a94
#1d3d7b
#173163
#11254a
#0b1831
#050c18
#000000

Tones

#356fdf
#4c76c8
#647eb0
#7b8599
#8a8a8a

Tones

Similar Color like #356fdf color

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

#3670e0
#3771e1
#3872e2
#3973e3
#3a74e4
#3b75e5
#3c76e6
#3d77e7
#3e78e8
#3f79e9
#407aea
#417beb
#427cec
#437ded
#346ede
#336ddd
#326cdc
#316bdb
#306ada
#2f69d9
#2e68d8
#2d67d7
#2c66d6
#2b65d5
#2a64d4
#2963d3
#2862d2
#2761d1

Download this Dark Blue

Hex #356fdf 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.

#356fdf Color Code Preview on Black Background Color

This is how #356fdf Color will look on black background color. Color contrast ratio is 4.49

#356fdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #356fdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #356fdf

#356fdf color code is use for CSS Background Color

Background color for the above div is #356fdf

HTML with inline CSS

<div style="background-color:#356fdf;"></div>

#356fdf color code is use for CSS Border Color

CSS Border color for the above div is #356fdf

HTML with inline CSS

<div style="border:5px solid #356fdf;"></div>

CSS Border Left color for the above div is #356fdf

HTML with inline CSS

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

CSS Border Right color for the above div is #356fdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #356fdf

HTML with inline CSS

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

CSS Border Top color for the above div is #356fdf

HTML with inline CSS

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

#356fdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#356fdf Color code Preview on White Background

This is how #356fdf Color code will look on white background color. Color contrast ratio is 4.68

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

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