COLOR #395F8D

HEX: #395F8D RGB: (57,95,141)

Color info

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

RGB color model

#395F8D color RGB value is (57,95,141).

RGB: (57,95,141) (22%, 37%, 55%)

RGB channels and saturation

R 57 of 255 = 22%
G 95 of 255 = 37%
B 141 of 255 = 55%

57
95
141

R + G + B ~ 38%. #395F8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 95 + 141 = 293 (100%)
R 57 of 293 ~ 19.45%
G 95 of 293 ~ 32.42%
B 141 of 293 ~ 48.12'%

%19.45
%32.42
%48.12

CMYK color model

#395F8D color CMYK value is (60,33,0,45).

  • cyan value is 59.57%
  • magenta value is 32.62%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (60,33,0,45) C60M33Y0K45 (60%,33%,0%,45%) (0.60/0.33/0.00/0.45) 

CMYK percentages

%59.57
%32.62
%0
%44.71

Codes

Color #395F8D in popluar color models

39 5F 8D
RGB 57 95 141
HSL 213° 42.42% 38.82%
HSB/HSV 213° 59.57% 55.29%
CMYK 59.57% 32.62% 0.00%
44.71%

Color #395F8D in popluar number systems.

HEX 39 5F 8D
Decimal 57 95 141
Binary 111001 1011111 10001101
Octal 71 137 215

Shades and tints

Shades of #395F8D

#395F8D
(57,95,141)
#345781
(52,87,129)
#2F4F75
(47,79,117)
#2A4769
(42,71,105)
#253F5D
(37,63,93)
#203751
(32,55,81)
#1B2F45
(27,47,69)
#162739
(22,39,57)
#111F2D
(17,31,45)
#0C1721
(12,23,33)
#070F15
(7,15,21)
#000000
(0,0,0)

Tints of #395F8D

#395F8D
(57,95,141)
#4B6D97
(75,109,151)
#5D7BA1
(93,123,161)
#6F89AB
(111,137,171)
#8197B5
(129,151,181)
#93A5BF
(147,165,191)
#A5B3C9
(165,179,201)
#B7C1D3
(183,193,211)
#C9CFDD
(201,207,221)
#DBDDE7
(219,221,231)
#EDEBF1
(237,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395F8D; }

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

This text font color is #395F8D.

Background Color

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

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

This div background color is #395F8D.

Border color

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

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

This div border color is #395F8D.

Opacity

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

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

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

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

This text has shadow with #395F8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #395F8D.

Preview

Color preview on black background

This text has color #395F8D on black background.


Color preview on white background

This text has color #395F8D on white background.


Black color preview on #395F8D background

This text has black color on #395F8D background.


White color preview on #395F8D background

This text has white color on #395F8D background.


Related colors

Complementary color

Complementary color for #hex is #C6A072.


I love getcolorcode.com

Triadic colors

1 #8D395F and #5F8D39 with #395F8D are triadic colors.

2 #8D5F39 and #5F398D with #395F8D are triadic colors.