Color #342640

HEX

#342640

RGB

(52, 38, 64)

Quick Actions

Color Values

Color Space Values
RGB
R: 52, G: 38, B: 64 (20%, 15%, 25%)
CMYK C: 19%, M: 41%, Y: 0%, K: 75%
HSL H: 272°, S: 25%, L: 20%
HSV H: 272°, S: 41%, V: 25%
CIE-LAB L: 17.87, a: 12.53, b: -14.02
CIE-LCH L: 17.87, C: 18.8, H: 311.79
Hunter-Lab L: 15.78, a: 5.99, b: -11.89
Web Safe
#333333
Complementary
#314026

#342640 is a color with RGB values of 52 red, 38 green, and 64 blue (20%, 15%, 25% respectively). In the CMYK color space, it consists of 19% cyan, 41% magenta, 0% yellow, and 75% black. The color has a hue angle of 272°, 25% saturation, and 20% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #333333. The complementary color is #314026, 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 #342640

Explore different variations of #342640 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 #342640. 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 #342640

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #342640

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 #342640

Text with #342640

This text has a font color of #342640.

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

#342640 background color

This paragraph has a background color of #342640.

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

#342640 border color

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

#342640 box shadow

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