COLOR #395A7E

HEX: #395A7E
RGB: (57,90,126)

Color info

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

RGB color model

#395A7E color RGB value is (57,90,126).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 126 of 255 = 49%

57
90
126

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

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 126 = 273 (100%)
R 57 of 273 ~ 20.88%
G 90 of 273 ~ 32.97%
B 126 of 273 ~ 46.15%

%20.88
%32.97
%46.15

CMYK color model

#395A7E color CMYK value is (55,29,0,51).

  • cyan value is 54.76%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(55,29,0,51)
C55M29Y0K51 
(55%,29%,0%,51%)
(0.55/0.29/0.00/0.51)	

CMYK percentages

%54.76
%28.57
%0
%50.59

Codes

Color #395A7E in popluar color models

395A7E
RGB5790126
HSL211°37.70%35.88%
HSB/HSV211°54.76%49.41%
CMYK54.76%28.57%0.00%
50.59%

Color #395A7E in popluar number systems.

HEX395A7E
Decimal5790126
Binary11100110110101111110
Octal71132176

Shades and tints

Shades of #395A7E

#395A7E
(57,90,126)
#345273
(52,82,115)
#2F4A68
(47,74,104)
#2A425D
(42,66,93)
#253A52
(37,58,82)
#203247
(32,50,71)
#1B2A3C
(27,42,60)
#162231
(22,34,49)
#111A26
(17,26,38)
#0C121B
(12,18,27)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #395A7E

#395A7E
(57,90,126)
#4B6989
(75,105,137)
#5D7894
(93,120,148)
#6F879F
(111,135,159)
#8196AA
(129,150,170)
#93A5B5
(147,165,181)
#A5B4C0
(165,180,192)
#B7C3CB
(183,195,203)
#C9D2D6
(201,210,214)
#DBE1E1
(219,225,225)
#EDF0EC
(237,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395A7E; }

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

This text font color is #395A7E.


Background Color

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

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

This div background color is #395A7E.


Border color

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

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

This div border color is #395A7E.


Opacity

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

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

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

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

This text has shadow with #395A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395A7E on black background.


Color preview on white background

This text has color #395A7E on white background.



Black color preview on #395A7E background

This text has black color on #395A7E background.


White color preview on #395A7E background

This text has white color on #395A7E background.