COLOR #274E9A

HEX: #274E9A
RGB: (39,78,154)

Color info

#274E9A contains mainly blue color. Web safe color of #274E9A is #336699 (or #369).

RGB color model

#274E9A color RGB value is (39,78,154).

  • red value is 39;
  • green value is 78;
  • blue value is 154.
RGB:
(39,78,154)
(15%,31%,60%)

RGB channels and saturation

R 39 of 255 = 15%
G 78 of 255 = 31%
B 154 of 255 = 60%

39
78
154

R + G + B ~ 35%. #274E9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 78 + 154 = 271 (100%)
R 39 of 271 ~ 14.39%
G 78 of 271 ~ 28.78%
B 154 of 271 ~ 56.83%

%14.39
%28.78
%56.83

CMYK color model

#274E9A color CMYK value is (75,49,0,40).

  • cyan value is 74.68%
  • magenta value is 49.35%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(75,49,0,40)
C75M49Y0K40 
(75%,49%,0%,40%)
(0.75/0.49/0.00/0.40)	

CMYK percentages

%74.68
%49.35
%0
%39.61

Codes

Color #274E9A in popluar color models

274E9A
RGB3978154
HSL220°59.59%37.84%
HSB/HSV220°74.68%60.39%
CMYK74.68%49.35%0.00%
39.61%

Color #274E9A in popluar number systems.

HEX274E9A
Decimal3978154
Binary100111100111010011010
Octal47116232

Shades and tints

Shades of #274E9A

#274E9A
(39,78,154)
#24478C
(36,71,140)
#21407E
(33,64,126)
#1E3970
(30,57,112)
#1B3262
(27,50,98)
#182B54
(24,43,84)
#152446
(21,36,70)
#121D38
(18,29,56)
#0F162A
(15,22,42)
#0C0F1C
(12,15,28)
#09080E
(9,8,14)
#000000
(0,0,0)

Tints of #274E9A

#274E9A
(39,78,154)
#3A5EA3
(58,94,163)
#4D6EAC
(77,110,172)
#607EB5
(96,126,181)
#738EBE
(115,142,190)
#869EC7
(134,158,199)
#99AED0
(153,174,208)
#ACBED9
(172,190,217)
#BFCEE2
(191,206,226)
#D2DEEB
(210,222,235)
#E5EEF4
(229,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274E9A color. Also use rgb(39,78,154) instead hex code.

Text Font Color

.myTextColor { color: #274E9A; }

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

This text font color is #274E9A.


Background Color

.myBgColor { background-color: #274E9A; }

<div style="background-color:#274E9A">Inner text</div>

This div background color is #274E9A.


Border color

.myBorderColor { border: 1px solid #274E9A; }

<div style="border:3px solid #274E9A">Div</div>

This div border color is #274E9A.


Opacity

.myOpacity80 { color: #274E9A; opacity: 0.8; }

<p style="color:#274E9A;opacity:0.8;">80%</p>

Text with #274E9A 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 #274E9A;}

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

This text has shadow with #274E9A color.

.textShadow {text-shadow: 3px 3px 1px #274E9A, 3px 3px 1px red;}

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

This text has shadow with #274E9A primary color and red secondary color.


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

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

This text has shadow with #274E9A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274E9A on black background.


Color preview on white background

This text has color #274E9A on white background.



Black color preview on #274E9A background

This text has black color on #274E9A background.


White color preview on #274E9A background

This text has white color on #274E9A background.