Color: #360DDC

#360DDC Color Information

#360DDC is a dark color. The closest websafe version is #360DDC. A complement of this color would be #B4DE0D, perceived brightness is 0.19, and the grayscale version is #757575.

In the HSL color space, this color has a hue angle of 252°,a saturation of 89%, and a lightness of 46%.The HSV representation shows a hue of 252°, a saturation of 100%, and a value of 100%.

In a RGB color space, #360DDC is composed of 21% red, 5% green and 86% blue. Whereas in a CMYK color space, it is composed of 75% cyan, 94% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 5.45, x: 0.1748, and y: 0.0794.

Color Code #360DDC

HEX
#360DDC
RGB
rgb(54, 13, 220)
HSL
hsl(252, 89%, 46%)
HSV
hsv(252, 94%, 86%)
CMYK
75%, 94%, 0%, 14%
XYZ
X: 12.00, Y: 5.45, Z: 51.20
Lab
L: 27.97, a: 60.12, b: -94.77
Name

Shades of Color #360DDC

Shades are created by darkening the original color #360DDC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #360DDC

Tints are created by lightening the original color #360DDC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #360DDC Color Code

In the HSL color space, this color has a hue angle of 252°, a saturation of 89%, and a lightness of 46%. The HSV representation shows a hue of 252°, a saturation of 94%, and a value of 86%.

  • HEX: #360DDC
  • RGB: rgb(54, 13, 220)
  • HSL: hsl(252, 89%, 46%)
  • HSV: hsv(252, 94%, 86%)
  • CMYK: 75.00% cyan, 94.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 12.00, 5.45, 51.20
  • Yxy: 5.45, 0.1748, 0.0794
  • Hunter Lab: 27.97, 60.12, -94.77
  • CIE-Lab: 27.97, 60.12, -94.77

In the XYZ color space, this color is represented as X: 12.00, Y: 5.45, Z: 51.20. The Yxy representation further refines this as Y: 5.45, x: 0.1748, and y: 0.0794.

In the Hunter Lab color space, this color is represented as L: 27.97, a: 60.12, and b: -94.77. Similarly, in the CIE-Lab color space, it is represented as L: 27.97, a: 60.12, and b: -94.77.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #360DDC

Triadic colors are three colors evenly spaced around the color wheel, including #360DDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #360DDC

Analogous colors are adjacent to #360DDC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #360DDC

Monochromatic colors are variations of #360DDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #360DDC

The complementary color of #360DDC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #360DDC

/* Using HEX */
body {
  background-color: #360ddc;
}
/* Using RGB */
body {
  background-color: rgb(54, 13, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(54, 13, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(252, 89%, 46%);
}
/* Text color */
p {
  color: #360ddc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #360ddc;
}

HTML Examples of #360DDC

<!-- Using HEX -->
<div style="background-color: #360ddc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(54, 13, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(54, 13, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(252, 89%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #360ddc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #360ddc; width: 100px; height: 100px;"></div>

Related Colors of #360DDC

These colors are similar to #360DDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.