Skip to main content Skip to docs navigation

#336fbc 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 Campanula and its hex is #3473B7 Nearest Color Name

Color Hue/Base color: Blue

Hex #336fbc Color code in RGB color code model is created after adding 20% red color, 43.53% green color and 73.73% blue color. Hex #336fbc Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 41% magenta, 0% yellow and 26.27% black.

Hex #336fbc color code is between #2277bb web safe hex color code and #4466cc web safe hex color code. #2277bb is the nearest web safe color code. You can see here many more shades of #336fbc color code.

RGB Chart

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

Color Table

Hex Color Code 336fbc #336fbc
RGB Decimal 51, 111, 188 51, 111, 188
RGB Percent 20%, 44%, 74% rgb(20%, 44%, 74%)
CSS RGBa 51, 111, 188,1 rgba(51,111,188,1)
CMYK Model cmyk(73%,41%,0%,26.27%)
HSL Color Space 214,57% ,47% hsl(214,57% ,47%)
HSV Color Space 214°, 73%, 74%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 01101111 10111100
Octal 63 157 274
Decimal 51 111 188
Hex 33 6f bc

Different shades of #336fbc color code.

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

Darkest of #336fbc
#122844
Darker of #336fbc
#1d406c
Dark of #336fbc
#285794
Base of #336fbc
#336fbc
Light of #336fbc
#5289d0
Lighter
#7aa4db
Lightest
#a2c0e6

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

#336fbc
#bc8033

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

Split Complementary

#336fbc
#bc3b33
#b3bc33

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

Analogous Color

#33bcb9
#33a8bc
#336fbc
#3341bc
#5e33bc

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

#336fbc
#6fbc33
#bc336f

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

#336fbc
#bc336f
#bc8033
#33bc80

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

#336fbc
#bc33b3
#bc8033
#33bc3b

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 #336fbc

#07101c
#122844
#1d406c
#285794
#336fbc
#5289d0
#7aa4db
#a2c0e6
#cadbf1

Tints of #336fbc Color

#336fbc
#497fc3
#608fca
#779fd2
#8dafd9
#a4bfe1
#bbcfe8
#d1dff0
#e8eff7
#ffffff

Shades of #336fbc color code

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

#336fbc
#2d62a7
#275692
#224a7d
#1c3d68
#163153
#11253e
#0b1829
#050c14
#000000

Tones

#336fbc
#4b72a4
#63758c
#777777
#777777

Tones

Similar Color like #336fbc color

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

#3470bd
#3571be
#3672bf
#3773c0
#3874c1
#3975c2
#3a76c3
#3b77c4
#3c78c5
#3d79c6
#3e7ac7
#3f7bc8
#407cc9
#417dca
#326ebb
#316dba
#306cb9
#2f6bb8
#2e6ab7
#2d69b6
#2c68b5
#2b67b4
#2a66b3
#2965b2
#2864b1
#2763b0
#2662af
#2561ae

Download this Dark Blue

Hex #336fbc 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.

#336fbc Color Code Preview on Black Background Color

This is how #336fbc Color will look on black background color. Color contrast ratio is 4.14

#336fbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #336fbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #336fbc

#336fbc color code is use for CSS Background Color

Background color for the above div is #336fbc

HTML with inline CSS

<div style="background-color:#336fbc;"></div>

#336fbc color code is use for CSS Border Color

CSS Border color for the above div is #336fbc

HTML with inline CSS

<div style="border:5px solid #336fbc;"></div>

CSS Border Left color for the above div is #336fbc

HTML with inline CSS

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

CSS Border Right color for the above div is #336fbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #336fbc

HTML with inline CSS

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

CSS Border Top color for the above div is #336fbc

HTML with inline CSS

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

#336fbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#336fbc Color code Preview on White Background

This is how #336fbc Color code will look on white background color. Color contrast ratio is 5.07

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

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