COLOR #386BBA

HEX: #386BBA
RGB: (56,107,186)

Color info

#386BBA contains mainly blue color. Web safe color of #386BBA is #3366CC (or #36C).

RGB color model

#386BBA color RGB value is (56,107,186).

  • red value is 56;
  • green value is 107;
  • blue value is 186.
RGB:
(56,107,186)
(22%,42%,73%)

RGB channels and saturation

R 56 of 255 = 22%
G 107 of 255 = 42%
B 186 of 255 = 73%

56
107
186

R + G + B ~ 46%. #386BBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 107 + 186 = 349 (100%)
R 56 of 349 ~ 16.05%
G 107 of 349 ~ 30.66%
B 186 of 349 ~ 53.3%

%16.05
%30.66
%53.3

CMYK color model

#386BBA color CMYK value is (70,42,0,27).

  • cyan value is 69.89%
  • magenta value is 42.47%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(70,42,0,27)
C70M42Y0K27 
(70%,42%,0%,27%)
(0.70/0.42/0.00/0.27)	

CMYK percentages

%69.89
%42.47
%0
%27.06

Codes

Color #386BBA in popluar color models

386BBA
RGB56107186
HSL216°53.72%47.45%
HSB/HSV216°69.89%72.94%
CMYK69.89%42.47%0.00%
27.06%

Color #386BBA in popluar number systems.

HEX386BBA
Decimal56107186
Binary111000110101110111010
Octal70153272

Shades and tints

Shades of #386BBA

#386BBA
(56,107,186)
#3362AA
(51,98,170)
#2E599A
(46,89,154)
#29508A
(41,80,138)
#24477A
(36,71,122)
#1F3E6A
(31,62,106)
#1A355A
(26,53,90)
#152C4A
(21,44,74)
#10233A
(16,35,58)
#0B1A2A
(11,26,42)
#06111A
(6,17,26)
#000000
(0,0,0)

Tints of #386BBA

#386BBA
(56,107,186)
#4A78C0
(74,120,192)
#5C85C6
(92,133,198)
#6E92CC
(110,146,204)
#809FD2
(128,159,210)
#92ACD8
(146,172,216)
#A4B9DE
(164,185,222)
#B6C6E4
(182,198,228)
#C8D3EA
(200,211,234)
#DAE0F0
(218,224,240)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386BBA color. Also use rgb(56,107,186) instead hex code.

Text Font Color

.myTextColor { color: #386BBA; }

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

This text font color is #386BBA.


Background Color

.myBgColor { background-color: #386BBA; }

<div style="background-color:#386BBA">Inner text</div>

This div background color is #386BBA.


Border color

.myBorderColor { border: 1px solid #386BBA; }

<div style="border:3px solid #386BBA">Div</div>

This div border color is #386BBA.


Opacity

.myOpacity80 { color: #386BBA; opacity: 0.8; }

<p style="color:#386BBA;opacity:0.8;">80%</p>

Text with #386BBA 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 #386BBA;}

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

This text has shadow with #386BBA color.

.textShadow {text-shadow: 3px 3px 1px #386BBA, 3px 3px 1px red;}

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

This text has shadow with #386BBA primary color and red secondary color.


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

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

This text has shadow with #386BBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386BBA on black background.


Color preview on white background

This text has color #386BBA on white background.



Black color preview on #386BBA background

This text has black color on #386BBA background.


White color preview on #386BBA background

This text has white color on #386BBA background.