COLOR #3636F4

HEX: #3636F4
RGB: (54,54,244)

Color info

#3636F4 contains mainly blue color. Web safe color of #3636F4 is #3333FF (or #33F).

RGB color model

#3636F4 color RGB value is (54,54,244).

  • red value is 54;
  • green value is 54;
  • blue value is 244.
RGB:
(54,54,244)
(21%,21%,96%)

RGB channels and saturation

R 54 of 255 = 21%
G 54 of 255 = 21%
B 244 of 255 = 96%

54
54
244

R + G + B ~ 46%. #3636F4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 54 + 244 = 352 (100%)
R 54 of 352 ~ 15.34%
G 54 of 352 ~ 15.34%
B 244 of 352 ~ 69.32%

%15.34
%15.34
%69.32

CMYK color model

#3636F4 color CMYK value is (78,78,0,4).

  • cyan value is 77.87%
  • magenta value is 77.87%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(78,78,0,4)
C78M78Y0K4 
(78%,78%,0%,4%)
(0.78/0.78/0.00/0.04)	

CMYK percentages

%77.87
%77.87
%0
%4.31

Codes

Color #3636F4 in popluar color models

3636F4
RGB5454244
HSL240°89.62%58.43%
HSB/HSV240°77.87%95.69%
CMYK77.87%77.87%0.00%
4.31%

Color #3636F4 in popluar number systems.

HEX3636F4
Decimal5454244
Binary11011011011011110100
Octal6666364

Shades and tints

Shades of #3636F4

#3636F4
(54,54,244)
#3232DE
(50,50,222)
#2E2EC8
(46,46,200)
#2A2AB2
(42,42,178)
#26269C
(38,38,156)
#222286
(34,34,134)
#1E1E70
(30,30,112)
#1A1A5A
(26,26,90)
#161644
(22,22,68)
#12122E
(18,18,46)
#0E0E18
(14,14,24)
#000000
(0,0,0)

Tints of #3636F4

#3636F4
(54,54,244)
#4848F5
(72,72,245)
#5A5AF6
(90,90,246)
#6C6CF7
(108,108,247)
#7E7EF8
(126,126,248)
#9090F9
(144,144,249)
#A2A2FA
(162,162,250)
#B4B4FB
(180,180,251)
#C6C6FC
(198,198,252)
#D8D8FD
(216,216,253)
#EAEAFE
(234,234,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3636F4 color. Also use rgb(54,54,244) instead hex code.

Text Font Color

.myTextColor { color: #3636F4; }

<p style="color:#3636F4">This sample text font color is #3636F4.</p>

This text font color is #3636F4.


Background Color

.myBgColor { background-color: #3636F4; }

<div style="background-color:#3636F4">Inner text</div>

This div background color is #3636F4.


Border color

.myBorderColor { border: 1px solid #3636F4; }

<div style="border:3px solid #3636F4">Div</div>

This div border color is #3636F4.


Opacity

.myOpacity80 { color: #3636F4; opacity: 0.8; }

<p style="color:#3636F4;opacity:0.8;">80%</p>

Text with #3636F4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3636F4;}

<p style="text-shadow: 3px 3px 1px #3636F4">Text here.</p>

This text has shadow with #3636F4 color.

.textShadow {text-shadow: 3px 3px 1px #3636F4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3636F4, 5px 5px 20px red">Text here.</p>

This text has shadow with #3636F4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3636F4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3636F4, Direction=45, Strength=4)">Text</p>

This text has shadow with #3636F4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #3636F4;
  -webkit-box-shadow:	1px 1px 3px 2px #3636F4;
  box-shadow:		1px 1px 3px 2px #3636F4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3636F4;
-webkit-box-shadow: 1px 1px 3px 2px #3636F4;
box-shadow:1px 1px 3px 2px #3636F4;">
Div content here</div>
This div box has shadow with color #3636F4.

Preview

Color preview on black background

This text has color #3636F4 on black background.


Color preview on white background

This text has color #3636F4 on white background.



Black color preview on #3636F4 background

This text has black color on #3636F4 background.


White color preview on #3636F4 background

This text has white color on #3636F4 background.