crispedge.com

Color picker

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

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

#35377d hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #35377d 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 #35377d color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code35377d#35377d
RGB Decimal53, 55, 125rgb(53, 55, 125)
RGB Percent21%, 22%, 49%rgb(21%, 22%, 49%)
CSS RGBa53, 55, 125,1rgba(53,55,125,1)
CMYK Modelcmyk(58%,56%,0%,51%)
HSL Color Space238,40% ,35%hsl(238,40% ,35%)
HSV Color Space238°, 58%, 49%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001101010011011101111101
Octal6567175
Decimal5355125
Hex35377d

Different shades of #35377d color code.

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

Light Shade of #35377d
#4447a1
Dark Shade of #35377d
#262759
Saturated Shade of #35377d
#2c2f86
Desaturated Shade of #35377d
#3e3f74
Grey scale Shade of #35377d
#595959
Brighten Shade
#4e5096
Most Readable Shade
#FFFFFF

Shades of #35377d color code

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

#35377d
#2f306f
#292a61
#232453
#1d1e45
#171837
#111229
#0b0c1b
#05060d
#000000

Similar Color like #35377d color

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

#36387e
#37397f
#383a80
#393b81
#3a3c82
#3b3d83
#3c3e84
#3d3f85
#3e4086
#3f4187
#404288
#414389
#42448a
#43458b
#34367c
#33357b
#32347a
#313379
#303278
#2f3177
#2e3076
#2d2f75
#2c2e74
#2b2d73
#2a2c72
#292b71
#282a70
#27296f

Monochromatic Color with #35377d

#35377d
#474aa7
#595cd2
#6b6ffc
#111228
#232452

Tints of #35377d Color

#35377d
#4b4d8b
#616399
#7879a8
#8e8fb6
#a5a6c5
#bbbcd3
#d2d2e2
#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

#35377d
#7d7b35

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

Split Complementary

#35377d
#7d5735
#5b7d35

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

Analogous Color

#35547d
#35457d
#35377d
#41357d
#50357d

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

#35377d
#7d3537
#377d35

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

#35377d
#7d355b
#7d7b35
#357d57

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

#35377d
#7d7b35
#5b7d35
#57357d

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

#35377d Color Code Preview on Black Background Color

This is how #35377d Color will look on black background color. Color contrast ratio is 1.99

#35377d in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#35377d color code is use for CSS Background Color

Background color for the above div is #35377d

HTML with inline CSS

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

#35377d color code is use for CSS Border Color

CSS Border color for the above div is #35377d

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#35377d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#35377d Color code Preview on White Background

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

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

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.