COLOR #273A73

HEX: #273A73
RGB: (39,58,115)

Color info

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

RGB color model

#273A73 color RGB value is (39,58,115).

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

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 115 of 255 = 45%

39
58
115

R + G + B ~ 28%. #273A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 115 = 212 (100%)
R 39 of 212 ~ 18.4%
G 58 of 212 ~ 27.36%
B 115 of 212 ~ 54.25%

%18.4
%27.36
%54.25

CMYK color model

#273A73 color CMYK value is (66,50,0,55).

  • cyan value is 66.09%
  • magenta value is 49.57%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(66,50,0,55)
C66M50Y0K55 
(66%,50%,0%,55%)
(0.66/0.50/0.00/0.55)	

CMYK percentages

%66.09
%49.57
%0
%54.9

Codes

Color #273A73 in popluar color models

273A73
RGB3958115
HSL225°49.35%30.20%
HSB/HSV225°66.09%45.10%
CMYK66.09%49.57%0.00%
54.90%

Color #273A73 in popluar number systems.

HEX273A73
Decimal3958115
Binary1001111110101110011
Octal4772163

Shades and tints

Shades of #273A73

#273A73
(39,58,115)
#243569
(36,53,105)
#21305F
(33,48,95)
#1E2B55
(30,43,85)
#1B264B
(27,38,75)
#182141
(24,33,65)
#151C37
(21,28,55)
#12172D
(18,23,45)
#0F1223
(15,18,35)
#0C0D19
(12,13,25)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #273A73

#273A73
(39,58,115)
#3A4B7F
(58,75,127)
#4D5C8B
(77,92,139)
#606D97
(96,109,151)
#737EA3
(115,126,163)
#868FAF
(134,143,175)
#99A0BB
(153,160,187)
#ACB1C7
(172,177,199)
#BFC2D3
(191,194,211)
#D2D3DF
(210,211,223)
#E5E4EB
(229,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273A73; }

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

This text font color is #273A73.


Background Color

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

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

This div background color is #273A73.


Border color

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

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

This div border color is #273A73.


Opacity

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

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

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

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

This text has shadow with #273A73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273A73 on black background.


Color preview on white background

This text has color #273A73 on white background.



Black color preview on #273A73 background

This text has black color on #273A73 background.


White color preview on #273A73 background

This text has white color on #273A73 background.