crispedge.com

Color picker

Loading...

#003c88 hex color - Blue - Cool color - Information

#003c88 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #003c88 Color code in RGB color code model is created after adding 0% red color, 23.53% green color and 53.33% blue color. Hex #003c88 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 56% magenta, 0% yellow and 47% black.

Hex #003c88 color code is between #004477 web safe hex color code and #003399 web safe hex color code. #004477 is the nearest web safe color code. You can see here many more shades of #003c88 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code003c88#003c88
RGB Decimal0, 60, 136rgb(0, 60, 136)
RGB Percent0%, 24%, 53%rgb(0%, 24%, 53%)
CSS RGBa0, 60, 136,1rgba(0,60,136,1)
CMYK Modelcmyk(100%,56%,0%,47%)
HSL Color Space214,100% ,27%hsl(214,100% ,27%)
HSV Color Space214°, 100%, 53%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000000011110010001000
Octal074210
Decimal060136
Hex003c88

Different shades of #003c88 color code.

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

Light Shade of #003c88
#0052bb
Dark Shade of #003c88
#002555
Saturated Shade of #003c88
#003c88
Desaturated Shade of #003c88
#073d81
Grey scale Shade of #003c88
#444444
Brighten Shade
#1955a1
Most Readable Shade
#FFFFFF

Shades of #003c88 color code

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

#003c88
#003578
#002e69
#00285a
#00214b
#001a3c
#00142d
#000d1e
#00060f
#000000

Similar Color like #003c88 color

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

#013d89
#023e8a
#033f8b
#04408c
#05418d
#06428e
#07438f
#084490
#094591
#0a4692
#0b4793
#0c4894
#0d4995
#0e4a96
#003b87
#003a86
#003985
#003884
#003783
#003682
#003581
#003480
#00337f
#00327e
#00317d
#00307c
#002f7b
#002e7a

Monochromatic Color with #003c88

#003c88
#004fb3
#0061dd
#000408
#001633
#00295d

Tints of #003c88 Color

#003c88
#1c5195
#3867a2
#557daf
#7192bc
#8da8ca
#aabed7
#c6d3e4
#e2e9f1
#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

#003c88
#884c00

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

Split Complementary

#003c88
#880800
#808800

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

Analogous Color

#007288
#005788
#003c88
#002188
#000688

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

#003c88
#88003c
#3c8800

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

#003c88
#880080
#884c00
#008808

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

#003c88
#884c00
#808800
#080088

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 #003c88 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.

#003c88 Color Code Preview on Black Background Color

This is how #003c88 Color will look on black background color. Color contrast ratio is 2.00

#003c88 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #003c88

HTML with inline CSS

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

Your Example Paragraph content text in with font color #003c88

#003c88 color code is use for CSS Background Color

Background color for the above div is #003c88

HTML with inline CSS

<div style="background-color:#003c88;"></div>

#003c88 color code is use for CSS Border Color

CSS Border color for the above div is #003c88

HTML with inline CSS

<div style="border:5px solid #003c88;"></div>

CSS Border Left color for the above div is #003c88

HTML with inline CSS

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

CSS Border Right color for the above div is #003c88

HTML with inline CSS

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

CSS Border Bottom color for the above div is #003c88

HTML with inline CSS

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

CSS Border Top color for the above div is #003c88

HTML with inline CSS

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

#003c88 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#003c88 Color code Preview on White Background

This is how #003c88 Color code will look on white background color. Color contrast ratio is 10.49

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

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(0,60,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(136,76,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,60,136,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.