COLOR #388BE8

HEX: #388BE8
RGB: (56,139,232)

Color info

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

RGB color model

#388BE8 color RGB value is (56,139,232).

  • red value is 56;
  • green value is 139;
  • blue value is 232.
RGB:
(56,139,232)
(22%,55%,91%)

RGB channels and saturation

R 56 of 255 = 22%
G 139 of 255 = 55%
B 232 of 255 = 91%

56
139
232

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

Portions of RGB colors in percentages

R + G + B =
56 + 139 + 232 = 427 (100%)
R 56 of 427 ~ 13.11%
G 139 of 427 ~ 32.55%
B 232 of 427 ~ 54.33%

%13.11
%32.55
%54.33

CMYK color model

#388BE8 color CMYK value is (76,40,0,9).

  • cyan value is 75.86%
  • magenta value is 40.09%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(76,40,0,9)
C76M40Y0K9 
(76%,40%,0%,9%)
(0.76/0.40/0.00/0.09)	

CMYK percentages

%75.86
%40.09
%0
%9.02

Codes

Color #388BE8 in popluar color models

388BE8
RGB56139232
HSL212°79.28%56.47%
HSB/HSV212°75.86%90.98%
CMYK75.86%40.09%0.00%
9.02%

Color #388BE8 in popluar number systems.

HEX388BE8
Decimal56139232
Binary1110001000101111101000
Octal70213350

Shades and tints

Shades of #388BE8

#388BE8
(56,139,232)
#337FD3
(51,127,211)
#2E73BE
(46,115,190)
#2967A9
(41,103,169)
#245B94
(36,91,148)
#1F4F7F
(31,79,127)
#1A436A
(26,67,106)
#153755
(21,55,85)
#102B40
(16,43,64)
#0B1F2B
(11,31,43)
#061316
(6,19,22)
#000000
(0,0,0)

Tints of #388BE8

#388BE8
(56,139,232)
#4A95EA
(74,149,234)
#5C9FEC
(92,159,236)
#6EA9EE
(110,169,238)
#80B3F0
(128,179,240)
#92BDF2
(146,189,242)
#A4C7F4
(164,199,244)
#B6D1F6
(182,209,246)
#C8DBF8
(200,219,248)
#DAE5FA
(218,229,250)
#ECEFFC
(236,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388BE8 color. Also use rgb(56,139,232) instead hex code.

Text Font Color

.myTextColor { color: #388BE8; }

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

This text font color is #388BE8.


Background Color

.myBgColor { background-color: #388BE8; }

<div style="background-color:#388BE8">Inner text</div>

This div background color is #388BE8.


Border color

.myBorderColor { border: 1px solid #388BE8; }

<div style="border:3px solid #388BE8">Div</div>

This div border color is #388BE8.


Opacity

.myOpacity80 { color: #388BE8; opacity: 0.8; }

<p style="color:#388BE8;opacity:0.8;">80%</p>

Text with #388BE8 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 #388BE8;}

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

This text has shadow with #388BE8 color.

.textShadow {text-shadow: 3px 3px 1px #388BE8, 3px 3px 1px red;}

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

This text has shadow with #388BE8 primary color and red secondary color.


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

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

This text has shadow with #388BE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388BE8 on black background.


Color preview on white background

This text has color #388BE8 on white background.



Black color preview on #388BE8 background

This text has black color on #388BE8 background.


White color preview on #388BE8 background

This text has white color on #388BE8 background.