crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#35707b hex color - Blue - Cool color - Information

#35707b hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #35707b Color code in RGB color code model is created after adding 20.78% red color, 43.92% green color and 48.24% blue color. Hex #35707b Color code in CMYK color (process color) code model is generated after subtraction of 57% cyan, 9% magenta, 0% yellow and 52% black.

Hex #35707b color code is between #337777 web safe hex color code and #446688 web safe hex color code. #337777 is the nearest web safe color code. You can see here many more shades of #35707b color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code35707b#35707b
RGB Decimal53, 112, 123rgb(53, 112, 123)
RGB Percent21%, 44%, 48%rgb(21%, 44%, 48%)
CSS RGBa53, 112, 123,1rgba(53,112,123,1)
CMYK Modelcmyk(57%,9%,0%,52%)
HSL Color Space189,40% ,35%hsl(189,40% ,35%)
HSV Color Space189°, 57%, 48%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101010111000001111011
Octal65160173
Decimal53112123
Hex35707b

Different shades of #35707b color code.

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

Light Shade of #35707b
#44909f
Dark Shade of #35707b
#265057
Saturated Shade of #35707b
#2c7684
Desaturated Shade of #35707b
#3e6a72
Grey scale Shade of #35707b
#585858
Brighten Shade
#4e8994
Most Readable Shade
#FFFFFF

Shades of #35707b color code

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

#35707b
#2f636d
#29575f
#234a52
#1d3e44
#173136
#112529
#0b181b
#050c0d
#000000

Similar Color like #35707b color

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

#36717c
#37727d
#38737e
#39747f
#3a7580
#3b7681
#3c7782
#3d7883
#3e7984
#3f7a85
#407b86
#417c87
#427d88
#437e89
#346f7a
#336e79
#326d78
#316c77
#306b76
#2f6a75
#2e6974
#2d6873
#2c6772
#2b6671
#2a6570
#29646f
#28636e
#27626d

Monochromatic Color with #35707b

#35707b
#4797a5
#5abdd0
#6ce4fa
#102326
#234950

Tints of #35707b Color

#35707b
#4b7f89
#618f98
#789fa7
#8eafb5
#a5bfc4
#bbcfd3
#d2dfe1
#e8eff0
#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

#35707b
#7b4035

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

Split Complementary

#35707b
#7b354d
#7b6335

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

Analogous Color

#357b6a
#357b78
#35707b
#35627b
#35547b

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

#35707b
#7b3570
#707b35

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

#35707b
#63357b
#7b4035
#4d7b35

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

#35707b
#7b4035
#7b6335
#354d7b

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 #35707b 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.

#35707b Color Code Preview on Black Background Color

This is how #35707b Color will look on black background color. Color contrast ratio is 3.76

#35707b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35707b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #35707b

#35707b color code is use for CSS Background Color

Background color for the above div is #35707b

HTML with inline CSS

<div style="background-color:#35707b;"></div>

#35707b color code is use for CSS Border Color

CSS Border color for the above div is #35707b

HTML with inline CSS

<div style="border:5px solid #35707b;"></div>

CSS Border Left color for the above div is #35707b

HTML with inline CSS

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

CSS Border Right color for the above div is #35707b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #35707b

HTML with inline CSS

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

CSS Border Top color for the above div is #35707b

HTML with inline CSS

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

#35707b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35707b Color code Preview on White Background

This is how #35707b Color code will look on white background color. Color contrast ratio is 5.59

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.