COLOR #273A61

HEX: #273A61
RGB: (39,58,97)

Color info

#273A61 contains red, green and blue colors in about the same proportion. Web safe color of #273A61 is #333366 (or #336).

RGB color model

#273A61 color RGB value is (39,58,97).

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

RGB channels and saturation

R 39 of 255 = 15%
G 58 of 255 = 23%
B 97 of 255 = 38%

39
58
97

R + G + B ~ 25%. #273A61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 58 + 97 = 194 (100%)
R 39 of 194 ~ 20.1%
G 58 of 194 ~ 29.9%
B 97 of 194 ~ 50%

%20.1
%29.9
%50

CMYK color model

#273A61 color CMYK value is (60,40,0,62).

  • cyan value is 59.79%
  • magenta value is 40.21%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(60,40,0,62)
C60M40Y0K62 
(60%,40%,0%,62%)
(0.60/0.40/0.00/0.62)	

CMYK percentages

%59.79
%40.21
%0
%61.96

Codes

Color #273A61 in popluar color models

273A61
RGB395897
HSL220°42.65%26.67%
HSB/HSV220°59.79%38.04%
CMYK59.79%40.21%0.00%
61.96%

Color #273A61 in popluar number systems.

HEX273A61
Decimal395897
Binary1001111110101100001
Octal4772141

Shades and tints

Shades of #273A61

#273A61
(39,58,97)
#243559
(36,53,89)
#213051
(33,48,81)
#1E2B49
(30,43,73)
#1B2641
(27,38,65)
#182139
(24,33,57)
#151C31
(21,28,49)
#121729
(18,23,41)
#0F1221
(15,18,33)
#0C0D19
(12,13,25)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #273A61

#273A61
(39,58,97)
#3A4B6F
(58,75,111)
#4D5C7D
(77,92,125)
#606D8B
(96,109,139)
#737E99
(115,126,153)
#868FA7
(134,143,167)
#99A0B5
(153,160,181)
#ACB1C3
(172,177,195)
#BFC2D1
(191,194,209)
#D2D3DF
(210,211,223)
#E5E4ED
(229,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273A61; }

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

This text font color is #273A61.


Background Color

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

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

This div background color is #273A61.


Border color

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

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

This div border color is #273A61.


Opacity

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

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

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

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

This text has shadow with #273A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273A61 on black background.


Color preview on white background

This text has color #273A61 on white background.



Black color preview on #273A61 background

This text has black color on #273A61 background.


White color preview on #273A61 background

This text has white color on #273A61 background.