@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#3c53ca hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #3c53ca Color code in RGB color code model is created after adding 23.53% red color, 32.55% green color and 79.22% blue color. Hex #3c53ca Color code in CMYK color (process color) code model is generated after subtraction of 70% cyan, 59% magenta, 0% yellow and 20.78% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 3c53ca #3c53ca
RGB Decimal 60, 83, 202 rgb(60, 83, 202)
RGB Percent 24%, 33%, 79% rgb(24%, 33%, 79%)
CSS RGBa 60, 83, 202,1 rgba(60,83,202,1)
CMYK Model cmyk(70%,59%,0%,20.78%)
HSL Color Space 230,57% ,51% hsl(230,57% ,51%)
HSV Color Space 230°, 70%, 79%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111100 01010011 11001010
Octal 74 123 312
Decimal 60 83 202
Hex 3c 53 ca

Different shades of #3c53ca color code.

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

Light Shade of #3c53ca
#6476d5
Dark Shade of #3c53ca
#2d41a6
Saturated Shade of #3c53ca
#304bd6
Desaturated Shade of #3c53ca
#485bbe
Grey scale Shade of #3c53ca
#838383
Brighten Shade
#556ce3
Most Readable Shade
#FFFFFF

Shades of #3c53ca color code

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

#3c53ca
#3549b3
#2e409d
#283786
#212e70
#1a2459
#141b43
#0d122c
#060916
#000000

Similar Color like #3c53ca color

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

#3d54cb
#3e55cc
#3f56cd
#4057ce
#4158cf
#4259d0
#435ad1
#445bd2
#455cd3
#465dd4
#475ed5
#485fd6
#4960d7
#4a61d8
#3b52c9
#3a51c8
#3950c7
#384fc6
#374ec5
#364dc4
#354cc3
#344bc2
#334ac1
#3249c0
#3148bf
#3047be
#2f46bd
#2e45bc

Monochromatic Color with #3c53ca

#3c53ca
#4964f4
#0a0d20
#161f4a
#233075
#2f429f

Tints of #3c53ca Color

#3c53ca
#5166cf
#6779d5
#7d8cdb
#929fe1
#a8b2e7
#bec5ed
#d3d8f3
#e9ebf9
#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

#3c53ca
#cab33c

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

Split Complementary

#3c53ca
#ca6c3c
#9aca3c

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

Analogous Color

#3c8cca
#3c6fca
#3c53ca
#413cca
#5e3cca

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

#3c53ca
#ca3c53
#53ca3c

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

#3c53ca
#ca3c9a
#cab33c
#3cca6c

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

#3c53ca
#cab33c
#9aca3c
#6c3cca

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

#3c53ca Color Code Preview on Black Background Color

This is how #3c53ca Color will look on black background color. Color contrast ratio is 3.28

#3c53ca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#3c53ca color code is use for CSS Background Color

Background color for the above div is #3c53ca

HTML with inline CSS

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

#3c53ca color code is use for CSS Border Color

CSS Border color for the above div is #3c53ca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#3c53ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3c53ca Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(60,83,202,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(202,179,60,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(60,83,202,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.