COLOR #272C7B

HEX: #272C7B
RGB: (39,44,123)

Color info

#272C7B contains mainly blue color. Web safe color of #272C7B is #333366 (or #336).

RGB color model

#272C7B color RGB value is (39,44,123).

  • red value is 39;
  • green value is 44;
  • blue value is 123.
RGB:
(39,44,123)
(15%,17%,48%)

RGB channels and saturation

R 39 of 255 = 15%
G 44 of 255 = 17%
B 123 of 255 = 48%

39
44
123

R + G + B ~ 27%. #272C7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 44 + 123 = 206 (100%)
R 39 of 206 ~ 18.93%
G 44 of 206 ~ 21.36%
B 123 of 206 ~ 59.71%

%18.93
%21.36
%59.71

CMYK color model

#272C7B color CMYK value is (68,64,0,52).

  • cyan value is 68.29%
  • magenta value is 64.23%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(68,64,0,52)
C68M64Y0K52 
(68%,64%,0%,52%)
(0.68/0.64/0.00/0.52)	

CMYK percentages

%68.29
%64.23
%0
%51.76

Codes

Color #272C7B in popluar color models

272C7B
RGB3944123
HSL236°51.85%31.76%
HSB/HSV236°68.29%48.24%
CMYK68.29%64.23%0.00%
51.76%

Color #272C7B in popluar number systems.

HEX272C7B
Decimal3944123
Binary1001111011001111011
Octal4754173

Shades and tints

Shades of #272C7B

#272C7B
(39,44,123)
#242870
(36,40,112)
#212465
(33,36,101)
#1E205A
(30,32,90)
#1B1C4F
(27,28,79)
#181844
(24,24,68)
#151439
(21,20,57)
#12102E
(18,16,46)
#0F0C23
(15,12,35)
#0C0818
(12,8,24)
#09040D
(9,4,13)
#000000
(0,0,0)

Tints of #272C7B

#272C7B
(39,44,123)
#3A3F87
(58,63,135)
#4D5293
(77,82,147)
#60659F
(96,101,159)
#7378AB
(115,120,171)
#868BB7
(134,139,183)
#999EC3
(153,158,195)
#ACB1CF
(172,177,207)
#BFC4DB
(191,196,219)
#D2D7E7
(210,215,231)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #272C7B color. Also use rgb(39,44,123) instead hex code.

Text Font Color

.myTextColor { color: #272C7B; }

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

This text font color is #272C7B.


Background Color

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

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

This div background color is #272C7B.


Border color

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

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

This div border color is #272C7B.


Opacity

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

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

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

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

This text has shadow with #272C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #272C7B on black background.


Color preview on white background

This text has color #272C7B on white background.



Black color preview on #272C7B background

This text has black color on #272C7B background.


White color preview on #272C7B background

This text has white color on #272C7B background.