COLOR #395685

HEX: #395685
RGB: (57,86,133)

Color info

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

RGB color model

#395685 color RGB value is (57,86,133).

  • red value is 57;
  • green value is 86;
  • blue value is 133.
RGB:
(57,86,133)
(22%,34%,52%)

RGB channels and saturation

R 57 of 255 = 22%
G 86 of 255 = 34%
B 133 of 255 = 52%

57
86
133

R + G + B ~ 36%. #395685 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 86 + 133 = 276 (100%)
R 57 of 276 ~ 20.65%
G 86 of 276 ~ 31.16%
B 133 of 276 ~ 48.19%

%20.65
%31.16
%48.19

CMYK color model

#395685 color CMYK value is (57,35,0,48).

  • cyan value is 57.14%
  • magenta value is 35.34%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(57,35,0,48)
C57M35Y0K48 
(57%,35%,0%,48%)
(0.57/0.35/0.00/0.48)	

CMYK percentages

%57.14
%35.34
%0
%47.84

Codes

Color #395685 in popluar color models

395685
RGB5786133
HSL217°40.00%37.25%
HSB/HSV217°57.14%52.16%
CMYK57.14%35.34%0.00%
47.84%

Color #395685 in popluar number systems.

HEX395685
Decimal5786133
Binary111001101011010000101
Octal71126205

Shades and tints

Shades of #395685

#395685
(57,86,133)
#344F79
(52,79,121)
#2F486D
(47,72,109)
#2A4161
(42,65,97)
#253A55
(37,58,85)
#203349
(32,51,73)
#1B2C3D
(27,44,61)
#162531
(22,37,49)
#111E25
(17,30,37)
#0C1719
(12,23,25)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #395685

#395685
(57,86,133)
#4B6590
(75,101,144)
#5D749B
(93,116,155)
#6F83A6
(111,131,166)
#8192B1
(129,146,177)
#93A1BC
(147,161,188)
#A5B0C7
(165,176,199)
#B7BFD2
(183,191,210)
#C9CEDD
(201,206,221)
#DBDDE8
(219,221,232)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395685 color. Also use rgb(57,86,133) instead hex code.

Text Font Color

.myTextColor { color: #395685; }

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

This text font color is #395685.


Background Color

.myBgColor { background-color: #395685; }

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

This div background color is #395685.


Border color

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

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

This div border color is #395685.


Opacity

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

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

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

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

This text has shadow with #395685 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395685 on black background.


Color preview on white background

This text has color #395685 on white background.



Black color preview on #395685 background

This text has black color on #395685 background.


White color preview on #395685 background

This text has white color on #395685 background.