Dark grey blue to RGB

Color Code

#29465b
Format Value
HEX #29465b
RGB rgb(41, 70, 91)
HSL hsl(205.2, 37.9%, 25.9%)
CMYK cmyk(54.9%, 23.1%, 0%, 64.3%)
HSV hsv(205.2, 54.9%, 35.7%)

dark grey blue color harmonies

Tints & shades of dark grey blue

Tints (lighter)

#3c576a #506879 #637888 #778997 #8a9aa6 #9eabb4 #b1bcc3 #c5cdd2 #d8dde1 #eceef0

Shades (darker)

#254053 #22394a #1e3342 #1a2d3a #162632 #132029 #0f1921 #0b1319 #070d11 #040608

Contrast & accessibility

The quick brown fox

On white · 9.9:1 · AAA

The quick brown fox

On black · 2.12:1 · Fail

Recommended text color: #ffffff

Use dark grey blue in code

CSS color: #29465b;
SCSS $color: #29465b;
Tailwind bg-[#29465b]
Swift UIColor(red: 0.161, green: 0.275, blue: 0.357, alpha: 1)
Android Color.parseColor("#29465b")
Flutter Color(0xFF29465B)

Colors similar to dark grey blue

Browse all Blue colors →

What is the RGB code for dark grey blue?

The CSS color dark grey blue in RGB format is rgb(41, 70, 91). Use this value directly in CSS, SVG, and most design tools.

How do I use dark grey blue in CSS?

To apply dark grey blue in CSS:

  • Text color: color: rgb(41, 70, 91);
  • Background: background-color: rgb(41, 70, 91);
  • Border: border-color: rgb(41, 70, 91);

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

FormatValue
HEX#29465b
RGBrgb(41, 70, 91)
HSLhsl(205.2, 37.9%, 25.9%)
CMYKcmyk(54.9%, 23.1%, 0%, 64.3%)

How do I convert dark grey blue to RGB?

Select dark grey blue from the color name list in our color converter. The RGB value — rgb(41, 70, 91) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark grey blue belong to?

dark grey blue belongs to the blue color family. It is a dark, moderately saturated color with HSL values: hue 205.2°, saturation 37.9%, lightness 25.9%.

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

Lighter variant (lightness 40.9%): #416f90. Darker variant (lightness 10.899999999999999%): #111d26. 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.