COLOR #395F84

HEX: #395F84
RGB: (57,95,132)

Color info

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

RGB color model

#395F84 color RGB value is (57,95,132).

  • red value is 57;
  • green value is 95;
  • blue value is 132.
RGB:
(57,95,132)
(22%,37%,52%)

RGB channels and saturation

R 57 of 255 = 22%
G 95 of 255 = 37%
B 132 of 255 = 52%

57
95
132

R + G + B ~ 37%. #395F84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 95 + 132 = 284 (100%)
R 57 of 284 ~ 20.07%
G 95 of 284 ~ 33.45%
B 132 of 284 ~ 46.48%

%20.07
%33.45
%46.48

CMYK color model

#395F84 color CMYK value is (57,28,0,48).

  • cyan value is 56.82%
  • magenta value is 28.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(57,28,0,48)
C57M28Y0K48 
(57%,28%,0%,48%)
(0.57/0.28/0.00/0.48)	

CMYK percentages

%56.82
%28.03
%0
%48.24

Codes

Color #395F84 in popluar color models

395F84
RGB5795132
HSL210°39.68%37.06%
HSB/HSV210°56.82%51.76%
CMYK56.82%28.03%0.00%
48.24%

Color #395F84 in popluar number systems.

HEX395F84
Decimal5795132
Binary111001101111110000100
Octal71137204

Shades and tints

Shades of #395F84

#395F84
(57,95,132)
#345778
(52,87,120)
#2F4F6C
(47,79,108)
#2A4760
(42,71,96)
#253F54
(37,63,84)
#203748
(32,55,72)
#1B2F3C
(27,47,60)
#162730
(22,39,48)
#111F24
(17,31,36)
#0C1718
(12,23,24)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #395F84

#395F84
(57,95,132)
#4B6D8F
(75,109,143)
#5D7B9A
(93,123,154)
#6F89A5
(111,137,165)
#8197B0
(129,151,176)
#93A5BB
(147,165,187)
#A5B3C6
(165,179,198)
#B7C1D1
(183,193,209)
#C9CFDC
(201,207,220)
#DBDDE7
(219,221,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395F84 color. Also use rgb(57,95,132) instead hex code.

Text Font Color

.myTextColor { color: #395F84; }

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

This text font color is #395F84.


Background Color

.myBgColor { background-color: #395F84; }

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

This div background color is #395F84.


Border color

.myBorderColor { border: 1px solid #395F84; }

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

This div border color is #395F84.


Opacity

.myOpacity80 { color: #395F84; opacity: 0.8; }

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

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

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

This text has shadow with #395F84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395F84 on black background.


Color preview on white background

This text has color #395F84 on white background.



Black color preview on #395F84 background

This text has black color on #395F84 background.


White color preview on #395F84 background

This text has white color on #395F84 background.