COLOR #396EC1

HEX: #396EC1 RGB: (57,110,193)

Color info

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

RGB color model

#396EC1 color RGB value is (57,110,193).

RGB: (57,110,193) (22%, 43%, 76%)

RGB channels and saturation

R 57 of 255 = 22%
G 110 of 255 = 43%
B 193 of 255 = 76%

57
110
193

R + G + B ~ 47%. #396EC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 57 + 110 + 193 = 360 (100%)
R 57 of 360 ~ 15.83%
G 110 of 360 ~ 30.56%
B 193 of 360 ~ 53.61'%

%15.83
%30.56
%53.61

CMYK color model

#396EC1 color CMYK value is (70,43,0,24).

  • cyan value is 70.47%
  • magenta value is 43.01%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (70,43,0,24)
C70M43Y0K24 (70%, 43%, 0%, 24%)
(0.70 / 0.43 / 0.00 / 0.24)

CMYK percentages

%70.47
%43.01
%0
%24.31

Codes

Color #396EC1 in popluar color models

39 6E C1
RGB 57 110 193
HSL 217° 54.40% 49.02%
HSB/HSV 217° 70.47% 75.69%
CMYK 70.47% 43.01% 0.00%
24.31%

Color #396EC1 in popluar number systems.

HEX 39 6E C1
Decimal 57 110 193
Binary 111001 1101110 11000001
Octal 71 156 301

Shades and tints

Shades of #396EC1

#396EC1
(57,110,193)
#3464B0
(52,100,176)
#2F5A9F
(47,90,159)
#2A508E
(42,80,142)
#25467D
(37,70,125)
#203C6C
(32,60,108)
#1B325B
(27,50,91)
#16284A
(22,40,74)
#111E39
(17,30,57)
#0C1428
(12,20,40)
#070A17
(7,10,23)
#000000
(0,0,0)

Tints of #396EC1

#396EC1
(57,110,193)
#4B7BC6
(75,123,198)
#5D88CB
(93,136,203)
#6F95D0
(111,149,208)
#81A2D5
(129,162,213)
#93AFDA
(147,175,218)
#A5BCDF
(165,188,223)
#B7C9E4
(183,201,228)
#C9D6E9
(201,214,233)
#DBE3EE
(219,227,238)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396EC1 color. Also use rgb(57,110,193) instead hex code.

Text Font Color

.myTextColor { color: #396EC1; }

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

This text font color is #396EC1.

Background Color

.myBgColor { background-color: #396EC1; }

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

This div background color is #396EC1.

Border color

.myBorderColor { border: 1px solid #396EC1; }

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

This div border color is #396EC1.

Opacity

.myOpacity80 { color: #396EC1; opacity: 0.8; }

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

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

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

This text has shadow with #396EC1 color.


.textShadow {text-shadow: 3px 3px 1px #396EC1', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #396EC1; -webkit-box-shadow: 1px 1px 3px 2px #396EC1; box-shadow:1px 1px 3px 2px #396EC1;">
Div content here
</div>

This div box has shadow with color #396EC1.

Preview

Color preview on black background

This text has color #396EC1 on black background.


Color preview on white background

This text has color #396EC1 on white background.


Black color preview on #396EC1 background

This text has black color on #396EC1 background.


White color preview on #396EC1 background

This text has white color on #396EC1 background.


Related colors

Complementary color

Complementary color for #hex is #C6913E.


I love getcolorcode.com

Triadic colors

1 #C1396E and #6EC139 with #396EC1 are triadic colors.

2 #C16E39 and #6E39C1 with #396EC1 are triadic colors.