COLOR #273F63

HEX: #273F63 RGB: (39,63,99)

Color info

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

RGB color model

#273F63 color RGB value is (39,63,99).

RGB: (39,63,99) (15%, 25%, 39%)

RGB channels and saturation

R 39 of 255 = 15%
G 63 of 255 = 25%
B 99 of 255 = 39%

39
63
99

R + G + B ~ 26%. #273F63 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 63 + 99 = 201 (100%)
R 39 of 201 ~ 19.4%
G 63 of 201 ~ 31.34%
B 99 of 201 ~ 49.25'%

%19.4
%31.34
%49.25

CMYK color model

#273F63 color CMYK value is (61,36,0,61).

  • cyan value is 60.61%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (61,36,0,61)
C61M36Y0K61 (61%, 36%, 0%, 61%)
(0.61 / 0.36 / 0.00 / 0.61)

CMYK percentages

%60.61
%36.36
%0
%61.18

Codes

Color #273F63 in popluar color models

27 3F 63
RGB 39 63 99
HSL 216° 43.48% 27.06%
HSB/HSV 216° 60.61% 38.82%
CMYK 60.61% 36.36% 0.00%
61.18%

Color #273F63 in popluar number systems.

HEX 27 3F 63
Decimal 39 63 99
Binary 100111 111111 1100011
Octal 47 77 143

Shades and tints

Shades of #273F63

#273F63
(39,63,99)
#243A5A
(36,58,90)
#213551
(33,53,81)
#1E3048
(30,48,72)
#1B2B3F
(27,43,63)
#182636
(24,38,54)
#15212D
(21,33,45)
#121C24
(18,28,36)
#0F171B
(15,23,27)
#0C1212
(12,18,18)
#090D09
(9,13,9)
#000000
(0,0,0)

Tints of #273F63

#273F63
(39,63,99)
#3A5071
(58,80,113)
#4D617F
(77,97,127)
#60728D
(96,114,141)
#73839B
(115,131,155)
#8694A9
(134,148,169)
#99A5B7
(153,165,183)
#ACB6C5
(172,182,197)
#BFC7D3
(191,199,211)
#D2D8E1
(210,216,225)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #273F63 color. Also use rgb(39,63,99) instead hex code.

Text Font Color

.myTextColor { color: #273F63; }

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

This text font color is #273F63.

Background Color

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

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

This div background color is #273F63.

Border color

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

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

This div border color is #273F63.

Opacity

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

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

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

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

This text has shadow with #273F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #273F63.

Preview

Color preview on black background

This text has color #273F63 on black background.


Color preview on white background

This text has color #273F63 on white background.


Black color preview on #273F63 background

This text has black color on #273F63 background.


White color preview on #273F63 background

This text has white color on #273F63 background.


Related colors

Complementary color

Complementary color for #hex is #D8C09C.


I love getcolorcode.com

Triadic colors

1 #63273F and #3F6327 with #273F63 are triadic colors.

2 #633F27 and #3F2763 with #273F63 are triadic colors.