crispedge.com

Color picker

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

#3e00c3 hex color - Blue - Cool color - Information

#3e00c3 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #3e00c3 Color code in RGB color code model is created after adding 24.31% red color, 0% green color and 76.47% blue color. Hex #3e00c3 Color code in CMYK color (process color) code model is generated after subtraction of 68% cyan, 100% magenta, 0% yellow and 24% black.

Hex #3e00c3 color code is between #4400bb web safe hex color code and #3300cc web safe hex color code. #4400bb is the nearest web safe color code. You can see here many more shades of #3e00c3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code3e00c3#3e00c3
RGB Decimal62, 0, 195rgb(62, 0, 195)
RGB Percent24%, 0%, 76%rgb(24%, 0%, 76%)
CSS RGBa62, 0, 195,1rgba(62,0,195,1)
CMYK Modelcmyk(68%,100%,0%,24%)
HSL Color Space259,100% ,38%hsl(259,100% ,38%)
HSV Color Space259°, 100%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111100000000011000011
Octal760303
Decimal620195
Hex3e00c3

Different shades of #3e00c3 color code.

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

Light Shade of #3e00c3
#4e00f6
Dark Shade of #3e00c3
#2e0090
Saturated Shade of #3e00c3
#3e00c3
Desaturated Shade of #3e00c3
#420ab9
Grey scale Shade of #3e00c3
#616161
Brighten Shade
#5719dc
Most Readable Shade
#FFFFFF

Shades of #3e00c3 color code

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

#3e00c3
#3700ad
#300097
#290082
#22006c
#1b0056
#140041
#0d002b
#060015
#000000

Similar Color like #3e00c3 color

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

#3f01c4
#4002c5
#4103c6
#4204c7
#4305c8
#4406c9
#4507ca
#4608cb
#4709cc
#480acd
#490bce
#4a0ccf
#4b0dd0
#4c0ed1
#3d00c2
#3c00c1
#3b00c0
#3a00bf
#3900be
#3800bd
#3700bc
#3600bb
#3500ba
#3400b9
#3300b8
#3200b7
#3100b6
#3000b5

Monochromatic Color with #3e00c3

#3e00c3
#4c00ed
#080019
#150043
#23006e
#300098

Tints of #3e00c3 Color

#3e00c3
#531cc9
#6838d0
#7e55d7
#9371dd
#a98de4
#beaaeb
#d4c6f1
#e9e2f8
#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

#3e00c3
#85c300

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

Split Complementary

#3e00c3
#c3a000
#23c300

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

Analogous Color

#0010c3
#1700c3
#3e00c3
#6500c3
#8c00c3

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

#3e00c3
#c33e00
#00c33e

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

#3e00c3
#c30023
#85c300
#00c39f

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

#3e00c3
#85c300
#23c300
#a000c3

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 #3e00c3 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.

#3e00c3 Color Code Preview on Black Background Color

This is how #3e00c3 Color will look on black background color. Color contrast ratio is 1.99

#3e00c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3e00c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3e00c3

#3e00c3 color code is use for CSS Background Color

Background color for the above div is #3e00c3

HTML with inline CSS

<div style="background-color:#3e00c3;"></div>

#3e00c3 color code is use for CSS Border Color

CSS Border color for the above div is #3e00c3

HTML with inline CSS

<div style="border:5px solid #3e00c3;"></div>

CSS Border Left color for the above div is #3e00c3

HTML with inline CSS

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

CSS Border Right color for the above div is #3e00c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3e00c3

HTML with inline CSS

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

CSS Border Top color for the above div is #3e00c3

HTML with inline CSS

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

#3e00c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3e00c3 Color code Preview on White Background

This is how #3e00c3 Color code will look on white background color. Color contrast ratio is 10.54

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

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.