COLOR #397994

HEX: #397994
RGB: (57,121,148)

Color info

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

RGB color model

#397994 color RGB value is (57,121,148).

  • red value is 57;
  • green value is 121;
  • blue value is 148.
RGB:
(57,121,148)
(22%,47%,58%)

RGB channels and saturation

R 57 of 255 = 22%
G 121 of 255 = 47%
B 148 of 255 = 58%

57
121
148

R + G + B ~ 42%. #397994 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 121 + 148 = 326 (100%)
R 57 of 326 ~ 17.48%
G 121 of 326 ~ 37.12%
B 148 of 326 ~ 45.4%

%17.48
%37.12
%45.4

CMYK color model

#397994 color CMYK value is (61,18,0,42).

  • cyan value is 61.49%
  • magenta value is 18.24%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(61,18,0,42)
C61M18Y0K42 
(61%,18%,0%,42%)
(0.61/0.18/0.00/0.42)	

CMYK percentages

%61.49
%18.24
%0
%41.96

Codes

Color #397994 in popluar color models

397994
RGB57121148
HSL198°44.39%40.20%
HSB/HSV198°61.49%58.04%
CMYK61.49%18.24%0.00%
41.96%

Color #397994 in popluar number systems.

HEX397994
Decimal57121148
Binary111001111100110010100
Octal71171224

Shades and tints

Shades of #397994

#397994
(57,121,148)
#346E87
(52,110,135)
#2F637A
(47,99,122)
#2A586D
(42,88,109)
#254D60
(37,77,96)
#204253
(32,66,83)
#1B3746
(27,55,70)
#162C39
(22,44,57)
#11212C
(17,33,44)
#0C161F
(12,22,31)
#070B12
(7,11,18)
#000000
(0,0,0)

Tints of #397994

#397994
(57,121,148)
#4B859D
(75,133,157)
#5D91A6
(93,145,166)
#6F9DAF
(111,157,175)
#81A9B8
(129,169,184)
#93B5C1
(147,181,193)
#A5C1CA
(165,193,202)
#B7CDD3
(183,205,211)
#C9D9DC
(201,217,220)
#DBE5E5
(219,229,229)
#EDF1EE
(237,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397994 color. Also use rgb(57,121,148) instead hex code.

Text Font Color

.myTextColor { color: #397994; }

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

This text font color is #397994.


Background Color

.myBgColor { background-color: #397994; }

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

This div background color is #397994.


Border color

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

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

This div border color is #397994.


Opacity

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

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

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

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

This text has shadow with #397994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397994 on black background.


Color preview on white background

This text has color #397994 on white background.



Black color preview on #397994 background

This text has black color on #397994 background.


White color preview on #397994 background

This text has white color on #397994 background.