36px to pt
36px = 27pt
px and pt are both absolute CSS units, so this ratio never changes.
How it is calculated
One px is 0.75pt, so:
36px × 0.75 = 27pt
Reversing it, 27pt × 1.3333 returns 36px.
Nearby values
| px | pt |
|---|---|
| 18px | 13.5pt |
| 20px | 15pt |
| 24px | 18pt |
| 28px | 21pt |
| 32px | 24pt |
| 36px | 27pt |
| 40px | 30pt |
| 48px | 36pt |
Frequently asked questions
What is 36px in pt?
27pt.
How is 36px converted to pt?
Multiply by 0.75: 36 × 0.75 = 27. To go back, multiply 27 by 1.3333.
Does zoom or font size change 36px?
No. px and pt are both absolute CSS units, so the ratio is fixed and 36px is 27pt in every context.