COLOR #273C72

HEX: #273C72 RGB: (39,60,114)

Color info

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

RGB color model

#273C72 color RGB value is (39,60,114).

RGB: (39,60,114) (15%, 24%, 45%)

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 114 of 255 = 45%

39
60
114

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

Portions of RGB colors in percentages

R + G + B = 39 + 60 + 114 = 213 (100%)
R 39 of 213 ~ 18.31%
G 60 of 213 ~ 28.17%
B 114 of 213 ~ 53.52'%

%18.31
%28.17
%53.52

CMYK color model

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

  • cyan value is 65.79%
  • magenta value is 47.37%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (66,47,0,55)
C66M47Y0K55 (66%, 47%, 0%, 55%)
(0.66 / 0.47 / 0.00 / 0.55)

CMYK percentages

%65.79
%47.37
%0
%55.29

Codes

Color #273C72 in popluar color models

27 3C 72
RGB 39 60 114
HSL 223° 49.02% 30.00%
HSB/HSV 223° 65.79% 44.71%
CMYK 65.79% 47.37% 0.00%
55.29%

Color #273C72 in popluar number systems.

HEX 27 3C 72
Decimal 39 60 114
Binary 100111 111100 1110010
Octal 47 74 162

Shades and tints

Shades of #273C72

#273C72
(39,60,114)
#243768
(36,55,104)
#21325E
(33,50,94)
#1E2D54
(30,45,84)
#1B284A
(27,40,74)
#182340
(24,35,64)
#151E36
(21,30,54)
#12192C
(18,25,44)
#0F1422
(15,20,34)
#0C0F18
(12,15,24)
#090A0E
(9,10,14)
#000000
(0,0,0)

Tints of #273C72

#273C72
(39,60,114)
#3A4D7E
(58,77,126)
#4D5E8A
(77,94,138)
#606F96
(96,111,150)
#7380A2
(115,128,162)
#8691AE
(134,145,174)
#99A2BA
(153,162,186)
#ACB3C6
(172,179,198)
#BFC4D2
(191,196,210)
#D2D5DE
(210,213,222)
#E5E6EA
(229,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273C72; }

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

This text font color is #273C72.

Background Color

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

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

This div background color is #273C72.

Border color

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

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

This div border color is #273C72.

Opacity

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

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

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

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

This text has shadow with #273C72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273C72.

Preview

Color preview on black background

This text has color #273C72 on black background.


Color preview on white background

This text has color #273C72 on white background.


Black color preview on #273C72 background

This text has black color on #273C72 background.


White color preview on #273C72 background

This text has white color on #273C72 background.


Related colors

Complementary color

Complementary color for #hex is #D8C38D.


I love getcolorcode.com

Triadic colors

1 #72273C and #3C7227 with #273C72 are triadic colors.

2 #723C27 and #3C2772 with #273C72 are triadic colors.