COLOR #388AB6

HEX: #388AB6
RGB: (56,138,182)

Color info

#388AB6 contains mainly green and blue colors. Web safe color of #388AB6 is #3399CC (or #39C).

RGB color model

#388AB6 color RGB value is (56,138,182).

  • red value is 56;
  • green value is 138;
  • blue value is 182.
RGB:
(56,138,182)
(22%,54%,71%)

RGB channels and saturation

R 56 of 255 = 22%
G 138 of 255 = 54%
B 182 of 255 = 71%

56
138
182

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

Portions of RGB colors in percentages

R + G + B =
56 + 138 + 182 = 376 (100%)
R 56 of 376 ~ 14.89%
G 138 of 376 ~ 36.7%
B 182 of 376 ~ 48.4%

%14.89
%36.7
%48.4

CMYK color model

#388AB6 color CMYK value is (69,24,0,29).

  • cyan value is 69.23%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(69,24,0,29)
C69M24Y0K29 
(69%,24%,0%,29%)
(0.69/0.24/0.00/0.29)	

CMYK percentages

%69.23
%24.18
%0
%28.63

Codes

Color #388AB6 in popluar color models

388AB6
RGB56138182
HSL201°52.94%46.67%
HSB/HSV201°69.23%71.37%
CMYK69.23%24.18%0.00%
28.63%

Color #388AB6 in popluar number systems.

HEX388AB6
Decimal56138182
Binary1110001000101010110110
Octal70212266

Shades and tints

Shades of #388AB6

#388AB6
(56,138,182)
#337EA6
(51,126,166)
#2E7296
(46,114,150)
#296686
(41,102,134)
#245A76
(36,90,118)
#1F4E66
(31,78,102)
#1A4256
(26,66,86)
#153646
(21,54,70)
#102A36
(16,42,54)
#0B1E26
(11,30,38)
#061216
(6,18,22)
#000000
(0,0,0)

Tints of #388AB6

#388AB6
(56,138,182)
#4A94BC
(74,148,188)
#5C9EC2
(92,158,194)
#6EA8C8
(110,168,200)
#80B2CE
(128,178,206)
#92BCD4
(146,188,212)
#A4C6DA
(164,198,218)
#B6D0E0
(182,208,224)
#C8DAE6
(200,218,230)
#DAE4EC
(218,228,236)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388AB6 color. Also use rgb(56,138,182) instead hex code.

Text Font Color

.myTextColor { color: #388AB6; }

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

This text font color is #388AB6.


Background Color

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

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

This div background color is #388AB6.


Border color

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

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

This div border color is #388AB6.


Opacity

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

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

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

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

This text has shadow with #388AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388AB6 on black background.


Color preview on white background

This text has color #388AB6 on white background.



Black color preview on #388AB6 background

This text has black color on #388AB6 background.


White color preview on #388AB6 background

This text has white color on #388AB6 background.