COLOR #27488E

HEX: #27488E
RGB: (39,72,142)

Color info

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

RGB color model

#27488E color RGB value is (39,72,142).

  • red value is 39;
  • green value is 72;
  • blue value is 142.
RGB:
(39,72,142)
(15%,28%,56%)

RGB channels and saturation

R 39 of 255 = 15%
G 72 of 255 = 28%
B 142 of 255 = 56%

39
72
142

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

Portions of RGB colors in percentages

R + G + B =
39 + 72 + 142 = 253 (100%)
R 39 of 253 ~ 15.42%
G 72 of 253 ~ 28.46%
B 142 of 253 ~ 56.13%

%15.42
%28.46
%56.13

CMYK color model

#27488E color CMYK value is (73,49,0,44).

  • cyan value is 72.54%
  • magenta value is 49.30%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(73,49,0,44)
C73M49Y0K44 
(73%,49%,0%,44%)
(0.73/0.49/0.00/0.44)	

CMYK percentages

%72.54
%49.3
%0
%44.31

Codes

Color #27488E in popluar color models

27488E
RGB3972142
HSL221°56.91%35.49%
HSB/HSV221°72.54%55.69%
CMYK72.54%49.30%0.00%
44.31%

Color #27488E in popluar number systems.

HEX27488E
Decimal3972142
Binary100111100100010001110
Octal47110216

Shades and tints

Shades of #27488E

#27488E
(39,72,142)
#244282
(36,66,130)
#213C76
(33,60,118)
#1E366A
(30,54,106)
#1B305E
(27,48,94)
#182A52
(24,42,82)
#152446
(21,36,70)
#121E3A
(18,30,58)
#0F182E
(15,24,46)
#0C1222
(12,18,34)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #27488E

#27488E
(39,72,142)
#3A5898
(58,88,152)
#4D68A2
(77,104,162)
#6078AC
(96,120,172)
#7388B6
(115,136,182)
#8698C0
(134,152,192)
#99A8CA
(153,168,202)
#ACB8D4
(172,184,212)
#BFC8DE
(191,200,222)
#D2D8E8
(210,216,232)
#E5E8F2
(229,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #27488E color. Also use rgb(39,72,142) instead hex code.

Text Font Color

.myTextColor { color: #27488E; }

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

This text font color is #27488E.


Background Color

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

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

This div background color is #27488E.


Border color

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

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

This div border color is #27488E.


Opacity

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

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

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

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

This text has shadow with #27488E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #27488E on black background.


Color preview on white background

This text has color #27488E on white background.



Black color preview on #27488E background

This text has black color on #27488E background.


White color preview on #27488E background

This text has white color on #27488E background.