Color: #368CFC

#368CFC Color Information

#368CFC is a dark color. The closest websafe version is #368CFC. A complement of this color would be #FCA636, perceived brightness is 0.50, and the grayscale version is #999999.

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

In a RGB color space, #368CFC is composed of 21% red, 55% green and 99% blue. Whereas in a CMYK color space, it is composed of 79% cyan, 44% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 25.52, x: 0.2080, and y: 0.2070.

Color Code #368CFC

#368CFCrgb(54, 140, 252)
HEX
#368CFC
RGB
rgb(54, 140, 252)
HSL
hsl(214, 97%, 60%)
HSV
hsv(214, 79%, 99%)
CMYK
79%, 44%, 0%, 1%
XYZ
X: 25.64, Y: 25.52, Z: 72.12
Lab
L: 57.58, a: 4.35, b: -64.35
Name

Shades of Color #368CFC

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

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

#368CFCrgb(54, 140, 252)

About #368CFC Color Code

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

  • HEX: #368CFC
  • RGB: rgb(54, 140, 252)
  • HSL: hsl(214, 97%, 60%)
  • HSV: hsv(214, 79%, 99%)
  • CMYK: 79.00% cyan, 44.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 25.64, 25.52, 72.12
  • Yxy: 25.52, 0.2080, 0.2070
  • Hunter Lab: 57.58, 4.35, -64.35
  • CIE-Lab: 57.58, 4.35, -64.35

In the XYZ color space, this color is represented as X: 25.64, Y: 25.52, Z: 72.12. The Yxy representation further refines this as Y: 25.52, x: 0.2080, and y: 0.2070.

In the Hunter Lab color space, this color is represented as L: 57.58, a: 4.35, and b: -64.35. Similarly, in the CIE-Lab color space, it is represented as L: 57.58, a: 4.35, and b: -64.35.

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 #368CFC

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

Analogous Colors of #368CFC

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

Split Complementary Colors of #368CFC

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

Tetradic Colors of #368CFC

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

Monochromatic Colors of #368CFC

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

Complementary Color of #368CFC

The complementary color of #368CFC 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 #368CFC

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

HTML Examples of #368CFC

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

Related Colors of #368CFC

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