crispedge.com

Color picker

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

#40364e hex color - Violet - Cool color - Information

#40364e hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #40364e Color code in RGB color code model is created after adding 25.1% red color, 21.18% green color and 30.59% blue color. Hex #40364e Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 31% magenta, 0% yellow and 69% black.

Hex #40364e color code is between #443355 web safe hex color code and #334444 web safe hex color code. #443355 is the nearest web safe color code. You can see here many more shades of #40364e color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code40364e#40364e
RGB Decimal64, 54, 78rgb(64, 54, 78)
RGB Percent25%, 21%, 31%rgb(25%, 21%, 31%)
CSS RGBa64, 54, 78,1rgba(64,54,78,1)
CMYK Modelcmyk(18%,31%,0%,69%)
HSL Color Space265,18% ,26%hsl(265,18% ,26%)
HSV Color Space265°, 31%, 31%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010000000011011001001110
Octal10066116
Decimal645478
Hex40364e

Different shades of #40364e color code.

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

Light Shade of #40364e
#594b6c
Dark Shade of #40364e
#272130
Saturated Shade of #40364e
#3f2f55
Desaturated Shade of #40364e
#413d47
Grey scale Shade of #40364e
#424242
Brighten Shade
#594f67
Most Readable Shade
#FFFFFF

Shades of #40364e color code

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

#40364e
#383045
#312a3c
#2a2434
#231e2b
#1c1822
#15121a
#0e0c11
#070608
#000000

Similar Color like #40364e color

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

#41374f
#423850
#433951
#443a52
#453b53
#463c54
#473d55
#483e56
#493f57
#4a4058
#4b4159
#4c425a
#4d435b
#4e445c
#3f354d
#3e344c
#3d334b
#3c324a
#3b3149
#3a3048
#392f47
#382e46
#372d45
#362c44
#352b43
#342a42
#332941
#322840

Monochromatic Color with #40364e

#40364e
#635378
#8671a3
#a98ecd
#cbacf8
#1d1923

Tints of #40364e Color

#40364e
#554c61
#6a6275
#7f7989
#948f9c
#aaa5b0
#bfbcc4
#d4d2d7
#e9e8eb
#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

#40364e
#444e36

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

Split Complementary

#40364e
#4e4c36
#384e36

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

Analogous Color

#36364e
#3b364e
#40364e
#45364e
#4a364e

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

#40364e
#4e4036
#364e40

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

#40364e
#4e3638
#444e36
#364e4c

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

#40364e
#444e36
#384e36
#4c364e

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

#40364e Color Code Preview on Black Background Color

This is how #40364e Color will look on black background color. Color contrast ratio is 1.86

#40364e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#40364e color code is use for CSS Background Color

Background color for the above div is #40364e

HTML with inline CSS

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

#40364e color code is use for CSS Border Color

CSS Border color for the above div is #40364e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#40364e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#40364e Color code Preview on White Background

This is how #40364e Color code will look on white background color. Color contrast ratio is 11.32

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

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.