COLOR #273AA1

HEX: #273AA1
RGB: (39,58,161)

Color info

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

RGB color model

#273AA1 color RGB value is (39,58,161).

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

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 161 of 255 = 63%

39
58
161

R + G + B ~ 34%. #273AA1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 161 = 258 (100%)
R 39 of 258 ~ 15.12%
G 58 of 258 ~ 22.48%
B 161 of 258 ~ 62.4%

%15.12
%22.48
%62.4

CMYK color model

#273AA1 color CMYK value is (76,64,0,37).

  • cyan value is 75.78%
  • magenta value is 63.98%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(76,64,0,37)
C76M64Y0K37 
(76%,64%,0%,37%)
(0.76/0.64/0.00/0.37)	

CMYK percentages

%75.78
%63.98
%0
%36.86

Codes

Color #273AA1 in popluar color models

273AA1
RGB3958161
HSL231°61.00%39.22%
HSB/HSV231°75.78%63.14%
CMYK75.78%63.98%0.00%
36.86%

Color #273AA1 in popluar number systems.

HEX273AA1
Decimal3958161
Binary10011111101010100001
Octal4772241

Shades and tints

Shades of #273AA1

#273AA1
(39,58,161)
#243593
(36,53,147)
#213085
(33,48,133)
#1E2B77
(30,43,119)
#1B2669
(27,38,105)
#18215B
(24,33,91)
#151C4D
(21,28,77)
#12173F
(18,23,63)
#0F1231
(15,18,49)
#0C0D23
(12,13,35)
#090815
(9,8,21)
#000000
(0,0,0)

Tints of #273AA1

#273AA1
(39,58,161)
#3A4BA9
(58,75,169)
#4D5CB1
(77,92,177)
#606DB9
(96,109,185)
#737EC1
(115,126,193)
#868FC9
(134,143,201)
#99A0D1
(153,160,209)
#ACB1D9
(172,177,217)
#BFC2E1
(191,194,225)
#D2D3E9
(210,211,233)
#E5E4F1
(229,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273AA1; }

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

This text font color is #273AA1.


Background Color

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

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

This div background color is #273AA1.


Border color

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

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

This div border color is #273AA1.


Opacity

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

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

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

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

This text has shadow with #273AA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273AA1 on black background.


Color preview on white background

This text has color #273AA1 on white background.



Black color preview on #273AA1 background

This text has black color on #273AA1 background.


White color preview on #273AA1 background

This text has white color on #273AA1 background.