crispedge.com

Color picker

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

#36609c hex color - Blue - Cool color - Information

#36609c hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #36609c Color code in RGB color code model is created after adding 21.18% red color, 37.65% green color and 61.18% blue color. Hex #36609c Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 38% magenta, 0% yellow and 39% black.

Hex #36609c color code is between #336699 web safe hex color code and #4455aa web safe hex color code. #336699 is the nearest web safe color code. You can see here many more shades of #36609c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code36609c#36609c
RGB Decimal54, 96, 156rgb(54, 96, 156)
RGB Percent21%, 38%, 61%rgb(21%, 38%, 61%)
CSS RGBa54, 96, 156,1rgba(54,96,156,1)
CMYK Modelcmyk(65%,38%,0%,39%)
HSL Color Space215,49% ,41%hsl(215,49% ,41%)
HSV Color Space215°, 65%, 61%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101100110000010011100
Octal66140234
Decimal5496156
Hex36609c

Different shades of #36609c color code.

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

Light Shade of #36609c
#4678bf
Dark Shade of #36609c
#294976
Saturated Shade of #36609c
#2b5ea6
Desaturated Shade of #36609c
#406291
Grey scale Shade of #36609c
#696969
Brighten Shade
#4f79b5
Most Readable Shade
#FFFFFF

Shades of #36609c color code

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

#36609c
#30558a
#2a4a79
#244068
#1e3556
#182a45
#122034
#0c1522
#060a11
#000000

Similar Color like #36609c color

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

#37619d
#38629e
#39639f
#3a64a0
#3b65a1
#3c66a2
#3d67a3
#3e68a4
#3f69a5
#406aa6
#416ba7
#426ca8
#436da9
#446eaa
#355f9b
#345e9a
#335d99
#325c98
#315b97
#305a96
#2f5995
#2e5894
#2d5793
#2c5692
#2b5591
#2a5490
#29538f
#28528e

Monochromatic Color with #36609c

#36609c
#457ac6
#5394f1
#0a121c
#192c47
#274671

Tints of #36609c Color

#36609c
#4c71a7
#6283b2
#7995bd
#8fa6c8
#a5b8d3
#bccade
#d2dbe9
#e8edf4
#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

#36609c
#9c7236

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

Split Complementary

#36609c
#9c3f36
#939c36

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

Analogous Color

#36899c
#36749c
#36609c
#364c9c
#36379c

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

#36609c
#9c3660
#609c36

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

#36609c
#9c3693
#9c7236
#369c3f

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

#36609c
#9c7236
#939c36
#3f369c

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 #36609c 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.

#36609c Color Code Preview on Black Background Color

This is how #36609c Color will look on black background color. Color contrast ratio is 3.31

#36609c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36609c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #36609c

#36609c color code is use for CSS Background Color

Background color for the above div is #36609c

HTML with inline CSS

<div style="background-color:#36609c;"></div>

#36609c color code is use for CSS Border Color

CSS Border color for the above div is #36609c

HTML with inline CSS

<div style="border:5px solid #36609c;"></div>

CSS Border Left color for the above div is #36609c

HTML with inline CSS

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

CSS Border Right color for the above div is #36609c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #36609c

HTML with inline CSS

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

CSS Border Top color for the above div is #36609c

HTML with inline CSS

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

#36609c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#36609c Color code Preview on White Background

This is how #36609c Color code will look on white background color. Color contrast ratio is 6.34

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

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.