COLOR #273C9D

HEX: #273C9D
RGB: (39,60,157)

Color info

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

RGB color model

#273C9D color RGB value is (39,60,157).

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

RGB channels and saturation

R 39 of 255 = 15%
G 60 of 255 = 24%
B 157 of 255 = 62%

39
60
157

R + G + B ~ 34%. #273C9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 60 + 157 = 256 (100%)
R 39 of 256 ~ 15.23%
G 60 of 256 ~ 23.44%
B 157 of 256 ~ 61.33%

%15.23
%23.44
%61.33

CMYK color model

#273C9D color CMYK value is (75,62,0,38).

  • cyan value is 75.16%
  • magenta value is 61.78%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(75,62,0,38)
C75M62Y0K38 
(75%,62%,0%,38%)
(0.75/0.62/0.00/0.38)	

CMYK percentages

%75.16
%61.78
%0
%38.43

Codes

Color #273C9D in popluar color models

273C9D
RGB3960157
HSL229°60.20%38.43%
HSB/HSV229°75.16%61.57%
CMYK75.16%61.78%0.00%
38.43%

Color #273C9D in popluar number systems.

HEX273C9D
Decimal3960157
Binary10011111110010011101
Octal4774235

Shades and tints

Shades of #273C9D

#273C9D
(39,60,157)
#24378F
(36,55,143)
#213281
(33,50,129)
#1E2D73
(30,45,115)
#1B2865
(27,40,101)
#182357
(24,35,87)
#151E49
(21,30,73)
#12193B
(18,25,59)
#0F142D
(15,20,45)
#0C0F1F
(12,15,31)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #273C9D

#273C9D
(39,60,157)
#3A4DA5
(58,77,165)
#4D5EAD
(77,94,173)
#606FB5
(96,111,181)
#7380BD
(115,128,189)
#8691C5
(134,145,197)
#99A2CD
(153,162,205)
#ACB3D5
(172,179,213)
#BFC4DD
(191,196,221)
#D2D5E5
(210,213,229)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273C9D; }

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

This text font color is #273C9D.


Background Color

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

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

This div background color is #273C9D.


Border color

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

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

This div border color is #273C9D.


Opacity

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

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

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

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

This text has shadow with #273C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273C9D on black background.


Color preview on white background

This text has color #273C9D on white background.



Black color preview on #273C9D background

This text has black color on #273C9D background.


White color preview on #273C9D background

This text has white color on #273C9D background.