Color of Overlay

Hey, could someone tell me the exact RGB for the color of a button overlay?

3 Likes

Send me a picture of it real quick.

This is what Google lens told me:


So that’s like, (74,64,168)?

Then again, it’s an approximation

3 Likes

Got the exact color

63 | 81 | 181
3 Likes

Thats not quite it.

Welp, Google was close enough…
It was, after all, 4A40A816 - 3F51B516 = B8EF316 = 75774710 color points off

(Actually that’s a lot lol)

Huh? Then why’d you solution
I’m confused

Nvm my page didn’t update

used an art app soooooooo

3 Likes

I tried it again, and got #34495E and #3F51B5
So, (52, 73, 94) and (63, 81, 181) respectively (I think the second one is more accurate)

the same but with the hex

2 Likes

Yeah that’s real close to what Google said

Ooh, could somebody try the inspect function? I can’t cause I’m on my phone but I think the inspect function should have the RGB in CSS (under the < style > tag in the < head > tag)

I believe other people have said this but I got a good picture:


I put it into a colour/color hex finder and got #3f51b5, asked google what RGB it is and said [ 63, 81, 181] (shown in picture). That’s the solution.

Looks about right, thanks everyone!

2 Likes

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.