COLOR #274B72

HEX: #274B72
RGB: (39,75,114)

Color info

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

RGB color model

#274B72 color RGB value is (39,75,114).

  • red value is 39;
  • green value is 75;
  • blue value is 114.
RGB:
(39,75,114)
(15%,29%,45%)

RGB channels and saturation

R 39 of 255 = 15%
G 75 of 255 = 29%
B 114 of 255 = 45%

39
75
114

R + G + B ~ 30%. #274B72 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 75 + 114 = 228 (100%)
R 39 of 228 ~ 17.11%
G 75 of 228 ~ 32.89%
B 114 of 228 ~ 50%

%17.11
%32.89
%50

CMYK color model

#274B72 color CMYK value is (66,34,0,55).

  • cyan value is 65.79%
  • magenta value is 34.21%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(66,34,0,55)
C66M34Y0K55 
(66%,34%,0%,55%)
(0.66/0.34/0.00/0.55)	

CMYK percentages

%65.79
%34.21
%0
%55.29

Codes

Color #274B72 in popluar color models

274B72
RGB3975114
HSL211°49.02%30.00%
HSB/HSV211°65.79%44.71%
CMYK65.79%34.21%0.00%
55.29%

Color #274B72 in popluar number systems.

HEX274B72
Decimal3975114
Binary10011110010111110010
Octal47113162

Shades and tints

Shades of #274B72

#274B72
(39,75,114)
#244568
(36,69,104)
#213F5E
(33,63,94)
#1E3954
(30,57,84)
#1B334A
(27,51,74)
#182D40
(24,45,64)
#152736
(21,39,54)
#12212C
(18,33,44)
#0F1B22
(15,27,34)
#0C1518
(12,21,24)
#090F0E
(9,15,14)
#000000
(0,0,0)

Tints of #274B72

#274B72
(39,75,114)
#3A5B7E
(58,91,126)
#4D6B8A
(77,107,138)
#607B96
(96,123,150)
#738BA2
(115,139,162)
#869BAE
(134,155,174)
#99ABBA
(153,171,186)
#ACBBC6
(172,187,198)
#BFCBD2
(191,203,210)
#D2DBDE
(210,219,222)
#E5EBEA
(229,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274B72 color. Also use rgb(39,75,114) instead hex code.

Text Font Color

.myTextColor { color: #274B72; }

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

This text font color is #274B72.


Background Color

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

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

This div background color is #274B72.


Border color

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

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

This div border color is #274B72.


Opacity

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

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

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

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

This text has shadow with #274B72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274B72 on black background.


Color preview on white background

This text has color #274B72 on white background.



Black color preview on #274B72 background

This text has black color on #274B72 background.


White color preview on #274B72 background

This text has white color on #274B72 background.