Background Color of the Scene
The elements such as the map itself, use HTML 5 Canvas objects and you'll need to change some of these styles directly. This includes the background for the scene.
var TheScene=TheCanvasMap.GetScene();
TheScene.SetBackgroundColor("#8888ff");