COLOR #273B5D

HEX: #273B5D
RGB: (39,59,93)

Color info

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

RGB color model

#273B5D color RGB value is (39,59,93).

  • red value is 39;
  • green value is 59;
  • blue value is 93.
RGB:
(39,59,93)
(15%,23%,36%)

RGB channels and saturation

R 39 of 255 = 15%
G 59 of 255 = 23%
B 93 of 255 = 36%

39
59
93

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

Portions of RGB colors in percentages

R + G + B =
39 + 59 + 93 = 191 (100%)
R 39 of 191 ~ 20.42%
G 59 of 191 ~ 30.89%
B 93 of 191 ~ 48.69%

%20.42
%30.89
%48.69

CMYK color model

#273B5D color CMYK value is (58,37,0,64).

  • cyan value is 58.06%
  • magenta value is 36.56%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(58,37,0,64)
C58M37Y0K64 
(58%,37%,0%,64%)
(0.58/0.37/0.00/0.64)	

CMYK percentages

%58.06
%36.56
%0
%63.53

Codes

Color #273B5D in popluar color models

273B5D
RGB395993
HSL218°40.91%25.88%
HSB/HSV218°58.06%36.47%
CMYK58.06%36.56%0.00%
63.53%

Color #273B5D in popluar number systems.

HEX273B5D
Decimal395993
Binary1001111110111011101
Octal4773135

Shades and tints

Shades of #273B5D

#273B5D
(39,59,93)
#243655
(36,54,85)
#21314D
(33,49,77)
#1E2C45
(30,44,69)
#1B273D
(27,39,61)
#182235
(24,34,53)
#151D2D
(21,29,45)
#121825
(18,24,37)
#0F131D
(15,19,29)
#0C0E15
(12,14,21)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #273B5D

#273B5D
(39,59,93)
#3A4C6B
(58,76,107)
#4D5D79
(77,93,121)
#606E87
(96,110,135)
#737F95
(115,127,149)
#8690A3
(134,144,163)
#99A1B1
(153,161,177)
#ACB2BF
(172,178,191)
#BFC3CD
(191,195,205)
#D2D4DB
(210,212,219)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273B5D color. Also use rgb(39,59,93) instead hex code.

Text Font Color

.myTextColor { color: #273B5D; }

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

This text font color is #273B5D.


Background Color

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

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

This div background color is #273B5D.


Border color

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

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

This div border color is #273B5D.


Opacity

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

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

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

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

This text has shadow with #273B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273B5D on black background.


Color preview on white background

This text has color #273B5D on white background.



Black color preview on #273B5D background

This text has black color on #273B5D background.


White color preview on #273B5D background

This text has white color on #273B5D background.