COLOR #273A7E

HEX: #273A7E RGB: (39,58,126)

Color info

#273A7E contains mainly blue color. Web safe color of #273A7E is #333366 (or #336).

RGB color model

#273A7E color RGB value is (39,58,126).

RGB: (39,58,126) (15%, 23%, 49%)

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 126 of 255 = 49%

39
58
126

R + G + B ~ 29%. #273A7E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 58 + 126 = 223 (100%)
R 39 of 223 ~ 17.49%
G 58 of 223 ~ 26.01%
B 126 of 223 ~ 56.5'%

%17.49
%26.01
%56.5

CMYK color model

#273A7E color CMYK value is (69,54,0,51).

  • cyan value is 69.05%
  • magenta value is 53.97%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK: (69,54,0,51) C69M54Y0K51 (69%,54%,0%,51%) (0.69/0.54/0.00/0.51) 

CMYK percentages

%69.05
%53.97
%0
%50.59

Codes

Color #273A7E in popluar color models

27 3A 7E
RGB 39 58 126
HSL 227° 52.73% 32.35%
HSB/HSV 227° 69.05% 49.41%
CMYK 69.05% 53.97% 0.00%
50.59%

Color #273A7E in popluar number systems.

HEX 27 3A 7E
Decimal 39 58 126
Binary 100111 111010 1111110
Octal 47 72 176

Shades and tints

Shades of #273A7E

#273A7E
(39,58,126)
#243573
(36,53,115)
#213068
(33,48,104)
#1E2B5D
(30,43,93)
#1B2652
(27,38,82)
#182147
(24,33,71)
#151C3C
(21,28,60)
#121731
(18,23,49)
#0F1226
(15,18,38)
#0C0D1B
(12,13,27)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #273A7E

#273A7E
(39,58,126)
#3A4B89
(58,75,137)
#4D5C94
(77,92,148)
#606D9F
(96,109,159)
#737EAA
(115,126,170)
#868FB5
(134,143,181)
#99A0C0
(153,160,192)
#ACB1CB
(172,177,203)
#BFC2D6
(191,194,214)
#D2D3E1
(210,211,225)
#E5E4EC
(229,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273A7E color. Also use rgb(39,58,126) instead hex code.

Text Font Color

.myTextColor { color: #273A7E; }

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

This text font color is #273A7E.

Background Color

.myBgColor { background-color: #273A7E; }

<div style="background-color:#273A7E">Inner text</div>

This div background color is #273A7E.

Border color

.myBorderColor { border: 1px solid #273A7E; }

<div style="border:3px solid #273A7E">Div</div>

This div border color is #273A7E.

Opacity

.myOpacity80 { color: #273A7E; opacity: 0.8; }

<p style="color:#273A7E;opacity:0.8;">80%</p>

Text with #273A7E 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 #273A7E;}

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

This text has shadow with #273A7E color.


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

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

This text has shadow with #273A7E primary color and red secondary color.


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

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

This text has shadow with #273A7E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #273A7E.

Preview

Color preview on black background

This text has color #273A7E on black background.


Color preview on white background

This text has color #273A7E on white background.


Black color preview on #273A7E background

This text has black color on #273A7E background.


White color preview on #273A7E background

This text has white color on #273A7E background.


Related colors

Complementary color

Complementary color for #hex is #D8C581.


I love getcolorcode.com

Triadic colors

1 #7E273A and #3A7E27 with #273A7E are triadic colors.

2 #7E3A27 and #3A277E with #273A7E are triadic colors.