COLOR #273D73

HEX: #273D73 RGB: (39,61,115)

Color info

#273D73 contains mainly green and blue colors. Web safe color of #273D73 is #333366 (or #336).

RGB color model

#273D73 color RGB value is (39,61,115).

RGB: (39,61,115) (15%, 24%, 45%)

RGB channels and saturation

R 39 of 255 = 15%
G 61 of 255 = 24%
B 115 of 255 = 45%

39
61
115

R + G + B ~ 28%. #273D73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 61 + 115 = 215 (100%)
R 39 of 215 ~ 18.14%
G 61 of 215 ~ 28.37%
B 115 of 215 ~ 53.49'%

%18.14
%28.37
%53.49

CMYK color model

#273D73 color CMYK value is (66,47,0,55).

  • cyan value is 66.09%
  • magenta value is 46.96%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK: (66,47,0,55) C66M47Y0K55 (66%,47%,0%,55%) (0.66/0.47/0.00/0.55) 

CMYK percentages

%66.09
%46.96
%0
%54.9

Codes

Color #273D73 in popluar color models

27 3D 73
RGB 39 61 115
HSL 223° 49.35% 30.20%
HSB/HSV 223° 66.09% 45.10%
CMYK 66.09% 46.96% 0.00%
54.90%

Color #273D73 in popluar number systems.

HEX 27 3D 73
Decimal 39 61 115
Binary 100111 111101 1110011
Octal 47 75 163

Shades and tints

Shades of #273D73

#273D73
(39,61,115)
#243869
(36,56,105)
#21335F
(33,51,95)
#1E2E55
(30,46,85)
#1B294B
(27,41,75)
#182441
(24,36,65)
#151F37
(21,31,55)
#121A2D
(18,26,45)
#0F1523
(15,21,35)
#0C1019
(12,16,25)
#090B0F
(9,11,15)
#000000
(0,0,0)

Tints of #273D73

#273D73
(39,61,115)
#3A4E7F
(58,78,127)
#4D5F8B
(77,95,139)
#607097
(96,112,151)
#7381A3
(115,129,163)
#8692AF
(134,146,175)
#99A3BB
(153,163,187)
#ACB4C7
(172,180,199)
#BFC5D3
(191,197,211)
#D2D6DF
(210,214,223)
#E5E7EB
(229,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273D73 color. Also use rgb(39,61,115) instead hex code.

Text Font Color

.myTextColor { color: #273D73; }

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

This text font color is #273D73.

Background Color

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

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

This div background color is #273D73.

Border color

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

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

This div border color is #273D73.

Opacity

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

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

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

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

This text has shadow with #273D73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273D73.

Preview

Color preview on black background

This text has color #273D73 on black background.


Color preview on white background

This text has color #273D73 on white background.


Black color preview on #273D73 background

This text has black color on #273D73 background.


White color preview on #273D73 background

This text has white color on #273D73 background.


Related colors

Complementary color

Complementary color for #hex is #D8C28C.


I love getcolorcode.com

Triadic colors

1 #73273D and #3D7327 with #273D73 are triadic colors.

2 #733D27 and #3D2773 with #273D73 are triadic colors.