COLOR #395A78

HEX: #395A78
RGB: (57,90,120)

Color info

#395A78 contains mainly green and blue colors. Web safe color of #395A78 is #336666 (or #366).

RGB color model

#395A78 color RGB value is (57,90,120).

  • red value is 57;
  • green value is 90;
  • blue value is 120.
RGB:
(57,90,120)
(22%,35%,47%)

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 120 of 255 = 47%

57
90
120

R + G + B ~ 35%. #395A78 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 120 = 267 (100%)
R 57 of 267 ~ 21.35%
G 90 of 267 ~ 33.71%
B 120 of 267 ~ 44.94%

%21.35
%33.71
%44.94

CMYK color model

#395A78 color CMYK value is (53,25,0,53).

  • cyan value is 52.50%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(53,25,0,53)
C53M25Y0K53 
(53%,25%,0%,53%)
(0.53/0.25/0.00/0.53)	

CMYK percentages

%52.5
%25
%0
%52.94

Codes

Color #395A78 in popluar color models

395A78
RGB5790120
HSL209°35.59%34.71%
HSB/HSV209°52.50%47.06%
CMYK52.50%25.00%0.00%
52.94%

Color #395A78 in popluar number systems.

HEX395A78
Decimal5790120
Binary11100110110101111000
Octal71132170

Shades and tints

Shades of #395A78

#395A78
(57,90,120)
#34526E
(52,82,110)
#2F4A64
(47,74,100)
#2A425A
(42,66,90)
#253A50
(37,58,80)
#203246
(32,50,70)
#1B2A3C
(27,42,60)
#162232
(22,34,50)
#111A28
(17,26,40)
#0C121E
(12,18,30)
#070A14
(7,10,20)
#000000
(0,0,0)

Tints of #395A78

#395A78
(57,90,120)
#4B6984
(75,105,132)
#5D7890
(93,120,144)
#6F879C
(111,135,156)
#8196A8
(129,150,168)
#93A5B4
(147,165,180)
#A5B4C0
(165,180,192)
#B7C3CC
(183,195,204)
#C9D2D8
(201,210,216)
#DBE1E4
(219,225,228)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395A78 color. Also use rgb(57,90,120) instead hex code.

Text Font Color

.myTextColor { color: #395A78; }

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

This text font color is #395A78.


Background Color

.myBgColor { background-color: #395A78; }

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

This div background color is #395A78.


Border color

.myBorderColor { border: 1px solid #395A78; }

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

This div border color is #395A78.


Opacity

.myOpacity80 { color: #395A78; opacity: 0.8; }

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

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

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

This text has shadow with #395A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A78 on black background.


Color preview on white background

This text has color #395A78 on white background.



Black color preview on #395A78 background

This text has black color on #395A78 background.


White color preview on #395A78 background

This text has white color on #395A78 background.