35 PT to REM

Result

35 pt = 2.926 rem


Explanation

  • PT — 35

To convert 35 points to REM you need to multiply PT value by 0.0836, in our case: 35 × 0.0836. In result we'll receive that 35 pt is equal to 2.926 rem

CSS code for 35 PT to REM

p { font-size: 2.926rem }

HTML (inline CSS):

<p style="font-size: 2.926rem">Hello World<p>
Open PT to REM converter