Dark slate blue to RGB — Color Code

RGB

rgb(33, 71, 97)

Format Value
HEX #214761
RGB rgb(33, 71, 97)
HSL hsl(204.4, 49.2%, 25.5%)
CMYK cmyk(66%, 26.8%, 0%, 62%)

What is the RGB code for dark slate blue?

The CSS color dark slate blue in RGB format is rgb(33, 71, 97). Use this value directly in CSS, SVG, and most design tools.

How do I use dark slate blue in CSS?

To apply dark slate blue in CSS:

  • Text color: color: rgb(33, 71, 97);
  • Background: background-color: rgb(33, 71, 97);
  • Border: border-color: rgb(33, 71, 97);

What are all the color format values for dark slate blue?

FormatValue
HEX#214761
RGBrgb(33, 71, 97)
HSLhsl(204.4, 49.2%, 25.5%)
CMYKcmyk(66%, 26.8%, 0%, 62%)

How do I convert dark slate blue to RGB?

Select dark slate blue from the color name list in our color converter. The RGB value — rgb(33, 71, 97) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark slate blue belong to?

dark slate blue belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 204.4°, saturation 49.2%, lightness 25.5%.

How do I create lighter and darker shades of dark slate blue?

Lighter variant (lightness 40.5%): #34719a. Darker variant (lightness 10.5%): #0e1d28. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.