COLOR #395F98

HEX: #395F98
RGB: (57,95,152)

Color info

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

RGB color model

#395F98 color RGB value is (57,95,152).

  • red value is 57;
  • green value is 95;
  • blue value is 152.
RGB:
(57,95,152)
(22%,37%,60%)

RGB channels and saturation

R 57 of 255 = 22%
G 95 of 255 = 37%
B 152 of 255 = 60%

57
95
152

R + G + B ~ 40%. #395F98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
57 + 95 + 152 = 304 (100%)
R 57 of 304 ~ 18.75%
G 95 of 304 ~ 31.25%
B 152 of 304 ~ 50%

%18.75
%31.25
%50

CMYK color model

#395F98 color CMYK value is (63,38,0,40).

  • cyan value is 62.50%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(63,38,0,40)
C63M38Y0K40 
(63%,38%,0%,40%)
(0.63/0.38/0.00/0.40)	

CMYK percentages

%62.5
%37.5
%0
%40.39

Codes

Color #395F98 in popluar color models

395F98
RGB5795152
HSL216°45.45%40.98%
HSB/HSV216°62.50%59.61%
CMYK62.50%37.50%0.00%
40.39%

Color #395F98 in popluar number systems.

HEX395F98
Decimal5795152
Binary111001101111110011000
Octal71137230

Shades and tints

Shades of #395F98

#395F98
(57,95,152)
#34578B
(52,87,139)
#2F4F7E
(47,79,126)
#2A4771
(42,71,113)
#253F64
(37,63,100)
#203757
(32,55,87)
#1B2F4A
(27,47,74)
#16273D
(22,39,61)
#111F30
(17,31,48)
#0C1723
(12,23,35)
#070F16
(7,15,22)
#000000
(0,0,0)

Tints of #395F98

#395F98
(57,95,152)
#4B6DA1
(75,109,161)
#5D7BAA
(93,123,170)
#6F89B3
(111,137,179)
#8197BC
(129,151,188)
#93A5C5
(147,165,197)
#A5B3CE
(165,179,206)
#B7C1D7
(183,193,215)
#C9CFE0
(201,207,224)
#DBDDE9
(219,221,233)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #395F98 color. Also use rgb(57,95,152) instead hex code.

Text Font Color

.myTextColor { color: #395F98; }

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

This text font color is #395F98.


Background Color

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

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

This div background color is #395F98.


Border color

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

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

This div border color is #395F98.


Opacity

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

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

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

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

This text has shadow with #395F98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395F98 on black background.


Color preview on white background

This text has color #395F98 on white background.



Black color preview on #395F98 background

This text has black color on #395F98 background.


White color preview on #395F98 background

This text has white color on #395F98 background.