Color #334155

#334155rgb(51, 65, 85)

Color Codes

HEX#334155
RGBrgb(51, 65, 85)
HSLhsl(215°, 25%, 27%)
CMYKcmyk(40%, 24%, 0%, 67%)
CIELABLab(27.1, 0.1, -13.8)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #334155;
color: #334155;
border: 2px solid #334155;
background: linear-gradient(135deg, #334155, #554733);

Code Export

css
:root {
  --color-primary: #334155;
  --color-primary-rgb: 51, 65, 85;
  --color-primary-hsl: 215, 25%, 27%;
}

Related Tools