COLOR #397B9B

HEX: #397B9B RGB: (57,123,155)

Color info

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

RGB color model

#397B9B color RGB value is (57,123,155).

RGB: (57,123,155) (22%, 48%, 61%)

RGB channels and saturation

R 57 of 255 = 22%
G 123 of 255 = 48%
B 155 of 255 = 61%

57
123
155

R + G + B ~ 44%. #397B9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 57 + 123 + 155 = 335 (100%)
R 57 of 335 ~ 17.01%
G 123 of 335 ~ 36.72%
B 155 of 335 ~ 46.27'%

%17.01
%36.72
%46.27

CMYK color model

#397B9B color CMYK value is (63,21,0,39).

  • cyan value is 63.23%
  • magenta value is 20.65%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (63,21,0,39)
C63M21Y0K39 (63%, 21%, 0%, 39%)
(0.63 / 0.21 / 0.00 / 0.39)

CMYK percentages

%63.23
%20.65
%0
%39.22

Codes

Color #397B9B in popluar color models

39 7B 9B
RGB 57 123 155
HSL 200° 46.23% 41.57%
HSB/HSV 200° 63.23% 60.78%
CMYK 63.23% 20.65% 0.00%
39.22%

Color #397B9B in popluar number systems.

HEX 39 7B 9B
Decimal 57 123 155
Binary 111001 1111011 10011011
Octal 71 173 233

Shades and tints

Shades of #397B9B

#397B9B
(57,123,155)
#34708D
(52,112,141)
#2F657F
(47,101,127)
#2A5A71
(42,90,113)
#254F63
(37,79,99)
#204455
(32,68,85)
#1B3947
(27,57,71)
#162E39
(22,46,57)
#11232B
(17,35,43)
#0C181D
(12,24,29)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #397B9B

#397B9B
(57,123,155)
#4B87A4
(75,135,164)
#5D93AD
(93,147,173)
#6F9FB6
(111,159,182)
#81ABBF
(129,171,191)
#93B7C8
(147,183,200)
#A5C3D1
(165,195,209)
#B7CFDA
(183,207,218)
#C9DBE3
(201,219,227)
#DBE7EC
(219,231,236)
#EDF3F5
(237,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397B9B color. Also use rgb(57,123,155) instead hex code.

Text Font Color

.myTextColor { color: #397B9B; }

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

This text font color is #397B9B.

Background Color

.myBgColor { background-color: #397B9B; }

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

This div background color is #397B9B.

Border color

.myBorderColor { border: 1px solid #397B9B; }

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

This div border color is #397B9B.

Opacity

.myOpacity80 { color: #397B9B; opacity: 0.8; }

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

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

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

This text has shadow with #397B9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #397B9B.

Preview

Color preview on black background

This text has color #397B9B on black background.


Color preview on white background

This text has color #397B9B on white background.


Black color preview on #397B9B background

This text has black color on #397B9B background.


White color preview on #397B9B background

This text has white color on #397B9B background.


Related colors

Complementary color

Complementary color for #hex is #C68464.


I love getcolorcode.com

Triadic colors

1 #9B397B and #7B9B39 with #397B9B are triadic colors.

2 #9B7B39 and #7B399B with #397B9B are triadic colors.