COLOR #274E99

HEX: #274E99
RGB: (39,78,153)

Color info

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

RGB color model

#274E99 color RGB value is (39,78,153).

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

RGB channels and saturation

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

39
78
153

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

Portions of RGB colors in percentages

R + G + B =
39 + 78 + 153 = 270 (100%)
R 39 of 270 ~ 14.44%
G 78 of 270 ~ 28.89%
B 153 of 270 ~ 56.67%

%14.44
%28.89
%56.67

CMYK color model

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

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

CMYK percentages

%74.51
%49.02
%0
%40

Codes

Color #274E99 in popluar color models

274E99
RGB3978153
HSL219°59.38%37.65%
HSB/HSV219°74.51%60.00%
CMYK74.51%49.02%0.00%
40.00%

Color #274E99 in popluar number systems.

HEX274E99
Decimal3978153
Binary100111100111010011001
Octal47116231

Shades and tints

Shades of #274E99

#274E99
(39,78,153)
#24478C
(36,71,140)
#21407F
(33,64,127)
#1E3972
(30,57,114)
#1B3265
(27,50,101)
#182B58
(24,43,88)
#15244B
(21,36,75)
#121D3E
(18,29,62)
#0F1631
(15,22,49)
#0C0F24
(12,15,36)
#090817
(9,8,23)
#000000
(0,0,0)

Tints of #274E99

#274E99
(39,78,153)
#3A5EA2
(58,94,162)
#4D6EAB
(77,110,171)
#607EB4
(96,126,180)
#738EBD
(115,142,189)
#869EC6
(134,158,198)
#99AECF
(153,174,207)
#ACBED8
(172,190,216)
#BFCEE1
(191,206,225)
#D2DEEA
(210,222,234)
#E5EEF3
(229,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274E99; }

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

This text font color is #274E99.


Background Color

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

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

This div background color is #274E99.


Border color

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

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

This div border color is #274E99.


Opacity

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

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

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

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

This text has shadow with #274E99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274E99 on black background.


Color preview on white background

This text has color #274E99 on white background.



Black color preview on #274E99 background

This text has black color on #274E99 background.


White color preview on #274E99 background

This text has white color on #274E99 background.