crispedge.com

Color picker

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

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

#38367c hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #38367c Color code in RGB color code model is created after adding 21.96% red color, 21.18% green color and 48.63% blue color. Hex #38367c Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 56% magenta, 0% yellow and 51% black.

Hex #38367c color code is between #333377 web safe hex color code and #444488 web safe hex color code. #333377 is the nearest web safe color code. You can see here many more shades of #38367c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code38367c#38367c
RGB Decimal56, 54, 124rgb(56, 54, 124)
RGB Percent22%, 21%, 49%rgb(22%, 21%, 49%)
CSS RGBa56, 54, 124,1rgba(56,54,124,1)
CMYK Modelcmyk(55%,56%,0%,51%)
HSL Color Space242,39% ,35%hsl(242,39% ,35%)
HSV Color Space242°, 56%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110000011011001111100
Octal7066174
Decimal5654124
Hex38367c

Different shades of #38367c color code.

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

Light Shade of #38367c
#4845a0
Dark Shade of #38367c
#282758
Saturated Shade of #38367c
#302d85
Desaturated Shade of #38367c
#403f73
Grey scale Shade of #38367c
#595959
Brighten Shade
#514f95
Most Readable Shade
#FFFFFF

Shades of #38367c color code

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

#38367c
#31306e
#2b2a60
#252452
#1f1e44
#181837
#121229
#0c0c1b
#06060d
#000000

Similar Color like #38367c color

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

#39377d
#3a387e
#3b397f
#3c3a80
#3d3b81
#3e3c82
#3f3d83
#403e84
#413f85
#424086
#434187
#444288
#454389
#46448a
#37357b
#36347a
#353379
#343278
#333177
#323076
#312f75
#302e74
#2f2d73
#2e2c72
#2d2b71
#2c2a70
#2b296f
#2a286e

Monochromatic Color with #38367c

#38367c
#4b49a6
#5e5bd1
#726efb
#121127
#252351

Tints of #38367c Color

#38367c
#4e4c8a
#646299
#7a79a7
#908fb6
#a6a5c4
#bcbcd3
#d2d2e1
#e8e8f0
#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

#38367c
#7a7c36

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

Split Complementary

#38367c
#7c5b36
#577c36

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

Analogous Color

#36507c
#36427c
#38367c
#46367c
#54367c

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

#38367c
#7c3836
#367c38

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

#38367c
#7c3657
#7a7c36
#367c5b

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

#38367c
#7a7c36
#577c36
#5b367c

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

#38367c Color Code Preview on Black Background Color

This is how #38367c Color will look on black background color. Color contrast ratio is 1.99

#38367c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#38367c color code is use for CSS Background Color

Background color for the above div is #38367c

HTML with inline CSS

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

#38367c color code is use for CSS Border Color

CSS Border color for the above div is #38367c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#38367c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38367c Color code Preview on White Background

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

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

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.