COLOR #273F97

HEX: #273F97
RGB: (39,63,151)

Color info

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

RGB color model

#273F97 color RGB value is (39,63,151).

  • red value is 39;
  • green value is 63;
  • blue value is 151.
RGB:
(39,63,151)
(15%,25%,59%)

RGB channels and saturation

R 39 of 255 = 15%
G 63 of 255 = 25%
B 151 of 255 = 59%

39
63
151

R + G + B ~ 33%. #273F97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 63 + 151 = 253 (100%)
R 39 of 253 ~ 15.42%
G 63 of 253 ~ 24.9%
B 151 of 253 ~ 59.68%

%15.42
%24.9
%59.68

CMYK color model

#273F97 color CMYK value is (74,58,0,41).

  • cyan value is 74.17%
  • magenta value is 58.28%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(74,58,0,41)
C74M58Y0K41 
(74%,58%,0%,41%)
(0.74/0.58/0.00/0.41)	

CMYK percentages

%74.17
%58.28
%0
%40.78

Codes

Color #273F97 in popluar color models

273F97
RGB3963151
HSL227°58.95%37.25%
HSB/HSV227°74.17%59.22%
CMYK74.17%58.28%0.00%
40.78%

Color #273F97 in popluar number systems.

HEX273F97
Decimal3963151
Binary10011111111110010111
Octal4777227

Shades and tints

Shades of #273F97

#273F97
(39,63,151)
#243A8A
(36,58,138)
#21357D
(33,53,125)
#1E3070
(30,48,112)
#1B2B63
(27,43,99)
#182656
(24,38,86)
#152149
(21,33,73)
#121C3C
(18,28,60)
#0F172F
(15,23,47)
#0C1222
(12,18,34)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #273F97

#273F97
(39,63,151)
#3A50A0
(58,80,160)
#4D61A9
(77,97,169)
#6072B2
(96,114,178)
#7383BB
(115,131,187)
#8694C4
(134,148,196)
#99A5CD
(153,165,205)
#ACB6D6
(172,182,214)
#BFC7DF
(191,199,223)
#D2D8E8
(210,216,232)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #273F97; }

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

This text font color is #273F97.


Background Color

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

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

This div background color is #273F97.


Border color

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

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

This div border color is #273F97.


Opacity

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

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

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

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

This text has shadow with #273F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #273F97 on black background.


Color preview on white background

This text has color #273F97 on white background.



Black color preview on #273F97 background

This text has black color on #273F97 background.


White color preview on #273F97 background

This text has white color on #273F97 background.