COLOR #396993

HEX: #396993
RGB: (57,105,147)

Color info

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

RGB color model

#396993 color RGB value is (57,105,147).

  • red value is 57;
  • green value is 105;
  • blue value is 147.
RGB:
(57,105,147)
(22%,41%,58%)

RGB channels and saturation

R 57 of 255 = 22%
G 105 of 255 = 41%
B 147 of 255 = 58%

57
105
147

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

Portions of RGB colors in percentages

R + G + B =
57 + 105 + 147 = 309 (100%)
R 57 of 309 ~ 18.45%
G 105 of 309 ~ 33.98%
B 147 of 309 ~ 47.57%

%18.45
%33.98
%47.57

CMYK color model

#396993 color CMYK value is (61,29,0,42).

  • cyan value is 61.22%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(61,29,0,42)
C61M29Y0K42 
(61%,29%,0%,42%)
(0.61/0.29/0.00/0.42)	

CMYK percentages

%61.22
%28.57
%0
%42.35

Codes

Color #396993 in popluar color models

396993
RGB57105147
HSL208°44.12%40.00%
HSB/HSV208°61.22%57.65%
CMYK61.22%28.57%0.00%
42.35%

Color #396993 in popluar number systems.

HEX396993
Decimal57105147
Binary111001110100110010011
Octal71151223

Shades and tints

Shades of #396993

#396993
(57,105,147)
#346086
(52,96,134)
#2F5779
(47,87,121)
#2A4E6C
(42,78,108)
#25455F
(37,69,95)
#203C52
(32,60,82)
#1B3345
(27,51,69)
#162A38
(22,42,56)
#11212B
(17,33,43)
#0C181E
(12,24,30)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #396993

#396993
(57,105,147)
#4B769C
(75,118,156)
#5D83A5
(93,131,165)
#6F90AE
(111,144,174)
#819DB7
(129,157,183)
#93AAC0
(147,170,192)
#A5B7C9
(165,183,201)
#B7C4D2
(183,196,210)
#C9D1DB
(201,209,219)
#DBDEE4
(219,222,228)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396993 color. Also use rgb(57,105,147) instead hex code.

Text Font Color

.myTextColor { color: #396993; }

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

This text font color is #396993.


Background Color

.myBgColor { background-color: #396993; }

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

This div background color is #396993.


Border color

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

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

This div border color is #396993.


Opacity

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

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

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

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

This text has shadow with #396993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396993 on black background.


Color preview on white background

This text has color #396993 on white background.



Black color preview on #396993 background

This text has black color on #396993 background.


White color preview on #396993 background

This text has white color on #396993 background.