Color #2C97A0

HEX

#2C97A0

RGB

(44, 151, 160)

Quick Actions

Color Values

Color Space Values
RGB
R: 44, G: 151, B: 160 (17%, 59%, 63%)
CMYK C: 72%, M: 6%, Y: 0%, K: 37%
HSL H: 185°, S: 57%, L: 40%
HSV H: 185°, S: 72%, V: 63%
CIE-LAB L: 57.28, a: -26.35, b: -13.41
CIE-LCH L: 57.28, C: 29.57, H: 206.97
Hunter-Lab L: 50.21, a: -23.56, b: -16.65
Web Safe
#339999
Complementary
#a0342c

#2C97A0 is a color with RGB values of 44 red, 151 green, and 160 blue (17%, 59%, 63% respectively). In the CMYK color space, it consists of 72% cyan, 6% magenta, 0% yellow, and 37% black. The color has a hue angle of 185°, 57% saturation, and 40% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #339999. The complementary color is #a0342c, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #2C97A0

Explore different variations of #2C97A0 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #2C97A0. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #2C97A0

Explore different color combinations and harmonies that work well with #2C97A0.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #2C97A0

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #2C97A0

Text with #2C97A0

This text has a font color of #2C97A0.

<span style="color:#2C97A0;">Text here</span>
.text { color: #2C97A0; }

#2C97A0 background color

This paragraph has a background color of #2C97A0.

<p style="background-color:#2C97A0;">Content here</p>
.background { background-color: #2C97A0; }

#2C97A0 border color

This element has a border color of #2C97A0.
<div style="border:1px solid #2C97A0;">Content here</div>
.border { border: 1px solid #2C97A0; }

#2C97A0 box shadow

This element has a box shadow using #2C97A0.
<div style="box-shadow: 0 4px 6px -1px #2C97A080">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #2C97A080; }
Copied to clipboard!