COLOR #386195

HEX: #386195
RGB: (56,97,149)

Color info

#386195 contains mainly green and blue colors. Web safe color of #386195 is #336699 (or #369).

RGB color model

#386195 color RGB value is (56,97,149).

  • red value is 56;
  • green value is 97;
  • blue value is 149.
RGB:
(56,97,149)
(22%,38%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 97 of 255 = 38%
B 149 of 255 = 58%

56
97
149

R + G + B ~ 39%. #386195 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 97 + 149 = 302 (100%)
R 56 of 302 ~ 18.54%
G 97 of 302 ~ 32.12%
B 149 of 302 ~ 49.34%

%18.54
%32.12
%49.34

CMYK color model

#386195 color CMYK value is (62,35,0,42).

  • cyan value is 62.42%
  • magenta value is 34.90%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(62,35,0,42)
C62M35Y0K42 
(62%,35%,0%,42%)
(0.62/0.35/0.00/0.42)	

CMYK percentages

%62.42
%34.9
%0
%41.57

Codes

Color #386195 in popluar color models

386195
RGB5697149
HSL214°45.37%40.20%
HSB/HSV214°62.42%58.43%
CMYK62.42%34.90%0.00%
41.57%

Color #386195 in popluar number systems.

HEX386195
Decimal5697149
Binary111000110000110010101
Octal70141225

Shades and tints

Shades of #386195

#386195
(56,97,149)
#335988
(51,89,136)
#2E517B
(46,81,123)
#29496E
(41,73,110)
#244161
(36,65,97)
#1F3954
(31,57,84)
#1A3147
(26,49,71)
#15293A
(21,41,58)
#10212D
(16,33,45)
#0B1920
(11,25,32)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #386195

#386195
(56,97,149)
#4A6F9E
(74,111,158)
#5C7DA7
(92,125,167)
#6E8BB0
(110,139,176)
#8099B9
(128,153,185)
#92A7C2
(146,167,194)
#A4B5CB
(164,181,203)
#B6C3D4
(182,195,212)
#C8D1DD
(200,209,221)
#DADFE6
(218,223,230)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386195 color. Also use rgb(56,97,149) instead hex code.

Text Font Color

.myTextColor { color: #386195; }

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

This text font color is #386195.


Background Color

.myBgColor { background-color: #386195; }

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

This div background color is #386195.


Border color

.myBorderColor { border: 1px solid #386195; }

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

This div border color is #386195.


Opacity

.myOpacity80 { color: #386195; opacity: 0.8; }

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

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

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

This text has shadow with #386195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386195 on black background.


Color preview on white background

This text has color #386195 on white background.



Black color preview on #386195 background

This text has black color on #386195 background.


White color preview on #386195 background

This text has white color on #386195 background.