COLOR #272B8B

HEX: #272B8B RGB: (39,43,139)

Color info

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

RGB color model

#272B8B color RGB value is (39,43,139).

RGB: (39,43,139) (15%, 17%, 55%)

RGB channels and saturation

R 39 of 255 = 15%
G 43 of 255 = 17%
B 139 of 255 = 55%

39
43
139

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

Portions of RGB colors in percentages

R + G + B = 39 + 43 + 139 = 221 (100%)
R 39 of 221 ~ 17.65%
G 43 of 221 ~ 19.46%
B 139 of 221 ~ 62.9'%

%17.65
%19.46
%62.9

CMYK color model

#272B8B color CMYK value is (72,69,0,45).

  • cyan value is 71.94%
  • magenta value is 69.06%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK: (72,69,0,45) C72M69Y0K45 (72%,69%,0%,45%) (0.72/0.69/0.00/0.45) 

CMYK percentages

%71.94
%69.06
%0
%45.49

Codes

Color #272B8B in popluar color models

27 2B 8B
RGB 39 43 139
HSL 238° 56.18% 34.90%
HSB/HSV 238° 71.94% 54.51%
CMYK 71.94% 69.06% 0.00%
45.49%

Color #272B8B in popluar number systems.

HEX 27 2B 8B
Decimal 39 43 139
Binary 100111 101011 10001011
Octal 47 53 213

Shades and tints

Shades of #272B8B

#272B8B
(39,43,139)
#24287F
(36,40,127)
#212573
(33,37,115)
#1E2267
(30,34,103)
#1B1F5B
(27,31,91)
#181C4F
(24,28,79)
#151943
(21,25,67)
#121637
(18,22,55)
#0F132B
(15,19,43)
#0C101F
(12,16,31)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #272B8B

#272B8B
(39,43,139)
#3A3E95
(58,62,149)
#4D519F
(77,81,159)
#6064A9
(96,100,169)
#7377B3
(115,119,179)
#868ABD
(134,138,189)
#999DC7
(153,157,199)
#ACB0D1
(172,176,209)
#BFC3DB
(191,195,219)
#D2D6E5
(210,214,229)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272B8B; }

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

This text font color is #272B8B.

Background Color

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

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

This div background color is #272B8B.

Border color

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

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

This div border color is #272B8B.

Opacity

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

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

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

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

This text has shadow with #272B8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272B8B.

Preview

Color preview on black background

This text has color #272B8B on black background.


Color preview on white background

This text has color #272B8B on white background.


Black color preview on #272B8B background

This text has black color on #272B8B background.


White color preview on #272B8B background

This text has white color on #272B8B background.


Related colors

Complementary color

Complementary color for #hex is #D8D474.


I love getcolorcode.com

Triadic colors

1 #8B272B and #2B8B27 with #272B8B are triadic colors.

2 #8B2B27 and #2B278B with #272B8B are triadic colors.