Having read about the Boolean Pythagorean Triples Problem (see here and this question), it occurred to me that a related problem would require the integers to be coloured in three rather than two colours, with each triple containing all three colours. Formally, this problem is to find $N$ such that the following holds:
The set {$1,\dots,N$} can be partitioned into three parts such that every Pythagorean Triple $a^2+b^2=c^2$ with $c\leq N$ contains one integer from each part, and this is impossible for {$1,\dots,N+1$}.
Question: What is $N$?
This problem should be much simpler than the Boolean problem (because the three colour condition is more demanding, limiting the possibilities to be considered), so I expected that it must have been solved long ago. However, my web search did not find any reference to the problem, so I made an attempt to solve it and found the following colouring showing that $N$ is at least 110.
Note that 36 and 105 are both green, so with this colouring the next triple (36,105,111) fails to meet the requirement. It may be that $N$ is 110. But clearly the above does not prove that since there may be another colouring which works beyond 110.