crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#36497e hex color - Blue - Cool color - Information

#36497e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #36497e Color code in RGB color code model is created after adding 21.18% red color, 28.63% green color and 49.41% blue color. Hex #36497e Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 42% magenta, 0% yellow and 51% black.

Hex #36497e color code is between #334477 web safe hex color code and #445588 web safe hex color code. #334477 is the nearest web safe color code. You can see here many more shades of #36497e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code36497e#36497e
RGB Decimal54, 73, 126rgb(54, 73, 126)
RGB Percent21%, 29%, 49%rgb(21%, 29%, 49%)
CSS RGBa54, 73, 126,1rgba(54,73,126,1)
CMYK Modelcmyk(57%,42%,0%,51%)
HSL Color Space224,40% ,35%hsl(224,40% ,35%)
HSV Color Space224°, 57%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101100100100101111110
Octal66111176
Decimal5473126
Hex36497e

Different shades of #36497e color code.

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

Light Shade of #36497e
#455ea2
Dark Shade of #36497e
#27345a
Saturated Shade of #36497e
#2d4587
Desaturated Shade of #36497e
#3f4d75
Grey scale Shade of #36497e
#5a5a5a
Brighten Shade
#4f6297
Most Readable Shade
#FFFFFF

Shades of #36497e color code

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

#36497e
#304070
#2a3862
#243054
#1e2846
#182038
#12182a
#0c101c
#06080e
#000000

Similar Color like #36497e color

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

#374a7f
#384b80
#394c81
#3a4d82
#3b4e83
#3c4f84
#3d5085
#3e5186
#3f5287
#405388
#415489
#42558a
#43568b
#44578c
#35487d
#34477c
#33467b
#32457a
#314479
#304378
#2f4277
#2e4176
#2d4075
#2c3f74
#2b3e73
#2a3d72
#293c71
#283b70

Monochromatic Color with #36497e

#36497e
#4862a8
#5a7ad3
#6d93fd
#121829
#243053

Tints of #36497e Color

#36497e
#4c5d8c
#62719a
#7985a9
#8f99b7
#a5aec5
#bcc2d4
#d2d6e2
#e8eaf0
#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

#36497e
#7e6b36

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

Split Complementary

#36497e
#7e4736
#6d7e36

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

Analogous Color

#36667e
#36577e
#36497e
#363b7e
#40367e

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

#36497e
#7e3649
#497e36

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

#36497e
#7e366d
#7e6b36
#367e47

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

#36497e
#7e6b36
#6d7e36
#47367e

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 #36497e 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.

#36497e Color Code Preview on Black Background Color

This is how #36497e Color will look on black background color. Color contrast ratio is 2.41

#36497e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36497e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36497e

#36497e color code is use for CSS Background Color

Background color for the above div is #36497e

HTML with inline CSS

<div style="background-color:#36497e;"></div>

#36497e color code is use for CSS Border Color

CSS Border color for the above div is #36497e

HTML with inline CSS

<div style="border:5px solid #36497e;"></div>

CSS Border Left color for the above div is #36497e

HTML with inline CSS

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

CSS Border Right color for the above div is #36497e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #36497e

HTML with inline CSS

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

CSS Border Top color for the above div is #36497e

HTML with inline CSS

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

#36497e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#36497e Color code Preview on White Background

This is how #36497e Color code will look on white background color. Color contrast ratio is 8.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 #36497e; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #36497e; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.