COLOR #273483

HEX: #273483
RGB: (39,52,131)

Color info

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

RGB color model

#273483 color RGB value is (39,52,131).

  • red value is 39;
  • green value is 52;
  • blue value is 131.
RGB:
(39,52,131)
(15%,20%,51%)

RGB channels and saturation

R 39 of 255 = 15%
G 52 of 255 = 20%
B 131 of 255 = 51%

39
52
131

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

Portions of RGB colors in percentages

R + G + B =
39 + 52 + 131 = 222 (100%)
R 39 of 222 ~ 17.57%
G 52 of 222 ~ 23.42%
B 131 of 222 ~ 59.01%

%17.57
%23.42
%59.01

CMYK color model

#273483 color CMYK value is (70,60,0,49).

  • cyan value is 70.23%
  • magenta value is 60.31%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(70,60,0,49)
C70M60Y0K49 
(70%,60%,0%,49%)
(0.70/0.60/0.00/0.49)	

CMYK percentages

%70.23
%60.31
%0
%48.63

Codes

Color #273483 in popluar color models

273483
RGB3952131
HSL232°54.12%33.33%
HSB/HSV232°70.23%51.37%
CMYK70.23%60.31%0.00%
48.63%

Color #273483 in popluar number systems.

HEX273483
Decimal3952131
Binary10011111010010000011
Octal4764203

Shades and tints

Shades of #273483

#273483
(39,52,131)
#243078
(36,48,120)
#212C6D
(33,44,109)
#1E2862
(30,40,98)
#1B2457
(27,36,87)
#18204C
(24,32,76)
#151C41
(21,28,65)
#121836
(18,24,54)
#0F142B
(15,20,43)
#0C1020
(12,16,32)
#090C15
(9,12,21)
#000000
(0,0,0)

Tints of #273483

#273483
(39,52,131)
#3A468E
(58,70,142)
#4D5899
(77,88,153)
#606AA4
(96,106,164)
#737CAF
(115,124,175)
#868EBA
(134,142,186)
#99A0C5
(153,160,197)
#ACB2D0
(172,178,208)
#BFC4DB
(191,196,219)
#D2D6E6
(210,214,230)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273483 color. Also use rgb(39,52,131) instead hex code.

Text Font Color

.myTextColor { color: #273483; }

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

This text font color is #273483.


Background Color

.myBgColor { background-color: #273483; }

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

This div background color is #273483.


Border color

.myBorderColor { border: 1px solid #273483; }

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

This div border color is #273483.


Opacity

.myOpacity80 { color: #273483; opacity: 0.8; }

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

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

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

This text has shadow with #273483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273483 on black background.


Color preview on white background

This text has color #273483 on white background.



Black color preview on #273483 background

This text has black color on #273483 background.


White color preview on #273483 background

This text has white color on #273483 background.