COLOR #274A6F

HEX: #274A6F
RGB: (39,74,111)

Color info

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

RGB color model

#274A6F color RGB value is (39,74,111).

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

RGB channels and saturation

R 39 of 255 = 15%
G 74 of 255 = 29%
B 111 of 255 = 44%

39
74
111

R + G + B ~ 29%. #274A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 74 + 111 = 224 (100%)
R 39 of 224 ~ 17.41%
G 74 of 224 ~ 33.04%
B 111 of 224 ~ 49.55%

%17.41
%33.04
%49.55

CMYK color model

#274A6F color CMYK value is (65,33,0,56).

  • cyan value is 64.86%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(65,33,0,56)
C65M33Y0K56 
(65%,33%,0%,56%)
(0.65/0.33/0.00/0.56)	

CMYK percentages

%64.86
%33.33
%0
%56.47

Codes

Color #274A6F in popluar color models

274A6F
RGB3974111
HSL211°48.00%29.41%
HSB/HSV211°64.86%43.53%
CMYK64.86%33.33%0.00%
56.47%

Color #274A6F in popluar number systems.

HEX274A6F
Decimal3974111
Binary10011110010101101111
Octal47112157

Shades and tints

Shades of #274A6F

#274A6F
(39,74,111)
#244465
(36,68,101)
#213E5B
(33,62,91)
#1E3851
(30,56,81)
#1B3247
(27,50,71)
#182C3D
(24,44,61)
#152633
(21,38,51)
#122029
(18,32,41)
#0F1A1F
(15,26,31)
#0C1415
(12,20,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #274A6F

#274A6F
(39,74,111)
#3A5A7C
(58,90,124)
#4D6A89
(77,106,137)
#607A96
(96,122,150)
#738AA3
(115,138,163)
#869AB0
(134,154,176)
#99AABD
(153,170,189)
#ACBACA
(172,186,202)
#BFCAD7
(191,202,215)
#D2DAE4
(210,218,228)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274A6F; }

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

This text font color is #274A6F.


Background Color

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

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

This div background color is #274A6F.


Border color

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

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

This div border color is #274A6F.


Opacity

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

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

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

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

This text has shadow with #274A6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274A6F on black background.


Color preview on white background

This text has color #274A6F on white background.



Black color preview on #274A6F background

This text has black color on #274A6F background.


White color preview on #274A6F background

This text has white color on #274A6F background.