crispedge.com

#35347d hex color - Blue - Cool color - Information

#35347d hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35347d Color code in RGB color code model is created after adding 20.78% red color, 20.39% green color and 49.02% blue color. Hex #35347d Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 58% magenta, 0% yellow and 51% black.

Hex #35347d color code is between #333377 web safe hex color code and #444488 web safe hex color code. #333377 is the nearest web safe color code. You can see here many more shades of #35347d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code35347d#35347d
RGB Decimal53, 52, 125rgb(53, 52, 125)
RGB Percent21%, 20%, 49%rgb(21%, 20%, 49%)
CSS RGBa53, 52, 125,1rgba(53,52,125,1)
CMYK Modelcmyk(58%,58%,0%,51%)
HSL Color Space241,41% ,35%hsl(241,41% ,35%)
HSV Color Space241°, 58%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101010011010001111101
Octal6564175
Decimal5352125
Hex35347d

Different shades of #35347d color code.

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

Light Shade of #35347d
#4443a1
Dark Shade of #35347d
#262559
Saturated Shade of #35347d
#2c2b86
Desaturated Shade of #35347d
#3e3d74
Grey scale Shade of #35347d
#585858
Brighten Shade
#4e4d96
Most Readable Shade
#FFFFFF

Shades of #35347d color code

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

#35347d
#2f2e6f
#292861
#232253
#1d1c45
#171737
#111129
#0b0b1b
#05050d
#000000

Similar Color like #35347d color

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

#36357e
#37367f
#383780
#393881
#3a3982
#3b3a83
#3c3b84
#3d3c85
#3e3d86
#3f3e87
#403f88
#414089
#42418a
#43428b
#34337c
#33327b
#32317a
#313079
#302f78
#2f2e77
#2e2d76
#2d2c75
#2c2b74
#2b2a73
#2a2972
#292871
#282770
#27266f

Monochromatic Color with #35347d

#35347d
#4746a7
#5957d2
#6b69fc
#111128
#232252

Tints of #35347d Color

#35347d
#4b4a8b
#616199
#7877a8
#8e8eb6
#a5a4c5
#bbbbd3
#d2d1e2
#e8e8f0
#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

#35347d
#7c7d34

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

Split Complementary

#35347d
#7d5934
#587d34

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

Analogous Color

#34507d
#34427d
#35347d
#44347d
#52347d

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

#35347d
#7d3534
#347d35

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

#35347d
#7d3457
#7c7d34
#347d59

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

#35347d
#7c7d34
#587d34
#59347d

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 #35347d 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.

#35347d Color Code Preview on Black Background Color

This is how #35347d Color will look on black background color. Color contrast ratio is 1.94

#35347d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35347d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35347d

#35347d color code is use for CSS Background Color

Background color for the above div is #35347d

HTML with inline CSS

<div style="background-color:#35347d;"></div>

#35347d color code is use for CSS Border Color

CSS Border color for the above div is #35347d

HTML with inline CSS

<div style="border:5px solid #35347d;"></div>

CSS Border Left color for the above div is #35347d

HTML with inline CSS

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

CSS Border Right color for the above div is #35347d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #35347d

HTML with inline CSS

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

CSS Border Top color for the above div is #35347d

HTML with inline CSS

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

#35347d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35347d Color code Preview on White Background

This is how #35347d Color code will look on white background color. Color contrast ratio is 10.83

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

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(53,52,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,125,52,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,52,125,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.

< /html>