crispedge.com

Color picker

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

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

#38357c hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #38357c 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 #38357c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code38357c#38357c
RGB Decimal56, 53, 124rgb(56, 53, 124)
RGB Percent22%, 21%, 49%rgb(22%, 21%, 49%)
CSS RGBa56, 53, 124,1rgba(56,53,124,1)
CMYK Modelcmyk(55%,57%,0%,51%)
HSL Color Space243,40% ,35%hsl(243,40% ,35%)
HSV Color Space243°, 57%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110000011010101111100
Octal7065174
Decimal5653124
Hex38357c

Different shades of #38357c color code.

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

Light Shade of #38357c
#4844a0
Dark Shade of #38357c
#282658
Saturated Shade of #38357c
#302c85
Desaturated Shade of #38357c
#403e73
Grey scale Shade of #38357c
#585858
Brighten Shade
#514e95
Most Readable Shade
#FFFFFF

Shades of #38357c color code

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

#38357c
#312f6e
#2b2960
#252352
#1f1d44
#181737
#121129
#0c0b1b
#06050d
#000000

Similar Color like #38357c color

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

#39367d
#3a377e
#3b387f
#3c3980
#3d3a81
#3e3b82
#3f3c83
#403d84
#413e85
#423f86
#434087
#444188
#454289
#46438a
#37347b
#36337a
#353279
#343178
#333077
#322f76
#312e75
#302d74
#2f2c73
#2e2b72
#2d2a71
#2c2970
#2b286f
#2a276e

Monochromatic Color with #38357c

#38357c
#4b47a6
#5e59d1
#726cfb
#121127
#252351

Tints of #38357c Color

#38357c
#4e4b8a
#646199
#7a78a7
#908eb6
#a6a5c4
#bcbbd3
#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

#38357c
#797c35

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

Split Complementary

#38357c
#7c5b35
#567c35

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

Analogous Color

#354e7c
#35407c
#38357c
#46357c
#54357c

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

#38357c
#7c3835
#357c38

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

#38357c
#7c3555
#797c35
#357c5b

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

#38357c
#797c35
#567c35
#5b357c

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

#38357c Color Code Preview on Black Background Color

This is how #38357c Color will look on black background color. Color contrast ratio is 1.97

#38357c in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#38357c color code is use for CSS Background Color

Background color for the above div is #38357c

HTML with inline CSS

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

#38357c color code is use for CSS Border Color

CSS Border color for the above div is #38357c

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#38357c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38357c Color code Preview on White Background

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

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

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.