void setup() { size(200,200); background(255,0,0); } void draw() { fill(0,123,255); stroke(255,255,255); rect(30, 20, 55, 55); }