crispedge.com

Color picker

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

#333f50 hex color - Blue - Cool color - Information

#333f50 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #333f50 Color code in RGB color code model is created after adding 20% red color, 24.71% green color and 31.37% blue color. Hex #333f50 Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 21% magenta, 0% yellow and 69% black.

Hex #333f50 color code is between #224455 web safe hex color code and #443344 web safe hex color code. #224455 is the nearest web safe color code. You can see here many more shades of #333f50 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code333f50#333f50
RGB Decimal51, 63, 80rgb(51, 63, 80)
RGB Percent20%, 25%, 31%rgb(20%, 25%, 31%)
CSS RGBa51, 63, 80,1rgba(51,63,80,1)
CMYK Modelcmyk(36%,21%,0%,69%)
HSL Color Space215,22% ,26%hsl(215,22% ,26%)
HSV Color Space215°, 36%, 31%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100110011111101010000
Octal6377120
Decimal516380
Hex333f50

Different shades of #333f50 color code.

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

Light Shade of #333f50
#47586f
Dark Shade of #333f50
#1f2631
Saturated Shade of #333f50
#2c3e57
Desaturated Shade of #333f50
#3a4049
Grey scale Shade of #333f50
#414141
Brighten Shade
#4c5869
Most Readable Shade
#FFFFFF

Shades of #333f50 color code

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

#333f50
#2d3847
#27313e
#222a35
#1c232c
#161c23
#11151a
#0b0e11
#050708
#000000

Similar Color like #333f50 color

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

#344051
#354152
#364253
#374354
#384455
#394556
#3a4657
#3b4758
#3c4859
#3d495a
#3e4a5b
#3f4b5c
#404c5d
#414d5e
#323e4f
#313d4e
#303c4d
#2f3b4c
#2e3a4b
#2d394a
#2c3849
#2b3748
#2a3647
#293546
#283445
#273344
#263243
#253142

Monochromatic Color with #333f50

#333f50
#4e607a
#6982a5
#84a3cf
#9fc5fa
#181e25

Tints of #333f50 Color

#333f50
#495463
#606976
#777f8a
#8d949d
#a4a9b1
#bbbfc4
#d1d4d8
#e8e9eb
#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

#333f50
#504433

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

Split Complementary

#333f50
#503633
#4e5033

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

Analogous Color

#334b50
#334550
#333f50
#333950
#333350

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

#333f50
#50333f
#3f5033

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

#333f50
#50334d
#504433
#335035

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

#333f50
#504433
#4e5033
#363350

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 #333f50 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.

#333f50 Color Code Preview on Black Background Color

This is how #333f50 Color will look on black background color. Color contrast ratio is 1.97

#333f50 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #333f50

HTML with inline CSS

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

Your Example Paragraph content text in with font color #333f50

#333f50 color code is use for CSS Background Color

Background color for the above div is #333f50

HTML with inline CSS

<div style="background-color:#333f50;"></div>

#333f50 color code is use for CSS Border Color

CSS Border color for the above div is #333f50

HTML with inline CSS

<div style="border:5px solid #333f50;"></div>

CSS Border Left color for the above div is #333f50

HTML with inline CSS

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

CSS Border Right color for the above div is #333f50

HTML with inline CSS

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

CSS Border Bottom color for the above div is #333f50

HTML with inline CSS

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

CSS Border Top color for the above div is #333f50

HTML with inline CSS

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

#333f50 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#333f50 Color code Preview on White Background

This is how #333f50 Color code will look on white background color. Color contrast ratio is 10.67

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

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.