Skip to main content Skip to docs navigation

#330caf hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Deep Daijin Blue and its hex is #3311AA Nearest Color Name

Color Hue/Base color: Blue

Hex #330caf Color code in RGB color code model is created after adding 20% red color, 4.71% green color and 68.63% blue color. Hex #330caf Color code in CMYK color (process color) code model is generated after subtraction of 71% cyan, 93% magenta, 0% yellow and 31.37% black.

Hex #330caf color code is between #2211aa web safe hex color code and #4400bb web safe hex color code. #2211aa is the nearest web safe color code. You can see here many more shades of #330caf color code.

RGB Chart

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

Color Table

Hex Color Code 330caf #330caf
RGB Decimal 51, 12, 175 51, 12, 175
RGB Percent 20%, 5%, 69% rgb(20%, 5%, 69%)
CSS RGBa 51, 12, 175,1 rgba(51,12,175,1)
CMYK Model cmyk(71%,93%,0%,31.37%)
HSL Color Space 254,87% ,37% hsl(254,87% ,37%)
HSV Color Space 254°, 93%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 00001100 10101111
Octal 63 14 257
Decimal 51 12 175
Hex 33 0c af

Different shades of #330caf color code.

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

Darkest of #330caf
#090220
Darker of #330caf
#170550
Dark of #330caf
#25097f
Base of #330caf
#330caf
Light of #330caf
#410fdf
Lighter
#5e30f1
Lightest
#8360f4

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

#330caf
#88af0c

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

Split Complementary

#330caf
#af850c
#36af0c

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

Analogous Color

#0c44af
#0c29af
#330caf
#690caf
#ad0caf

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

#330caf
#0caf33
#af330c

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

#330caf
#af330c
#88af0c
#0c88af

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#330caf
#af0c36
#88af0c
#0caf85

Square 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).

Monochromatic Color with #330caf

#000000
#090220
#170550
#25097f
#330caf
#410fdf
#5e30f1
#8360f4
#a890f7

Tints of #330caf Color

#330caf
#4927b7
#6042c0
#775dc9
#8d78d2
#a493db
#bbaee4
#d1c9ed
#e8e4f6
#ffffff

Shades of #330caf color code

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

#330caf
#2d0a9b
#270988
#220874
#1c0661
#16054d
#11043a
#0b0226
#050113
#000000

Tones

#330caf
#3d1f9c
#47318a
#504477
#5a5764

Tones

Similar Color like #330caf color

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

#340db0
#350eb1
#360fb2
#3710b3
#3811b4
#3912b5
#3a13b6
#3b14b7
#3c15b8
#3d16b9
#3e17ba
#3f18bb
#4019bc
#411abd
#320bae
#310aad
#3009ac
#2f08ab
#2e07aa
#2d06a9
#2c05a8
#2b04a7
#2a03a6
#2902a5
#2801a4
#2700a3
#2600a2
#2500a1

Download this Dark Blue

Hex #330caf 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.

#330caf Color Code Preview on Black Background Color

This is how #330caf Color will look on black background color. Color contrast ratio is 1.81

#330caf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #330caf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #330caf

#330caf color code is use for CSS Background Color

Background color for the above div is #330caf

HTML with inline CSS

<div style="background-color:#330caf;"></div>

#330caf color code is use for CSS Border Color

CSS Border color for the above div is #330caf

HTML with inline CSS

<div style="border:5px solid #330caf;"></div>

CSS Border Left color for the above div is #330caf

HTML with inline CSS

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

CSS Border Right color for the above div is #330caf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #330caf

HTML with inline CSS

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

CSS Border Top color for the above div is #330caf

HTML with inline CSS

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

#330caf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#330caf Color code Preview on White Background

This is how #330caf Color code will look on white background color. Color contrast ratio is 11.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 #330caf; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #330caf; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(51,12,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(136,175,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(51,12,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }