COLOR #388CF4

HEX: #388CF4
RGB: (56,140,244)

Color info

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

RGB color model

#388CF4 color RGB value is (56,140,244).

  • red value is 56;
  • green value is 140;
  • blue value is 244.
RGB:
(56,140,244)
(22%,55%,96%)

RGB channels and saturation

R 56 of 255 = 22%
G 140 of 255 = 55%
B 244 of 255 = 96%

56
140
244

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

Portions of RGB colors in percentages

R + G + B =
56 + 140 + 244 = 440 (100%)
R 56 of 440 ~ 12.73%
G 140 of 440 ~ 31.82%
B 244 of 440 ~ 55.45%

%12.73
%31.82
%55.45

CMYK color model

#388CF4 color CMYK value is (77,43,0,4).

  • cyan value is 77.05%
  • magenta value is 42.62%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(77,43,0,4)
C77M43Y0K4 
(77%,43%,0%,4%)
(0.77/0.43/0.00/0.04)	

CMYK percentages

%77.05
%42.62
%0
%4.31

Codes

Color #388CF4 in popluar color models

388CF4
RGB56140244
HSL213°89.52%58.82%
HSB/HSV213°77.05%95.69%
CMYK77.05%42.62%0.00%
4.31%

Color #388CF4 in popluar number systems.

HEX388CF4
Decimal56140244
Binary1110001000110011110100
Octal70214364

Shades and tints

Shades of #388CF4

#388CF4
(56,140,244)
#3380DE
(51,128,222)
#2E74C8
(46,116,200)
#2968B2
(41,104,178)
#245C9C
(36,92,156)
#1F5086
(31,80,134)
#1A4470
(26,68,112)
#15385A
(21,56,90)
#102C44
(16,44,68)
#0B202E
(11,32,46)
#061418
(6,20,24)
#000000
(0,0,0)

Tints of #388CF4

#388CF4
(56,140,244)
#4A96F5
(74,150,245)
#5CA0F6
(92,160,246)
#6EAAF7
(110,170,247)
#80B4F8
(128,180,248)
#92BEF9
(146,190,249)
#A4C8FA
(164,200,250)
#B6D2FB
(182,210,251)
#C8DCFC
(200,220,252)
#DAE6FD
(218,230,253)
#ECF0FE
(236,240,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388CF4 color. Also use rgb(56,140,244) instead hex code.

Text Font Color

.myTextColor { color: #388CF4; }

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

This text font color is #388CF4.


Background Color

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

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

This div background color is #388CF4.


Border color

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

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

This div border color is #388CF4.


Opacity

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

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

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

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

This text has shadow with #388CF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388CF4 on black background.


Color preview on white background

This text has color #388CF4 on white background.



Black color preview on #388CF4 background

This text has black color on #388CF4 background.


White color preview on #388CF4 background

This text has white color on #388CF4 background.