COLOR #395482

HEX: #395482
RGB: (57,84,130)

Color info

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

RGB color model

#395482 color RGB value is (57,84,130).

  • red value is 57;
  • green value is 84;
  • blue value is 130.
RGB:
(57,84,130)
(22%,33%,51%)

RGB channels and saturation

R 57 of 255 = 22%
G 84 of 255 = 33%
B 130 of 255 = 51%

57
84
130

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

Portions of RGB colors in percentages

R + G + B =
57 + 84 + 130 = 271 (100%)
R 57 of 271 ~ 21.03%
G 84 of 271 ~ 31%
B 130 of 271 ~ 47.97%

%21.03
%31
%47.97

CMYK color model

#395482 color CMYK value is (56,35,0,49).

  • cyan value is 56.15%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(56,35,0,49)
C56M35Y0K49 
(56%,35%,0%,49%)
(0.56/0.35/0.00/0.49)	

CMYK percentages

%56.15
%35.38
%0
%49.02

Codes

Color #395482 in popluar color models

395482
RGB5784130
HSL218°39.04%36.67%
HSB/HSV218°56.15%50.98%
CMYK56.15%35.38%0.00%
49.02%

Color #395482 in popluar number systems.

HEX395482
Decimal5784130
Binary111001101010010000010
Octal71124202

Shades and tints

Shades of #395482

#395482
(57,84,130)
#344D77
(52,77,119)
#2F466C
(47,70,108)
#2A3F61
(42,63,97)
#253856
(37,56,86)
#20314B
(32,49,75)
#1B2A40
(27,42,64)
#162335
(22,35,53)
#111C2A
(17,28,42)
#0C151F
(12,21,31)
#070E14
(7,14,20)
#000000
(0,0,0)

Tints of #395482

#395482
(57,84,130)
#4B638D
(75,99,141)
#5D7298
(93,114,152)
#6F81A3
(111,129,163)
#8190AE
(129,144,174)
#939FB9
(147,159,185)
#A5AEC4
(165,174,196)
#B7BDCF
(183,189,207)
#C9CCDA
(201,204,218)
#DBDBE5
(219,219,229)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395482 color. Also use rgb(57,84,130) instead hex code.

Text Font Color

.myTextColor { color: #395482; }

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

This text font color is #395482.


Background Color

.myBgColor { background-color: #395482; }

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

This div background color is #395482.


Border color

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

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

This div border color is #395482.


Opacity

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

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

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

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

This text has shadow with #395482 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395482 on black background.


Color preview on white background

This text has color #395482 on white background.



Black color preview on #395482 background

This text has black color on #395482 background.


White color preview on #395482 background

This text has white color on #395482 background.