Color: #3363AA

#3363AA Color Information

#3363AA is a dark color. The closest websafe version is #3363AA. A complement of this color would be #A97932, perceived brightness is 0.36, and the grayscale version is #6E6E6E.

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

In a RGB color space, #3363AA is composed of 20% red, 39% green and 67% blue. Whereas in a CMYK color space, it is composed of 70% cyan, 42% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 12.12, x: 0.2219, and y: 0.2241.

Color Code #3363AA

HEX
#3363AA
RGB
rgb(51, 99, 170)
HSL
hsl(216, 54%, 43%)
HSV
hsv(216, 70%, 67%)
CMYK
70%, 42%, 0%, 33%
XYZ
X: 12.00, Y: 12.12, Z: 29.97
Lab
L: 41.40, a: 2.21, b: -43.72
Name

Shades of Color #3363AA

Shades are created by darkening the original color #3363AA 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 #3363AA

Tints are created by lightening the original color #3363AA 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 #3363AA Color Code

In the HSL color space, this color has a hue angle of 216°, a saturation of 54%, and a lightness of 43%. The HSV representation shows a hue of 216°, a saturation of 70%, and a value of 67%.

  • HEX: #3363AA
  • RGB: rgb(51, 99, 170)
  • HSL: hsl(216, 54%, 43%)
  • HSV: hsv(216, 70%, 67%)
  • CMYK: 70.00% cyan, 42.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 12.00, 12.12, 29.97
  • Yxy: 12.12, 0.2219, 0.2241
  • Hunter Lab: 41.40, 2.21, -43.72
  • CIE-Lab: 41.40, 2.21, -43.72

In the XYZ color space, this color is represented as X: 12.00, Y: 12.12, Z: 29.97. The Yxy representation further refines this as Y: 12.12, x: 0.2219, and y: 0.2241.

In the Hunter Lab color space, this color is represented as L: 41.40, a: 2.21, and b: -43.72. Similarly, in the CIE-Lab color space, it is represented as L: 41.40, a: 2.21, and b: -43.72.

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 #3363AA

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

Analogous Colors of #3363AA

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

Monochromatic Colors of #3363AA

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

Complementary Color of #3363AA

The complementary color of #3363AA 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 #3363AA

/* Using HEX */
body {
  background-color: #3363aa;
}
/* Using RGB */
body {
  background-color: rgb(51, 99, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(51, 99, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(216, 54%, 43%);
}
/* Text color */
p {
  color: #3363aa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #3363aa;
}

HTML Examples of #3363AA

<!-- Using HEX -->
<div style="background-color: #3363aa; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(51, 99, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(51, 99, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(216, 54%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #3363aa;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #3363aa; width: 100px; height: 100px;"></div>

Related Colors of #3363AA

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