COLOR #273C79

HEX: #273C79
RGB: (39,60,121)

Color info

#273C79 contains mainly blue color. Web safe color of #273C79 is #333366 (or #336).

RGB color model

#273C79 color RGB value is (39,60,121).

  • red value is 39;
  • green value is 60;
  • blue value is 121.
RGB:
(39,60,121)
(15%,24%,47%)

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 121 of 255 = 47%

39
60
121

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

Portions of RGB colors in percentages

R + G + B =
39 + 60 + 121 = 220 (100%)
R 39 of 220 ~ 17.73%
G 60 of 220 ~ 27.27%
B 121 of 220 ~ 55%

%17.73
%27.27
%55

CMYK color model

#273C79 color CMYK value is (68,50,0,53).

  • cyan value is 67.77%
  • magenta value is 50.41%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(68,50,0,53)
C68M50Y0K53 
(68%,50%,0%,53%)
(0.68/0.50/0.00/0.53)	

CMYK percentages

%67.77
%50.41
%0
%52.55

Codes

Color #273C79 in popluar color models

273C79
RGB3960121
HSL225°51.25%31.37%
HSB/HSV225°67.77%47.45%
CMYK67.77%50.41%0.00%
52.55%

Color #273C79 in popluar number systems.

HEX273C79
Decimal3960121
Binary1001111111001111001
Octal4774171

Shades and tints

Shades of #273C79

#273C79
(39,60,121)
#24376E
(36,55,110)
#213263
(33,50,99)
#1E2D58
(30,45,88)
#1B284D
(27,40,77)
#182342
(24,35,66)
#151E37
(21,30,55)
#12192C
(18,25,44)
#0F1421
(15,20,33)
#0C0F16
(12,15,22)
#090A0B
(9,10,11)
#000000
(0,0,0)

Tints of #273C79

#273C79
(39,60,121)
#3A4D85
(58,77,133)
#4D5E91
(77,94,145)
#606F9D
(96,111,157)
#7380A9
(115,128,169)
#8691B5
(134,145,181)
#99A2C1
(153,162,193)
#ACB3CD
(172,179,205)
#BFC4D9
(191,196,217)
#D2D5E5
(210,213,229)
#E5E6F1
(229,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273C79 color. Also use rgb(39,60,121) instead hex code.

Text Font Color

.myTextColor { color: #273C79; }

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

This text font color is #273C79.


Background Color

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

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

This div background color is #273C79.


Border color

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

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

This div border color is #273C79.


Opacity

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

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

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

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

This text has shadow with #273C79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273C79 on black background.


Color preview on white background

This text has color #273C79 on white background.



Black color preview on #273C79 background

This text has black color on #273C79 background.


White color preview on #273C79 background

This text has white color on #273C79 background.