Skip to content
VELNARO

HEX to RGB Converter

Enter a hex colour such as #3563F5 to see its RGB, HSL, HSV and CMYK equivalents, with a preview swatch.

HEX

#3563F5

RGB

rgb(53, 99, 245)

HSL

hsl(226, 91%, 58%)

CMYK

cmyk(78%, 60%, 0%, 4%)

Decimal

3,498,997

CSS colour

#3563f5 — rgb(53 99 245)

How this was worked out

  1. Step 1Hex pairs: 35 → 53, 63 → 99, F5 → 245
  2. Step 2Each pair is a base-16 number from 00 to FF, giving a value from 0 to 255.

Formula

Each pair of hex digits is converted from base 16 to decimal: R, G and B each range from 0 to 255.

Example

Input

#3563F5

Result

rgb(53, 99, 245)

Frequently asked questions

Yes — #36F is expanded to #3366FF automatically.

Related tools

Keep going — these tools solve the problems that usually come next.