COLOR #272F8E

HEX: #272F8E
RGB: (39,47,142)

Color info

#272F8E contains mainly blue color. Web safe color of #272F8E is #333399 (or #339).

RGB color model

#272F8E color RGB value is (39,47,142).

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

RGB channels and saturation

R 39 of 255 = 15%
G 47 of 255 = 18%
B 142 of 255 = 56%

39
47
142

R + G + B ~ 30%. #272F8E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 47 + 142 = 228 (100%)
R 39 of 228 ~ 17.11%
G 47 of 228 ~ 20.61%
B 142 of 228 ~ 62.28%

%17.11
%20.61
%62.28

CMYK color model

#272F8E color CMYK value is (73,67,0,44).

  • cyan value is 72.54%
  • magenta value is 66.90%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(73,67,0,44)
C73M67Y0K44 
(73%,67%,0%,44%)
(0.73/0.67/0.00/0.44)	

CMYK percentages

%72.54
%66.9
%0
%44.31

Codes

Color #272F8E in popluar color models

272F8E
RGB3947142
HSL235°56.91%35.49%
HSB/HSV235°72.54%55.69%
CMYK72.54%66.90%0.00%
44.31%

Color #272F8E in popluar number systems.

HEX272F8E
Decimal3947142
Binary10011110111110001110
Octal4757216

Shades and tints

Shades of #272F8E

#272F8E
(39,47,142)
#242B82
(36,43,130)
#212776
(33,39,118)
#1E236A
(30,35,106)
#1B1F5E
(27,31,94)
#181B52
(24,27,82)
#151746
(21,23,70)
#12133A
(18,19,58)
#0F0F2E
(15,15,46)
#0C0B22
(12,11,34)
#090716
(9,7,22)
#000000
(0,0,0)

Tints of #272F8E

#272F8E
(39,47,142)
#3A4198
(58,65,152)
#4D53A2
(77,83,162)
#6065AC
(96,101,172)
#7377B6
(115,119,182)
#8689C0
(134,137,192)
#999BCA
(153,155,202)
#ACADD4
(172,173,212)
#BFBFDE
(191,191,222)
#D2D1E8
(210,209,232)
#E5E3F2
(229,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272F8E color. Also use rgb(39,47,142) instead hex code.

Text Font Color

.myTextColor { color: #272F8E; }

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

This text font color is #272F8E.


Background Color

.myBgColor { background-color: #272F8E; }

<div style="background-color:#272F8E">Inner text</div>

This div background color is #272F8E.


Border color

.myBorderColor { border: 1px solid #272F8E; }

<div style="border:3px solid #272F8E">Div</div>

This div border color is #272F8E.


Opacity

.myOpacity80 { color: #272F8E; opacity: 0.8; }

<p style="color:#272F8E;opacity:0.8;">80%</p>

Text with #272F8E 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 #272F8E;}

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

This text has shadow with #272F8E color.

.textShadow {text-shadow: 3px 3px 1px #272F8E, 3px 3px 1px red;}

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

This text has shadow with #272F8E primary color and red secondary color.


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

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

This text has shadow with #272F8E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272F8E on black background.


Color preview on white background

This text has color #272F8E on white background.



Black color preview on #272F8E background

This text has black color on #272F8E background.


White color preview on #272F8E background

This text has white color on #272F8E background.