COLOR #395382

HEX: #395382
RGB: (57,83,130)

Color info

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

RGB color model

#395382 color RGB value is (57,83,130).

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

RGB channels and saturation

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

57
83
130

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

Portions of RGB colors in percentages

R + G + B =
57 + 83 + 130 = 270 (100%)
R 57 of 270 ~ 21.11%
G 83 of 270 ~ 30.74%
B 130 of 270 ~ 48.15%

%21.11
%30.74
%48.15

CMYK color model

#395382 color CMYK value is (56,36,0,49).

  • cyan value is 56.15%
  • magenta value is 36.15%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(56,36,0,49)
C56M36Y0K49 
(56%,36%,0%,49%)
(0.56/0.36/0.00/0.49)	

CMYK percentages

%56.15
%36.15
%0
%49.02

Codes

Color #395382 in popluar color models

395382
RGB5783130
HSL219°39.04%36.67%
HSB/HSV219°56.15%50.98%
CMYK56.15%36.15%0.00%
49.02%

Color #395382 in popluar number systems.

HEX395382
Decimal5783130
Binary111001101001110000010
Octal71123202

Shades and tints

Shades of #395382

#395382
(57,83,130)
#344C77
(52,76,119)
#2F456C
(47,69,108)
#2A3E61
(42,62,97)
#253756
(37,55,86)
#20304B
(32,48,75)
#1B2940
(27,41,64)
#162235
(22,34,53)
#111B2A
(17,27,42)
#0C141F
(12,20,31)
#070D14
(7,13,20)
#000000
(0,0,0)

Tints of #395382

#395382
(57,83,130)
#4B628D
(75,98,141)
#5D7198
(93,113,152)
#6F80A3
(111,128,163)
#818FAE
(129,143,174)
#939EB9
(147,158,185)
#A5ADC4
(165,173,196)
#B7BCCF
(183,188,207)
#C9CBDA
(201,203,218)
#DBDAE5
(219,218,229)
#EDE9F0
(237,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395382; }

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

This text font color is #395382.


Background Color

.myBgColor { background-color: #395382; }

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

This div background color is #395382.


Border color

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

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

This div border color is #395382.


Opacity

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

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

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

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

This text has shadow with #395382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395382 on black background.


Color preview on white background

This text has color #395382 on white background.



Black color preview on #395382 background

This text has black color on #395382 background.


White color preview on #395382 background

This text has white color on #395382 background.