Color: #349DFC

#349DFC Color Information

#349DFC is a light color. The closest websafe version is #349DFC. A complement of this color would be #FC9636, perceived brightness is 0.54, and the grayscale version is #989898.

In the HSL color space, this color has a hue angle of 209°,a saturation of 97%, and a lightness of 60%.The HSV representation shows a hue of 209°, a saturation of 79%, and a value of 99%.

In a RGB color space, #349DFC is composed of 20% red, 62% green and 99% blue. Whereas in a CMYK color space, it is composed of 79% cyan, 38% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 30.84, x: 0.2151, and y: 0.2335.

Color Code #349DFC

#349DFCrgb(52, 157, 252)
HEX
#349DFC
RGB
rgb(52, 157, 252)
HSL
hsl(209, 97%, 60%)
HSV
hsv(209, 79%, 99%)
CMYK
79%, 38%, 0%, 1%
XYZ
X: 28.41, Y: 30.84, Z: 72.84
Lab
L: 62.37, a: -5.09, b: -56.74
Name

Shades of Color #349DFC

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

Tints are created by lightening the original color #349DFC 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.

#349DFCrgb(52, 157, 252)

About #349DFC Color Code

In the HSL color space, this color has a hue angle of 209°, a saturation of 97%, and a lightness of 60%. The HSV representation shows a hue of 209°, a saturation of 79%, and a value of 99%.

  • HEX: #349DFC
  • RGB: rgb(52, 157, 252)
  • HSL: hsl(209, 97%, 60%)
  • HSV: hsv(209, 79%, 99%)
  • CMYK: 79.00% cyan, 38.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 28.41, 30.84, 72.84
  • Yxy: 30.84, 0.2151, 0.2335
  • Hunter Lab: 62.37, -5.09, -56.74
  • CIE-Lab: 62.37, -5.09, -56.74

In the XYZ color space, this color is represented as X: 28.41, Y: 30.84, Z: 72.84. The Yxy representation further refines this as Y: 30.84, x: 0.2151, and y: 0.2335.

In the Hunter Lab color space, this color is represented as L: 62.37, a: -5.09, and b: -56.74. Similarly, in the CIE-Lab color space, it is represented as L: 62.37, a: -5.09, and b: -56.74.

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 #349DFC

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

Analogous Colors of #349DFC

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

Split Complementary Colors of #349DFC

Split complementary colors are two colors adjacent to the complementary color of #349DFC. They create a balanced and visually appealing color scheme.

Tetradic Colors of #349DFC

Tetradic colors form a rectangle on the color wheel, including #349DFC. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #349DFC

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

Complementary Color of #349DFC

The complementary color of #349DFC 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 #349DFC

/* Using HEX */
body {
  background-color: #349dfc;
}
/* Using RGB */
body {
  background-color: rgb(52, 157, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(52, 157, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(209, 97%, 60%);
}
/* Text color */
p {
  color: #349dfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #349dfc;
}
/* Border color */
.box {
  border: 4px solid #349dfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #349dfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #349dfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#349DFC
On Black Background
#349DFC
On White Background
#349DFC

HTML Examples of #349DFC

<!-- Using HEX -->
<div style="background-color: #349dfc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(52, 157, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(52, 157, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(209, 97%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #349dfc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #349dfc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #349dfc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #349dfc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #349dfc; color: #fff; padding: 16px; border-radius: 8px;">
  #349DFC
</div>
#349DFC
On Black Background
#349DFC
On White Background
#349DFC

Related Colors of #349DFC

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