COLOR #396E9C

HEX: #396E9C RGB: (57,110,156)

Color info

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

RGB color model

#396E9C color RGB value is (57,110,156).

  • red value is 57;
  • green value is 110;
  • blue value is 156.
RGB: (57,110,156) (22%,43%,61%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 156 of 255 = 61%

57
110
156

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

Portions of RGB colors in percentages

R + G + B =
57 + 110 + 156 = 323 (100%)
R 57 of 323 ~ 17.65%
G 110 of 323 ~ 34.06%
B 156 of 323 ~ 48.3%

%17.65
%34.06
%48.3

CMYK color model

#396E9C color CMYK value is (63,29,0,39).

  • cyan value is 63.46%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (63,29,0,39) C63M29Y0K39 (63%,29%,0%,39%) (0.63/0.29/0.00/0.39)

CMYK percentages

%63.46
%29.49
%0
%38.82

Codes

Color #396E9C in popluar color models

396E9C
RGB57110156
HSL208°46.48%41.76%
HSB/HSV208°63.46%61.18%
CMYK63.46%29.49%0.00%
38.82%

Color #396E9C in popluar number systems.

HEX396E9C
Decimal57110156
Binary111001110111010011100
Octal71156234

Shades and tints

Shades of #396E9C

#396E9C
(57,110,156)
#34648E
(52,100,142)
#2F5A80
(47,90,128)
#2A5072
(42,80,114)
#254664
(37,70,100)
#203C56
(32,60,86)
#1B3248
(27,50,72)
#16283A
(22,40,58)
#111E2C
(17,30,44)
#0C141E
(12,20,30)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #396E9C

#396E9C
(57,110,156)
#4B7BA5
(75,123,165)
#5D88AE
(93,136,174)
#6F95B7
(111,149,183)
#81A2C0
(129,162,192)
#93AFC9
(147,175,201)
#A5BCD2
(165,188,210)
#B7C9DB
(183,201,219)
#C9D6E4
(201,214,228)
#DBE3ED
(219,227,237)
#EDF0F6
(237,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396E9C color. Also use rgb(57,110,156) instead hex code.

Text Font Color

.myTextColor { color: #396E9C; }

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

This text font color is #396E9C.


Background Color

.myBgColor { background-color: #396E9C; }

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

This div background color is #396E9C.


Border color

.myBorderColor { border: 1px solid #396E9C; }

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

This div border color is #396E9C.


Opacity

.myOpacity80 { color: #396E9C; opacity: 0.8; }

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

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

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

This text has shadow with #396E9C color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #396E9C on black background.


Color preview on white background

This text has color #396E9C on white background.



Black color preview on #396E9C background

This text has black color on #396E9C background.


White color preview on #396E9C background

This text has white color on #396E9C background.