You can convert that number to get the individual Red Green and Blue values using the expressions under Special Object -> Colors
GetRed(Color Value)
GetGreen(Color Value)
GetBlue(Color Value)

and you can claso convert it back to a Color Value with
GetRGB(Red value, Green value, Blue Value)