COLOR #395775

HEX: #395775
RGB: (57,87,117)

Color info

#395775 contains mainly green and blue colors. Web safe color of #395775 is #336666 (or #366).

RGB color model

#395775 color RGB value is (57,87,117).

  • red value is 57;
  • green value is 87;
  • blue value is 117.
RGB:
(57,87,117)
(22%,34%,46%)

RGB channels and saturation

R 57 of 255 = 22%
G 87 of 255 = 34%
B 117 of 255 = 46%

57
87
117

R + G + B ~ 34%. #395775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 117 = 261 (100%)
R 57 of 261 ~ 21.84%
G 87 of 261 ~ 33.33%
B 117 of 261 ~ 44.83%

%21.84
%33.33
%44.83

CMYK color model

#395775 color CMYK value is (51,26,0,54).

  • cyan value is 51.28%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(51,26,0,54)
C51M26Y0K54 
(51%,26%,0%,54%)
(0.51/0.26/0.00/0.54)	

CMYK percentages

%51.28
%25.64
%0
%54.12

Codes

Color #395775 in popluar color models

395775
RGB5787117
HSL210°34.48%34.12%
HSB/HSV210°51.28%45.88%
CMYK51.28%25.64%0.00%
54.12%

Color #395775 in popluar number systems.

HEX395775
Decimal5787117
Binary11100110101111110101
Octal71127165

Shades and tints

Shades of #395775

#395775
(57,87,117)
#34506B
(52,80,107)
#2F4961
(47,73,97)
#2A4257
(42,66,87)
#253B4D
(37,59,77)
#203443
(32,52,67)
#1B2D39
(27,45,57)
#16262F
(22,38,47)
#111F25
(17,31,37)
#0C181B
(12,24,27)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #395775

#395775
(57,87,117)
#4B6681
(75,102,129)
#5D758D
(93,117,141)
#6F8499
(111,132,153)
#8193A5
(129,147,165)
#93A2B1
(147,162,177)
#A5B1BD
(165,177,189)
#B7C0C9
(183,192,201)
#C9CFD5
(201,207,213)
#DBDEE1
(219,222,225)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395775 color. Also use rgb(57,87,117) instead hex code.

Text Font Color

.myTextColor { color: #395775; }

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

This text font color is #395775.


Background Color

.myBgColor { background-color: #395775; }

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

This div background color is #395775.


Border color

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

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

This div border color is #395775.


Opacity

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

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

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

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

This text has shadow with #395775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395775 on black background.


Color preview on white background

This text has color #395775 on white background.



Black color preview on #395775 background

This text has black color on #395775 background.


White color preview on #395775 background

This text has white color on #395775 background.