COLOR #27409F

HEX: #27409F
RGB: (39,64,159)

Color info

#27409F contains mainly blue color. Web safe color of #27409F is #333399 (or #339).

RGB color model

#27409F color RGB value is (39,64,159).

  • red value is 39;
  • green value is 64;
  • blue value is 159.
RGB:
(39,64,159)
(15%,25%,62%)

RGB channels and saturation

R 39 of 255 = 15%
G 64 of 255 = 25%
B 159 of 255 = 62%

39
64
159

R + G + B ~ 34%. #27409F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 64 + 159 = 262 (100%)
R 39 of 262 ~ 14.89%
G 64 of 262 ~ 24.43%
B 159 of 262 ~ 60.69%

%14.89
%24.43
%60.69

CMYK color model

#27409F color CMYK value is (75,60,0,38).

  • cyan value is 75.47%
  • magenta value is 59.75%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(75,60,0,38)
C75M60Y0K38 
(75%,60%,0%,38%)
(0.75/0.60/0.00/0.38)	

CMYK percentages

%75.47
%59.75
%0
%37.65

Codes

Color #27409F in popluar color models

27409F
RGB3964159
HSL228°60.61%38.82%
HSB/HSV228°75.47%62.35%
CMYK75.47%59.75%0.00%
37.65%

Color #27409F in popluar number systems.

HEX27409F
Decimal3964159
Binary100111100000010011111
Octal47100237

Shades and tints

Shades of #27409F

#27409F
(39,64,159)
#243B91
(36,59,145)
#213683
(33,54,131)
#1E3175
(30,49,117)
#1B2C67
(27,44,103)
#182759
(24,39,89)
#15224B
(21,34,75)
#121D3D
(18,29,61)
#0F182F
(15,24,47)
#0C1321
(12,19,33)
#090E13
(9,14,19)
#000000
(0,0,0)

Tints of #27409F

#27409F
(39,64,159)
#3A51A7
(58,81,167)
#4D62AF
(77,98,175)
#6073B7
(96,115,183)
#7384BF
(115,132,191)
#8695C7
(134,149,199)
#99A6CF
(153,166,207)
#ACB7D7
(172,183,215)
#BFC8DF
(191,200,223)
#D2D9E7
(210,217,231)
#E5EAEF
(229,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27409F color. Also use rgb(39,64,159) instead hex code.

Text Font Color

.myTextColor { color: #27409F; }

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

This text font color is #27409F.


Background Color

.myBgColor { background-color: #27409F; }

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

This div background color is #27409F.


Border color

.myBorderColor { border: 1px solid #27409F; }

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

This div border color is #27409F.


Opacity

.myOpacity80 { color: #27409F; opacity: 0.8; }

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

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

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

This text has shadow with #27409F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27409F on black background.


Color preview on white background

This text has color #27409F on white background.



Black color preview on #27409F background

This text has black color on #27409F background.


White color preview on #27409F background

This text has white color on #27409F background.