COLOR #395AB6

HEX: #395AB6
RGB: (57,90,182)

Color info

#395AB6 contains mainly blue color. Web safe color of #395AB6 is #3366CC (or #36C).

RGB color model

#395AB6 color RGB value is (57,90,182).

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

RGB channels and saturation

R 57 of 255 = 22%
G 90 of 255 = 35%
B 182 of 255 = 71%

57
90
182

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

Portions of RGB colors in percentages

R + G + B =
57 + 90 + 182 = 329 (100%)
R 57 of 329 ~ 17.33%
G 90 of 329 ~ 27.36%
B 182 of 329 ~ 55.32%

%17.33
%27.36
%55.32

CMYK color model

#395AB6 color CMYK value is (69,51,0,29).

  • cyan value is 68.68%
  • magenta value is 50.55%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(69,51,0,29)
C69M51Y0K29 
(69%,51%,0%,29%)
(0.69/0.51/0.00/0.29)	

CMYK percentages

%68.68
%50.55
%0
%28.63

Codes

Color #395AB6 in popluar color models

395AB6
RGB5790182
HSL224°52.30%46.86%
HSB/HSV224°68.68%71.37%
CMYK68.68%50.55%0.00%
28.63%

Color #395AB6 in popluar number systems.

HEX395AB6
Decimal5790182
Binary111001101101010110110
Octal71132266

Shades and tints

Shades of #395AB6

#395AB6
(57,90,182)
#3452A6
(52,82,166)
#2F4A96
(47,74,150)
#2A4286
(42,66,134)
#253A76
(37,58,118)
#203266
(32,50,102)
#1B2A56
(27,42,86)
#162246
(22,34,70)
#111A36
(17,26,54)
#0C1226
(12,18,38)
#070A16
(7,10,22)
#000000
(0,0,0)

Tints of #395AB6

#395AB6
(57,90,182)
#4B69BC
(75,105,188)
#5D78C2
(93,120,194)
#6F87C8
(111,135,200)
#8196CE
(129,150,206)
#93A5D4
(147,165,212)
#A5B4DA
(165,180,218)
#B7C3E0
(183,195,224)
#C9D2E6
(201,210,230)
#DBE1EC
(219,225,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #395AB6; }

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

This text font color is #395AB6.


Background Color

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

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

This div background color is #395AB6.


Border color

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

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

This div border color is #395AB6.


Opacity

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

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

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

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

This text has shadow with #395AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #395AB6 on black background.


Color preview on white background

This text has color #395AB6 on white background.



Black color preview on #395AB6 background

This text has black color on #395AB6 background.


White color preview on #395AB6 background

This text has white color on #395AB6 background.