Skip to main content Skip to docs navigation

#36799f 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 Peninsula and its hex is #37799C Nearest Color Name

Color Hue/Base color: Blue

Hex #36799f Color code in RGB color code model is created after adding 21.18% red color, 47.45% green color and 62.35% blue color. Hex #36799f Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 24% magenta, 0% yellow and 37.65% black.

Hex #36799f color code is between #337799 web safe hex color code and #4488aa web safe hex color code. #337799 is the nearest web safe color code. You can see here many more shades of #36799f color code.

RGB Chart

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

Color Table

Hex Color Code 36799f #36799f
RGB Decimal 54, 121, 159 54, 121, 159
RGB Percent 21%, 47%, 62% rgb(21%, 47%, 62%)
CSS RGBa 54, 121, 159,1 rgba(54,121,159,1)
CMYK Model cmyk(66%,24%,0%,37.65%)
HSL Color Space 202,49% ,42% hsl(202,49% ,42%)
HSV Color Space 202°, 66%, 62%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110110 01111001 10011111
Octal 66 171 237
Decimal 54 121 159
Hex 36 79 9f

Different shades of #36799f color code.

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

Darkest of #36799f
#0f222d
Darker of #36799f
#1c3f53
Dark of #36799f
#295c79
Base of #36799f
#36799f
Light of #36799f
#4795c1
Lighter
#6dabce
Lightest
#93c1da

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

#36799f
#9f5c36

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

Split Complementary

#36799f
#9f3644
#9f9036

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

Analogous Color

#369f88
#369f99
#36799f
#36569f
#42369f

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

#36799f
#799f36
#9f3679

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

#36799f
#9f3679
#9f5c36
#369f5c

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

#36799f
#90369f
#9f5c36
#449f36

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 #36799f

#020507
#0f222d
#1c3f53
#295c79
#36799f
#4795c1
#6dabce
#93c1da
#bad7e7

Tints of #36799f Color

#36799f
#4c87a9
#6296b4
#79a5bf
#8fb4c9
#a5c3d4
#bcd2df
#d2e1e9
#e8f0f4
#ffffff

Shades of #36799f color code

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

#36799f
#306b8d
#2a5e7b
#24506a
#1e4358
#183546
#122835
#0c1a23
#060d11
#000000

Tones

#36799f
#4b738a
#616d74
#6a6a6a
#6a6a6a

Tones

Similar Color like #36799f color

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

#377aa0
#387ba1
#397ca2
#3a7da3
#3b7ea4
#3c7fa5
#3d80a6
#3e81a7
#3f82a8
#4083a9
#4184aa
#4285ab
#4386ac
#4487ad
#35789e
#34779d
#33769c
#32759b
#31749a
#307399
#2f7298
#2e7197
#2d7096
#2c6f95
#2b6e94
#2a6d93
#296c92
#286b91

Download this Dark Blue

Hex #36799f 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.

#36799f Color Code Preview on Black Background Color

This is how #36799f Color will look on black background color. Color contrast ratio is 4.39

#36799f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36799f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36799f

#36799f color code is use for CSS Background Color

Background color for the above div is #36799f

HTML with inline CSS

<div style="background-color:#36799f;"></div>

#36799f color code is use for CSS Border Color

CSS Border color for the above div is #36799f

HTML with inline CSS

<div style="border:5px solid #36799f;"></div>

CSS Border Left color for the above div is #36799f

HTML with inline CSS

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

CSS Border Right color for the above div is #36799f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #36799f

HTML with inline CSS

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

CSS Border Top color for the above div is #36799f

HTML with inline CSS

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

#36799f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#36799f Color code Preview on White Background

This is how #36799f Color code will look on white background color. Color contrast ratio is 4.78

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

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