COLOR #3688ED

HEX: #3688ED
RGB: (54,136,237)

Color info

#3688ED contains mainly blue color. Web safe color of #3688ED is #3399FF (or #39F).

RGB color model

#3688ED color RGB value is (54,136,237).

  • red value is 54;
  • green value is 136;
  • blue value is 237.
RGB:
(54,136,237)
(21%,53%,93%)

RGB channels and saturation

R 54 of 255 = 21%
G 136 of 255 = 53%
B 237 of 255 = 93%

54
136
237

R + G + B ~ 56%. #3688ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
54 + 136 + 237 = 427 (100%)
R 54 of 427 ~ 12.65%
G 136 of 427 ~ 31.85%
B 237 of 427 ~ 55.5%

%12.65
%31.85
%55.5

CMYK color model

#3688ED color CMYK value is (77,43,0,7).

  • cyan value is 77.22%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(77,43,0,7)
C77M43Y0K7 
(77%,43%,0%,7%)
(0.77/0.43/0.00/0.07)	

CMYK percentages

%77.22
%42.62
%0
%7.06

Codes

Color #3688ED in popluar color models

3688ED
RGB54136237
HSL213°83.56%57.06%
HSB/HSV213°77.22%92.94%
CMYK77.22%42.62%0.00%
7.06%

Color #3688ED in popluar number systems.

HEX3688ED
Decimal54136237
Binary1101101000100011101101
Octal66210355

Shades and tints

Shades of #3688ED

#3688ED
(54,136,237)
#327CD8
(50,124,216)
#2E70C3
(46,112,195)
#2A64AE
(42,100,174)
#265899
(38,88,153)
#224C84
(34,76,132)
#1E406F
(30,64,111)
#1A345A
(26,52,90)
#162845
(22,40,69)
#121C30
(18,28,48)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #3688ED

#3688ED
(54,136,237)
#4892EE
(72,146,238)
#5A9CEF
(90,156,239)
#6CA6F0
(108,166,240)
#7EB0F1
(126,176,241)
#90BAF2
(144,186,242)
#A2C4F3
(162,196,243)
#B4CEF4
(180,206,244)
#C6D8F5
(198,216,245)
#D8E2F6
(216,226,246)
#EAECF7
(234,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3688ED color. Also use rgb(54,136,237) instead hex code.

Text Font Color

.myTextColor { color: #3688ED; }

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

This text font color is #3688ED.


Background Color

.myBgColor { background-color: #3688ED; }

<div style="background-color:#3688ED">Inner text</div>

This div background color is #3688ED.


Border color

.myBorderColor { border: 1px solid #3688ED; }

<div style="border:3px solid #3688ED">Div</div>

This div border color is #3688ED.


Opacity

.myOpacity80 { color: #3688ED; opacity: 0.8; }

<p style="color:#3688ED;opacity:0.8;">80%</p>

Text with #3688ED 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 #3688ED;}

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

This text has shadow with #3688ED color.

.textShadow {text-shadow: 3px 3px 1px #3688ED, 3px 3px 1px red;}

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

This text has shadow with #3688ED primary color and red secondary color.


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

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

This text has shadow with #3688ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3688ED on black background.


Color preview on white background

This text has color #3688ED on white background.



Black color preview on #3688ED background

This text has black color on #3688ED background.


White color preview on #3688ED background

This text has white color on #3688ED background.