COLOR #395273

HEX: #395273
RGB: (57,82,115)

Color info

#395273 contains red, green and blue colors in about the same proportion. Web safe color of #395273 is #336666 (or #366).

RGB color model

#395273 color RGB value is (57,82,115).

  • red value is 57;
  • green value is 82;
  • blue value is 115.
RGB:
(57,82,115)
(22%,32%,45%)

RGB channels and saturation

R 57 of 255 = 22%
G 82 of 255 = 32%
B 115 of 255 = 45%

57
82
115

R + G + B ~ 33%. #395273 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 82 + 115 = 254 (100%)
R 57 of 254 ~ 22.44%
G 82 of 254 ~ 32.28%
B 115 of 254 ~ 45.28%

%22.44
%32.28
%45.28

CMYK color model

#395273 color CMYK value is (50,29,0,55).

  • cyan value is 50.43%
  • magenta value is 28.70%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(50,29,0,55)
C50M29Y0K55 
(50%,29%,0%,55%)
(0.50/0.29/0.00/0.55)	

CMYK percentages

%50.43
%28.7
%0
%54.9

Codes

Color #395273 in popluar color models

395273
RGB5782115
HSL214°33.72%33.73%
HSB/HSV214°50.43%45.10%
CMYK50.43%28.70%0.00%
54.90%

Color #395273 in popluar number systems.

HEX395273
Decimal5782115
Binary11100110100101110011
Octal71122163

Shades and tints

Shades of #395273

#395273
(57,82,115)
#344B69
(52,75,105)
#2F445F
(47,68,95)
#2A3D55
(42,61,85)
#25364B
(37,54,75)
#202F41
(32,47,65)
#1B2837
(27,40,55)
#16212D
(22,33,45)
#111A23
(17,26,35)
#0C1319
(12,19,25)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #395273

#395273
(57,82,115)
#4B617F
(75,97,127)
#5D708B
(93,112,139)
#6F7F97
(111,127,151)
#818EA3
(129,142,163)
#939DAF
(147,157,175)
#A5ACBB
(165,172,187)
#B7BBC7
(183,187,199)
#C9CAD3
(201,202,211)
#DBD9DF
(219,217,223)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395273 color. Also use rgb(57,82,115) instead hex code.

Text Font Color

.myTextColor { color: #395273; }

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

This text font color is #395273.


Background Color

.myBgColor { background-color: #395273; }

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

This div background color is #395273.


Border color

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

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

This div border color is #395273.


Opacity

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

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

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

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

This text has shadow with #395273 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395273 on black background.


Color preview on white background

This text has color #395273 on white background.



Black color preview on #395273 background

This text has black color on #395273 background.


White color preview on #395273 background

This text has white color on #395273 background.