COLOR #273A6E

HEX: #273A6E
RGB: (39,58,110)

Color info

#273A6E contains mainly green and blue colors. Web safe color of #273A6E is #333366 (or #336).

RGB color model

#273A6E color RGB value is (39,58,110).

  • red value is 39;
  • green value is 58;
  • blue value is 110.
RGB: (39,58,110) (15%,23%,43%)

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 110 of 255 = 43%

39
58
110

R + G + B ~ 27%. #273A6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 110 = 207 (100%)
R 39 of 207 ~ 18.84%
G 58 of 207 ~ 28.02%
B 110 of 207 ~ 53.14%

%18.84
%28.02
%53.14

CMYK color model

#273A6E color CMYK value is (65,47,0,57).

  • cyan value is 64.55%
  • magenta value is 47.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK: (65,47,0,57) C65M47Y0K57 (65%,47%,0%,57%) (0.65/0.47/0.00/0.57)

CMYK percentages

%64.55
%47.27
%0
%56.86

Codes

Color #273A6E in popluar color models

273A6E
RGB3958110
HSL224°47.65%29.22%
HSB/HSV224°64.55%43.14%
CMYK64.55%47.27%0.00%
56.86%

Color #273A6E in popluar number systems.

HEX273A6E
Decimal3958110
Binary1001111110101101110
Octal4772156

Shades and tints

Shades of #273A6E

#273A6E
(39,58,110)
#243564
(36,53,100)
#21305A
(33,48,90)
#1E2B50
(30,43,80)
#1B2646
(27,38,70)
#18213C
(24,33,60)
#151C32
(21,28,50)
#121728
(18,23,40)
#0F121E
(15,18,30)
#0C0D14
(12,13,20)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #273A6E

#273A6E
(39,58,110)
#3A4B7B
(58,75,123)
#4D5C88
(77,92,136)
#606D95
(96,109,149)
#737EA2
(115,126,162)
#868FAF
(134,143,175)
#99A0BC
(153,160,188)
#ACB1C9
(172,177,201)
#BFC2D6
(191,194,214)
#D2D3E3
(210,211,227)
#E5E4F0
(229,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273A6E; }

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

This text font color is #273A6E.


Background Color

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

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

This div background color is #273A6E.


Border color

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

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

This div border color is #273A6E.


Opacity

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

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

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

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

This text has shadow with #273A6E color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #273A6E; -webkit-box-shadow:	1px 1px 3px 2px #273A6E; box-shadow:	1px 1px 3px 2px #273A6E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #273A6E; -webkit-box-shadow: 1px 1px 3px 2px #273A6E; box-shadow:1px 1px 3px 2px #273A6E;">
Div content here</div>
This div box has shadow with color #273A6E.

Preview

Color preview on black background

This text has color #273A6E on black background.


Color preview on white background

This text has color #273A6E on white background.



Black color preview on #273A6E background

This text has black color on #273A6E background.


White color preview on #273A6E background

This text has white color on #273A6E background.