Skip to main content Skip to docs navigation

#360CCC hex color | Interdimensional Blue | 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

Color Hue/Base color: Blue

Hex #360CCC Color Code is also known as | Interdimensional Blue color.

Hex #360CCC Color code in RGB color code model is created after adding 21.18% red color, 4.71% green color and 80% blue color. Hex #360CCC Color code in CMYK color (process color) code model is generated after subtraction of 74% cyan, 94% magenta, 0% yellow and 20% black.

Hex #360CCC color code is between #3311bb web safe hex color code and #4400dd web safe hex color code. #3311bb is the nearest web safe color code. You can see here many more shades of #360CCC color code.

RGB Chart

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

Color Table

Hex Color Code 360CCC #360CCC
RGB Decimal 54, 12, 204 54, 12, 204
RGB Percent 21%, 5%, 80% rgb(21%, 5%, 80%)
CSS RGBa 54, 12, 204,1 rgba(54,12,204,1)
CMYK Model cmyk(74%,94%,0%,20%)
HSL Color Space 253,89% ,42% hsl(253,89% ,42%)
HSV Color Space 253°, 94%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110110 00001100 11001100
Octal 66 14 314
Decimal 54 12 204
Hex 36 0C CC

Different shades of #360CCC color code.

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

Darkest of #360CCC
#10033b
Darker of #360CCC
#1d066c
Dark of #360CCC
#29099c
Base of #360CCC
#360ccc
Light of #360CCC
#4919f2
Lighter
#6f4af4
Lightest
#957af7

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

#360ccc
#a2cc0c

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

Split Complementary

#360CCC
#cc960c
#42cc0c

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

Analogous Color

#0c52cc
#0c32cc
#360ccc
#760ccc
#c60ccc

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

#360CCC
#0ccc36
#cc360c

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

#360CCC
#cc360c
#a2cc0c
#0ca2cc

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

#360CCC
#cc0c42
#a2cc0c
#0ccc96

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 #360CCC

#03010b
#10033b
#1d066c
#29099c
#360ccc
#4919f2
#6f4af4
#957af7
#bbaafa

Tints of #360CCC Color

#360ccc
#4c27d1
#6242d7
#795ddd
#8f78e2
#a593e8
#bcaeee
#d2c9f3
#e8e4f9
#ffffff

Shades of #360CCC color code

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

#360ccc
#300ab5
#2a099e
#240888
#1e0671
#18055a
#120444
#0c022d
#060116
#000000

Tones

#360ccc
#4222b6
#4e37a1
#5a4d8b
#676276

Tones

Similar Color like #360CCC color

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

#370dcd
#380ece
#390fcf
#3a10d0
#3b11d1
#3c12d2
#3d13d3
#3e14d4
#3f15d5
#4016d6
#4117d7
#4218d8
#4319d9
#441ada
#350bcb
#340aca
#3309c9
#3208c8
#3107c7
#3006c6
#2f05c5
#2e04c4
#2d03c3
#2c02c2
#2b01c1
#2a00c0
#2900bf
#2800be

Download this Dark Blue

Hex #360CCC 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.

#360CCC Color Code Preview on Black Background Color

This is how #360CCC Color will look on black background color. Color contrast ratio is 2.08

#360CCC in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #360CCC

HTML with inline CSS

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

Your Example Paragraph content text in with font color #360CCC

#360CCC color code is use for CSS Background Color

Background color for the above div is #360CCC

HTML with inline CSS

<div style="background-color:#360CCC;"></div>

#360CCC color code is use for CSS Border Color

CSS Border color for the above div is #360CCC

HTML with inline CSS

<div style="border:5px solid #360CCC;"></div>

CSS Border Left color for the above div is #360CCC

HTML with inline CSS

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

CSS Border Right color for the above div is #360CCC

HTML with inline CSS

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

CSS Border Bottom color for the above div is #360CCC

HTML with inline CSS

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

CSS Border Top color for the above div is #360CCC

HTML with inline CSS

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

#360CCC hex Color code used as CSS color Codes

Example CSS Class for usage

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

#360CCC Color code Preview on White Background

This is how #360CCC Color code will look on white background color. Color contrast ratio is 10.09

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

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(54,12,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,204,12,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(54,12,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }