crispedge.com

Color picker

Loading...

#35988d hex color - Green - Cool color - Information

#35988d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #35988d Color code in RGB color code model is created after adding 20.78% red color, 59.61% green color and 55.29% blue color. Hex #35988d Color code in CMYK color (process color) code model is generated after subtraction of 65% cyan, 0% magenta, 7% yellow and 40% black.

Hex #35988d color code is between #339988 web safe hex color code and #448899 web safe hex color code. #339988 is the nearest web safe color code. You can see here many more shades of #35988d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code35988d#35988d
RGB Decimal53, 152, 141rgb(53, 152, 141)
RGB Percent21%, 60%, 55%rgb(21%, 60%, 55%)
CSS RGBa53, 152, 141,1rgba(53,152,141,1)
CMYK Modelcmyk(65%,0%,7%,40%)
HSL Color Space173,48% ,40%hsl(173,48% ,40%)
HSV Color Space173°, 65%, 60%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101011001100010001101
Octal65230215
Decimal53152141
Hex35988d

Different shades of #35988d color code.

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

Light Shade of #35988d
#43bdb0
Dark Shade of #35988d
#28726a
Saturated Shade of #35988d
#2ba295
Desaturated Shade of #35988d
#3f8e85
Grey scale Shade of #35988d
#666666
Brighten Shade
#4eb1a6
Most Readable Shade
#000000

Shades of #35988d color code

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

#35988d
#2f877d
#29766d
#23655e
#1d544e
#17433e
#11322f
#0b211f
#05100f
#000000

Similar Color like #35988d color

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

#36998e
#379a8f
#389b90
#399c91
#3a9d92
#3b9e93
#3c9f94
#3da095
#3ea196
#3fa297
#40a398
#41a499
#42a59a
#43a69b
#34978c
#33968b
#32958a
#319489
#309388
#2f9287
#2e9186
#2d9085
#2c8f84
#2b8e83
#2a8d82
#298c81
#288b80
#278a7f

Monochromatic Color with #35988d

#35988d
#44c2b4
#53eddc
#091817
#17433e
#266d66

Tints of #35988d Color

#35988d
#4ba399
#61aea6
#78bab3
#8ec5bf
#a5d1cc
#bbdcd9
#d2e8e5
#e8f3f2
#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

#35988d
#983540

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

Split Complementary

#35988d
#983571
#985c35

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

Analogous Color

#359865
#359879
#35988d
#358f98
#357b98

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

#35988d
#8d3598
#988d35

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

#35988d
#5b3598
#983540
#719835

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

#35988d
#983540
#985c35
#357198

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

#35988d Color Code Preview on Black Background Color

This is how #35988d Color will look on black background color. Color contrast ratio is 6.03

#35988d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35988d color code is use for CSS Background Color

Background color for the above div is #35988d

HTML with inline CSS

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

#35988d color code is use for CSS Border Color

CSS Border color for the above div is #35988d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35988d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35988d Color code Preview on White Background

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

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

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,152,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(152,53,64,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(53,152,141,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.