crispedge.com

Color picker

Loading...

#29335e hex color - Blue - Cool color - Information

#29335e hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #29335e Color code in RGB color code model is created after adding 16.08% red color, 20% green color and 36.86% blue color. Hex #29335e Color code in CMYK color (process color) code model is generated after subtraction of 56% cyan, 46% magenta, 0% yellow and 63% black.

Hex #29335e color code is between #222266 web safe hex color code and #334455 web safe hex color code. #222266 is the nearest web safe color code. You can see here many more shades of #29335e color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code29335e#29335e
RGB Decimal41, 51, 94rgb(41, 51, 94)
RGB Percent16%, 20%, 37%rgb(16%, 20%, 37%)
CSS RGBa41, 51, 94,1rgba(41,51,94,1)
CMYK Modelcmyk(56%,46%,0%,63%)
HSL Color Space229,39% ,26%hsl(229,39% ,26%)
HSV Color Space229°, 56%, 37%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010010011001101011110
Octal5163136
Decimal415194
Hex29335e

Different shades of #29335e color code.

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

Light Shade of #29335e
#384682
Dark Shade of #29335e
#1a203a
Saturated Shade of #29335e
#222f65
Desaturated Shade of #29335e
#303757
Grey scale Shade of #29335e
#434343
Brighten Shade
#424c77
Most Readable Shade
#FFFFFF

Shades of #29335e color code

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

#29335e
#242d53
#1f2749
#1b223e
#161c34
#121629
#0d111f
#090b14
#04050a
#000000

Similar Color like #29335e color

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

#2a345f
#2b3560
#2c3661
#2d3762
#2e3863
#2f3964
#303a65
#313b66
#323c67
#333d68
#343e69
#353f6a
#36406b
#37416c
#28325d
#27315c
#26305b
#252f5a
#242e59
#232d58
#222c57
#212b56
#202a55
#1f2954
#1e2853
#1d2752
#1c2651
#1b2550

Monochromatic Color with #29335e

#29335e
#3c4a88
#4e61b3
#6178dd
#040509
#161c33

Tints of #29335e Color

#29335e
#40496f
#586081
#707793
#888da5
#9fa4b7
#b7bbc9
#cfd1db
#e7e8ed
#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

#29335e
#5e5429

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

Split Complementary

#29335e
#5e3a29
#4e5e29

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

Analogous Color

#29485e
#293e5e
#29335e
#2a295e
#34295e

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

#29335e
#5e2933
#335e29

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

#29335e
#5e294d
#5e5429
#295e3a

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

#29335e
#5e5429
#4e5e29
#3a295e

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 #29335e 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.

#29335e Color Code Preview on Black Background Color

This is how #29335e Color will look on black background color. Color contrast ratio is 1.73

#29335e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29335e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #29335e

#29335e color code is use for CSS Background Color

Background color for the above div is #29335e

HTML with inline CSS

<div style="background-color:#29335e;"></div>

#29335e color code is use for CSS Border Color

CSS Border color for the above div is #29335e

HTML with inline CSS

<div style="border:5px solid #29335e;"></div>

CSS Border Left color for the above div is #29335e

HTML with inline CSS

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

CSS Border Right color for the above div is #29335e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #29335e

HTML with inline CSS

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

CSS Border Top color for the above div is #29335e

HTML with inline CSS

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

#29335e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#29335e Color code Preview on White Background

This is how #29335e Color code will look on white background color. Color contrast ratio is 12.14

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

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(41,51,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,84,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(41,51,94,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.