COLOR #27528B

HEX: #27528B
RGB: (39,82,139)

Color info

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

RGB color model

#27528B color RGB value is (39,82,139).

  • red value is 39;
  • green value is 82;
  • blue value is 139.
RGB:
(39,82,139)
(15%,32%,55%)

RGB channels and saturation

R 39 of 255 = 15%
G 82 of 255 = 32%
B 139 of 255 = 55%

39
82
139

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

Portions of RGB colors in percentages

R + G + B =
39 + 82 + 139 = 260 (100%)
R 39 of 260 ~ 15%
G 82 of 260 ~ 31.54%
B 139 of 260 ~ 53.46%

%15
%31.54
%53.46

CMYK color model

#27528B color CMYK value is (72,41,0,45).

  • cyan value is 71.94%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(72,41,0,45)
C72M41Y0K45 
(72%,41%,0%,45%)
(0.72/0.41/0.00/0.45)	

CMYK percentages

%71.94
%41.01
%0
%45.49

Codes

Color #27528B in popluar color models

27528B
RGB3982139
HSL214°56.18%34.90%
HSB/HSV214°71.94%54.51%
CMYK71.94%41.01%0.00%
45.49%

Color #27528B in popluar number systems.

HEX27528B
Decimal3982139
Binary100111101001010001011
Octal47122213

Shades and tints

Shades of #27528B

#27528B
(39,82,139)
#244B7F
(36,75,127)
#214473
(33,68,115)
#1E3D67
(30,61,103)
#1B365B
(27,54,91)
#182F4F
(24,47,79)
#152843
(21,40,67)
#122137
(18,33,55)
#0F1A2B
(15,26,43)
#0C131F
(12,19,31)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #27528B

#27528B
(39,82,139)
#3A6195
(58,97,149)
#4D709F
(77,112,159)
#607FA9
(96,127,169)
#738EB3
(115,142,179)
#869DBD
(134,157,189)
#99ACC7
(153,172,199)
#ACBBD1
(172,187,209)
#BFCADB
(191,202,219)
#D2D9E5
(210,217,229)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27528B color. Also use rgb(39,82,139) instead hex code.

Text Font Color

.myTextColor { color: #27528B; }

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

This text font color is #27528B.


Background Color

.myBgColor { background-color: #27528B; }

<div style="background-color:#27528B">Inner text</div>

This div background color is #27528B.


Border color

.myBorderColor { border: 1px solid #27528B; }

<div style="border:3px solid #27528B">Div</div>

This div border color is #27528B.


Opacity

.myOpacity80 { color: #27528B; opacity: 0.8; }

<p style="color:#27528B;opacity:0.8;">80%</p>

Text with #27528B 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 #27528B;}

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

This text has shadow with #27528B color.

.textShadow {text-shadow: 3px 3px 1px #27528B, 3px 3px 1px red;}

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

This text has shadow with #27528B primary color and red secondary color.


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

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

This text has shadow with #27528B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27528B on black background.


Color preview on white background

This text has color #27528B on white background.



Black color preview on #27528B background

This text has black color on #27528B background.


White color preview on #27528B background

This text has white color on #27528B background.