COLOR #273A8D

HEX: #273A8D
RGB: (39,58,141)

Color info

#273A8D contains mainly blue color. Web safe color of #273A8D is #333399 (or #339).

RGB color model

#273A8D color RGB value is (39,58,141).

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

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 141 of 255 = 55%

39
58
141

R + G + B ~ 31%. #273A8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 141 = 238 (100%)
R 39 of 238 ~ 16.39%
G 58 of 238 ~ 24.37%
B 141 of 238 ~ 59.24%

%16.39
%24.37
%59.24

CMYK color model

#273A8D color CMYK value is (72,59,0,45).

  • cyan value is 72.34%
  • magenta value is 58.87%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(72,59,0,45)
C72M59Y0K45 
(72%,59%,0%,45%)
(0.72/0.59/0.00/0.45)	

CMYK percentages

%72.34
%58.87
%0
%44.71

Codes

Color #273A8D in popluar color models

273A8D
RGB3958141
HSL229°56.67%35.29%
HSB/HSV229°72.34%55.29%
CMYK72.34%58.87%0.00%
44.71%

Color #273A8D in popluar number systems.

HEX273A8D
Decimal3958141
Binary10011111101010001101
Octal4772215

Shades and tints

Shades of #273A8D

#273A8D
(39,58,141)
#243581
(36,53,129)
#213075
(33,48,117)
#1E2B69
(30,43,105)
#1B265D
(27,38,93)
#182151
(24,33,81)
#151C45
(21,28,69)
#121739
(18,23,57)
#0F122D
(15,18,45)
#0C0D21
(12,13,33)
#090815
(9,8,21)
#000000
(0,0,0)

Tints of #273A8D

#273A8D
(39,58,141)
#3A4B97
(58,75,151)
#4D5CA1
(77,92,161)
#606DAB
(96,109,171)
#737EB5
(115,126,181)
#868FBF
(134,143,191)
#99A0C9
(153,160,201)
#ACB1D3
(172,177,211)
#BFC2DD
(191,194,221)
#D2D3E7
(210,211,231)
#E5E4F1
(229,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273A8D; }

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

This text font color is #273A8D.


Background Color

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

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

This div background color is #273A8D.


Border color

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

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

This div border color is #273A8D.


Opacity

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

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

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

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

This text has shadow with #273A8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273A8D on black background.


Color preview on white background

This text has color #273A8D on white background.



Black color preview on #273A8D background

This text has black color on #273A8D background.


White color preview on #273A8D background

This text has white color on #273A8D background.