COLOR #388FC6

HEX: #388FC6
RGB: (56,143,198)

Color info

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

RGB color model

#388FC6 color RGB value is (56,143,198).

  • red value is 56;
  • green value is 143;
  • blue value is 198.
RGB:
(56,143,198)
(22%,56%,78%)

RGB channels and saturation

R 56 of 255 = 22%
G 143 of 255 = 56%
B 198 of 255 = 78%

56
143
198

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

Portions of RGB colors in percentages

R + G + B =
56 + 143 + 198 = 397 (100%)
R 56 of 397 ~ 14.11%
G 143 of 397 ~ 36.02%
B 198 of 397 ~ 49.87%

%14.11
%36.02
%49.87

CMYK color model

#388FC6 color CMYK value is (72,28,0,22).

  • cyan value is 71.72%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(72,28,0,22)
C72M28Y0K22 
(72%,28%,0%,22%)
(0.72/0.28/0.00/0.22)	

CMYK percentages

%71.72
%27.78
%0
%22.35

Codes

Color #388FC6 in popluar color models

388FC6
RGB56143198
HSL203°55.91%49.80%
HSB/HSV203°71.72%77.65%
CMYK71.72%27.78%0.00%
22.35%

Color #388FC6 in popluar number systems.

HEX388FC6
Decimal56143198
Binary1110001000111111000110
Octal70217306

Shades and tints

Shades of #388FC6

#388FC6
(56,143,198)
#3382B4
(51,130,180)
#2E75A2
(46,117,162)
#296890
(41,104,144)
#245B7E
(36,91,126)
#1F4E6C
(31,78,108)
#1A415A
(26,65,90)
#153448
(21,52,72)
#102736
(16,39,54)
#0B1A24
(11,26,36)
#060D12
(6,13,18)
#000000
(0,0,0)

Tints of #388FC6

#388FC6
(56,143,198)
#4A99CB
(74,153,203)
#5CA3D0
(92,163,208)
#6EADD5
(110,173,213)
#80B7DA
(128,183,218)
#92C1DF
(146,193,223)
#A4CBE4
(164,203,228)
#B6D5E9
(182,213,233)
#C8DFEE
(200,223,238)
#DAE9F3
(218,233,243)
#ECF3F8
(236,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388FC6 color. Also use rgb(56,143,198) instead hex code.

Text Font Color

.myTextColor { color: #388FC6; }

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

This text font color is #388FC6.


Background Color

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

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

This div background color is #388FC6.


Border color

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

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

This div border color is #388FC6.


Opacity

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

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

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

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

This text has shadow with #388FC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388FC6 on black background.


Color preview on white background

This text has color #388FC6 on white background.



Black color preview on #388FC6 background

This text has black color on #388FC6 background.


White color preview on #388FC6 background

This text has white color on #388FC6 background.