COLOR #274AA3

HEX: #274AA3
RGB: (39,74,163)

Color info

#274AA3 contains mainly blue color. Web safe color of #274AA3 is #333399 (or #339).

RGB color model

#274AA3 color RGB value is (39,74,163).

  • red value is 39;
  • green value is 74;
  • blue value is 163.
RGB:
(39,74,163)
(15%,29%,64%)

RGB channels and saturation

R 39 of 255 = 15%
G 74 of 255 = 29%
B 163 of 255 = 64%

39
74
163

R + G + B ~ 36%. #274AA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 74 + 163 = 276 (100%)
R 39 of 276 ~ 14.13%
G 74 of 276 ~ 26.81%
B 163 of 276 ~ 59.06%

%14.13
%26.81
%59.06

CMYK color model

#274AA3 color CMYK value is (76,55,0,36).

  • cyan value is 76.07%
  • magenta value is 54.60%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(76,55,0,36)
C76M55Y0K36 
(76%,55%,0%,36%)
(0.76/0.55/0.00/0.36)	

CMYK percentages

%76.07
%54.6
%0
%36.08

Codes

Color #274AA3 in popluar color models

274AA3
RGB3974163
HSL223°61.39%39.61%
HSB/HSV223°76.07%63.92%
CMYK76.07%54.60%0.00%
36.08%

Color #274AA3 in popluar number systems.

HEX274AA3
Decimal3974163
Binary100111100101010100011
Octal47112243

Shades and tints

Shades of #274AA3

#274AA3
(39,74,163)
#244495
(36,68,149)
#213E87
(33,62,135)
#1E3879
(30,56,121)
#1B326B
(27,50,107)
#182C5D
(24,44,93)
#15264F
(21,38,79)
#122041
(18,32,65)
#0F1A33
(15,26,51)
#0C1425
(12,20,37)
#090E17
(9,14,23)
#000000
(0,0,0)

Tints of #274AA3

#274AA3
(39,74,163)
#3A5AAB
(58,90,171)
#4D6AB3
(77,106,179)
#607ABB
(96,122,187)
#738AC3
(115,138,195)
#869ACB
(134,154,203)
#99AAD3
(153,170,211)
#ACBADB
(172,186,219)
#BFCAE3
(191,202,227)
#D2DAEB
(210,218,235)
#E5EAF3
(229,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274AA3 color. Also use rgb(39,74,163) instead hex code.

Text Font Color

.myTextColor { color: #274AA3; }

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

This text font color is #274AA3.


Background Color

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

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

This div background color is #274AA3.


Border color

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

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

This div border color is #274AA3.


Opacity

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

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

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

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

This text has shadow with #274AA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274AA3 on black background.


Color preview on white background

This text has color #274AA3 on white background.



Black color preview on #274AA3 background

This text has black color on #274AA3 background.


White color preview on #274AA3 background

This text has white color on #274AA3 background.