COLOR #272A8B

HEX: #272A8B
RGB: (39,42,139)

Color info

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

RGB color model

#272A8B color RGB value is (39,42,139).

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

RGB channels and saturation

R 39 of 255 = 15%
G 42 of 255 = 16%
B 139 of 255 = 55%

39
42
139

R + G + B ~ 29%. #272A8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 42 + 139 = 220 (100%)
R 39 of 220 ~ 17.73%
G 42 of 220 ~ 19.09%
B 139 of 220 ~ 63.18%

%17.73
%19.09
%63.18

CMYK color model

#272A8B color CMYK value is (72,70,0,45).

  • cyan value is 71.94%
  • magenta value is 69.78%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(72,70,0,45)
C72M70Y0K45 
(72%,70%,0%,45%)
(0.72/0.70/0.00/0.45)	

CMYK percentages

%71.94
%69.78
%0
%45.49

Codes

Color #272A8B in popluar color models

272A8B
RGB3942139
HSL238°56.18%34.90%
HSB/HSV238°71.94%54.51%
CMYK71.94%69.78%0.00%
45.49%

Color #272A8B in popluar number systems.

HEX272A8B
Decimal3942139
Binary10011110101010001011
Octal4752213

Shades and tints

Shades of #272A8B

#272A8B
(39,42,139)
#24277F
(36,39,127)
#212473
(33,36,115)
#1E2167
(30,33,103)
#1B1E5B
(27,30,91)
#181B4F
(24,27,79)
#151843
(21,24,67)
#121537
(18,21,55)
#0F122B
(15,18,43)
#0C0F1F
(12,15,31)
#090C13
(9,12,19)
#000000
(0,0,0)

Tints of #272A8B

#272A8B
(39,42,139)
#3A3D95
(58,61,149)
#4D509F
(77,80,159)
#6063A9
(96,99,169)
#7376B3
(115,118,179)
#8689BD
(134,137,189)
#999CC7
(153,156,199)
#ACAFD1
(172,175,209)
#BFC2DB
(191,194,219)
#D2D5E5
(210,213,229)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272A8B color. Also use rgb(39,42,139) instead hex code.

Text Font Color

.myTextColor { color: #272A8B; }

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

This text font color is #272A8B.


Background Color

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

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

This div background color is #272A8B.


Border color

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

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

This div border color is #272A8B.


Opacity

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

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

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

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

This text has shadow with #272A8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272A8B on black background.


Color preview on white background

This text has color #272A8B on white background.



Black color preview on #272A8B background

This text has black color on #272A8B background.


White color preview on #272A8B background

This text has white color on #272A8B background.