COLOR #395793

HEX: #395793
RGB: (57,87,147)

Color info

#395793 contains mainly blue color. Web safe color of #395793 is #336699 (or #369).

RGB color model

#395793 color RGB value is (57,87,147).

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

RGB channels and saturation

R 57 of 255 = 22%
G 87 of 255 = 34%
B 147 of 255 = 58%

57
87
147

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

Portions of RGB colors in percentages

R + G + B =
57 + 87 + 147 = 291 (100%)
R 57 of 291 ~ 19.59%
G 87 of 291 ~ 29.9%
B 147 of 291 ~ 50.52%

%19.59
%29.9
%50.52

CMYK color model

#395793 color CMYK value is (61,41,0,42).

  • cyan value is 61.22%
  • magenta value is 40.82%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(61,41,0,42)
C61M41Y0K42 
(61%,41%,0%,42%)
(0.61/0.41/0.00/0.42)	

CMYK percentages

%61.22
%40.82
%0
%42.35

Codes

Color #395793 in popluar color models

395793
RGB5787147
HSL220°44.12%40.00%
HSB/HSV220°61.22%57.65%
CMYK61.22%40.82%0.00%
42.35%

Color #395793 in popluar number systems.

HEX395793
Decimal5787147
Binary111001101011110010011
Octal71127223

Shades and tints

Shades of #395793

#395793
(57,87,147)
#345086
(52,80,134)
#2F4979
(47,73,121)
#2A426C
(42,66,108)
#253B5F
(37,59,95)
#203452
(32,52,82)
#1B2D45
(27,45,69)
#162638
(22,38,56)
#111F2B
(17,31,43)
#0C181E
(12,24,30)
#071111
(7,17,17)
#000000
(0,0,0)

Tints of #395793

#395793
(57,87,147)
#4B669C
(75,102,156)
#5D75A5
(93,117,165)
#6F84AE
(111,132,174)
#8193B7
(129,147,183)
#93A2C0
(147,162,192)
#A5B1C9
(165,177,201)
#B7C0D2
(183,192,210)
#C9CFDB
(201,207,219)
#DBDEE4
(219,222,228)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395793; }

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

This text font color is #395793.


Background Color

.myBgColor { background-color: #395793; }

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

This div background color is #395793.


Border color

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

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

This div border color is #395793.


Opacity

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

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

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

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

This text has shadow with #395793 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395793 on black background.


Color preview on white background

This text has color #395793 on white background.



Black color preview on #395793 background

This text has black color on #395793 background.


White color preview on #395793 background

This text has white color on #395793 background.