crispedge.com

Color picker

Loading...

#33497f hex color - Blue - Cool color - Information

#33497f hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #33497f Color code in RGB color code model is created after adding 20% red color, 28.63% green color and 49.8% blue color. Hex #33497f Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 43% magenta, 0% yellow and 50% black.

Hex #33497f color code is between #224477 web safe hex color code and #445588 web safe hex color code. #224477 is the nearest web safe color code. You can see here many more shades of #33497f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code33497f#33497f
RGB Decimal51, 73, 127rgb(51, 73, 127)
RGB Percent20%, 29%, 50%rgb(20%, 29%, 50%)
CSS RGBa51, 73, 127,1rgba(51,73,127,1)
CMYK Modelcmyk(60%,43%,0%,50%)
HSL Color Space223,43% ,35%hsl(223,43% ,35%)
HSV Color Space223°, 60%, 50%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100110100100101111111
Octal63111177
Decimal5173127
Hex33497f

Different shades of #33497f color code.

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

Light Shade of #33497f
#425ea3
Dark Shade of #33497f
#24345b
Saturated Shade of #33497f
#2a4588
Desaturated Shade of #33497f
#3c4d76
Grey scale Shade of #33497f
#595959
Brighten Shade
#4c6298
Most Readable Shade
#FFFFFF

Shades of #33497f color code

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

#33497f
#2d4070
#273862
#223054
#1c2846
#162038
#11182a
#0b101c
#05080e
#000000

Similar Color like #33497f color

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

#344a80
#354b81
#364c82
#374d83
#384e84
#394f85
#3a5086
#3b5187
#3c5288
#3d5389
#3e548a
#3f558b
#40568c
#41578d
#32487e
#31477d
#30467c
#2f457b
#2e447a
#2d4379
#2c4278
#2b4177
#2a4076
#293f75
#283e74
#273d73
#263c72
#253b71

Monochromatic Color with #33497f

#33497f
#4461a9
#557ad4
#6692fe
#11182a
#223154

Tints of #33497f Color

#33497f
#495d8d
#60719b
#7785a9
#8d99b7
#a4aec6
#bbc2d4
#d1d6e2
#e8eaf0
#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

#33497f
#7f6933

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

Split Complementary

#33497f
#7f4333
#6f7f33

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

Analogous Color

#33677f
#33587f
#33497f
#333a7f
#3b337f

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

#33497f
#7f3349
#497f33

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

#33497f
#7f336f
#7f6933
#337f43

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

#33497f
#7f6933
#6f7f33
#43337f

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 #33497f 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.

#33497f Color Code Preview on Black Background Color

This is how #33497f Color will look on black background color. Color contrast ratio is 2.40

#33497f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33497f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #33497f

#33497f color code is use for CSS Background Color

Background color for the above div is #33497f

HTML with inline CSS

<div style="background-color:#33497f;"></div>

#33497f color code is use for CSS Border Color

CSS Border color for the above div is #33497f

HTML with inline CSS

<div style="border:5px solid #33497f;"></div>

CSS Border Left color for the above div is #33497f

HTML with inline CSS

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

CSS Border Right color for the above div is #33497f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #33497f

HTML with inline CSS

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

CSS Border Top color for the above div is #33497f

HTML with inline CSS

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

#33497f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33497f Color code Preview on White Background

This is how #33497f Color code will look on white background color. Color contrast ratio is 8.75

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

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(51,73,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,105,51,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(51,73,127,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.