COLOR #272A6F

HEX: #272A6F RGB: (39,42,111)

Color info

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

RGB color model

#272A6F color RGB value is (39,42,111).

RGB: (39,42,111) (15%, 16%, 44%)

RGB channels and saturation

R 39 of 255 = 15%
G 42 of 255 = 16%
B 111 of 255 = 44%

39
42
111

R + G + B ~ 25%. #272A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 42 + 111 = 192 (100%)
R 39 of 192 ~ 20.31%
G 42 of 192 ~ 21.88%
B 111 of 192 ~ 57.81'%

%20.31
%21.88
%57.81

CMYK color model

#272A6F color CMYK value is (65,62,0,56).

  • cyan value is 64.86%
  • magenta value is 62.16%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (65,62,0,56)
C65M62Y0K56 (65%, 62%, 0%, 56%)
(0.65 / 0.62 / 0.00 / 0.56)

CMYK percentages

%64.86
%62.16
%0
%56.47

Codes

Color #272A6F in popluar color models

27 2A 6F
RGB 39 42 111
HSL 238° 48.00% 29.41%
HSB/HSV 238° 64.86% 43.53%
CMYK 64.86% 62.16% 0.00%
56.47%

Color #272A6F in popluar number systems.

HEX 27 2A 6F
Decimal 39 42 111
Binary 100111 101010 1101111
Octal 47 52 157

Shades and tints

Shades of #272A6F

#272A6F
(39,42,111)
#242765
(36,39,101)
#21245B
(33,36,91)
#1E2151
(30,33,81)
#1B1E47
(27,30,71)
#181B3D
(24,27,61)
#151833
(21,24,51)
#121529
(18,21,41)
#0F121F
(15,18,31)
#0C0F15
(12,15,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #272A6F

#272A6F
(39,42,111)
#3A3D7C
(58,61,124)
#4D5089
(77,80,137)
#606396
(96,99,150)
#7376A3
(115,118,163)
#8689B0
(134,137,176)
#999CBD
(153,156,189)
#ACAFCA
(172,175,202)
#BFC2D7
(191,194,215)
#D2D5E4
(210,213,228)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #272A6F; }

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

This text font color is #272A6F.

Background Color

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

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

This div background color is #272A6F.

Border color

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

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

This div border color is #272A6F.

Opacity

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

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

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

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

This text has shadow with #272A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #272A6F.

Preview

Color preview on black background

This text has color #272A6F on black background.


Color preview on white background

This text has color #272A6F on white background.


Black color preview on #272A6F background

This text has black color on #272A6F background.


White color preview on #272A6F background

This text has white color on #272A6F background.


Related colors

Complementary color

Complementary color for #hex is #D8D590.


I love getcolorcode.com

Triadic colors

1 #6F272A and #2A6F27 with #272A6F are triadic colors.

2 #6F2A27 and #2A276F with #272A6F are triadic colors.