COLOR #27379E

HEX: #27379E
RGB: (39,55,158)

Color info

#27379E contains mainly blue color. Web safe color of #27379E is #333399 (or #339).

RGB color model

#27379E color RGB value is (39,55,158).

  • red value is 39;
  • green value is 55;
  • blue value is 158.
RGB:
(39,55,158)
(15%,22%,62%)

RGB channels and saturation

R 39 of 255 = 15%
G 55 of 255 = 22%
B 158 of 255 = 62%

39
55
158

R + G + B ~ 33%. #27379E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 55 + 158 = 252 (100%)
R 39 of 252 ~ 15.48%
G 55 of 252 ~ 21.83%
B 158 of 252 ~ 62.7%

%15.48
%21.83
%62.7

CMYK color model

#27379E color CMYK value is (75,65,0,38).

  • cyan value is 75.32%
  • magenta value is 65.19%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(75,65,0,38)
C75M65Y0K38 
(75%,65%,0%,38%)
(0.75/0.65/0.00/0.38)	

CMYK percentages

%75.32
%65.19
%0
%38.04

Codes

Color #27379E in popluar color models

27379E
RGB3955158
HSL232°60.41%38.63%
HSB/HSV232°75.32%61.96%
CMYK75.32%65.19%0.00%
38.04%

Color #27379E in popluar number systems.

HEX27379E
Decimal3955158
Binary10011111011110011110
Octal4767236

Shades and tints

Shades of #27379E

#27379E
(39,55,158)
#243290
(36,50,144)
#212D82
(33,45,130)
#1E2874
(30,40,116)
#1B2366
(27,35,102)
#181E58
(24,30,88)
#15194A
(21,25,74)
#12143C
(18,20,60)
#0F0F2E
(15,15,46)
#0C0A20
(12,10,32)
#090512
(9,5,18)
#000000
(0,0,0)

Tints of #27379E

#27379E
(39,55,158)
#3A49A6
(58,73,166)
#4D5BAE
(77,91,174)
#606DB6
(96,109,182)
#737FBE
(115,127,190)
#8691C6
(134,145,198)
#99A3CE
(153,163,206)
#ACB5D6
(172,181,214)
#BFC7DE
(191,199,222)
#D2D9E6
(210,217,230)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27379E color. Also use rgb(39,55,158) instead hex code.

Text Font Color

.myTextColor { color: #27379E; }

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

This text font color is #27379E.


Background Color

.myBgColor { background-color: #27379E; }

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

This div background color is #27379E.


Border color

.myBorderColor { border: 1px solid #27379E; }

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

This div border color is #27379E.


Opacity

.myOpacity80 { color: #27379E; opacity: 0.8; }

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

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

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

This text has shadow with #27379E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27379E on black background.


Color preview on white background

This text has color #27379E on white background.



Black color preview on #27379E background

This text has black color on #27379E background.


White color preview on #27379E background

This text has white color on #27379E background.