36 PT to PX
Result
36 pt = 47.88 px
Explanation
- Points — 36
To convert 36 points to pixels you need to multiply PT value by 1.33, in our case: 36 × 1.33. In result we'll receive that 36 pt is equal to 47.88 pixels (px)
CSS code for 36 PT to PX
p { font-size: 47.88px }
HTML (inline CSS):
<p style="font-size: 47.88px">Hello World<p>