COLOR #274B56

HEX: #274B56
RGB: (39,75,86)

Color info

#274B56 contains red, green and blue colors in about the same proportion. Web safe color of #274B56 is #333366 (or #336).

RGB color model

#274B56 color RGB value is (39,75,86).

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

RGB channels and saturation

R 39 of 255 = 15%
G 75 of 255 = 29%
B 86 of 255 = 34%

39
75
86

R + G + B ~ 26%. #274B56 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 75 + 86 = 200 (100%)
R 39 of 200 ~ 19.5%
G 75 of 200 ~ 37.5%
B 86 of 200 ~ 43%

%19.5
%37.5
%43

CMYK color model

#274B56 color CMYK value is (55,13,0,66).

  • cyan value is 54.65%
  • magenta value is 12.79%
  • yellow value is 0.00%
  • key color value is 66.27%
CMYK:
(55,13,0,66)
C55M13Y0K66 
(55%,13%,0%,66%)
(0.55/0.13/0.00/0.66)	

CMYK percentages

%54.65
%12.79
%0
%66.27

Codes

Color #274B56 in popluar color models

274B56
RGB397586
HSL194°37.60%24.51%
HSB/HSV194°54.65%33.73%
CMYK54.65%12.79%0.00%
66.27%

Color #274B56 in popluar number systems.

HEX274B56
Decimal397586
Binary10011110010111010110
Octal47113126

Shades and tints

Shades of #274B56

#274B56
(39,75,86)
#24454F
(36,69,79)
#213F48
(33,63,72)
#1E3941
(30,57,65)
#1B333A
(27,51,58)
#182D33
(24,45,51)
#15272C
(21,39,44)
#122125
(18,33,37)
#0F1B1E
(15,27,30)
#0C1517
(12,21,23)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #274B56

#274B56
(39,75,86)
#3A5B65
(58,91,101)
#4D6B74
(77,107,116)
#607B83
(96,123,131)
#738B92
(115,139,146)
#869BA1
(134,155,161)
#99ABB0
(153,171,176)
#ACBBBF
(172,187,191)
#BFCBCE
(191,203,206)
#D2DBDD
(210,219,221)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274B56; }

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

This text font color is #274B56.


Background Color

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

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

This div background color is #274B56.


Border color

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

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

This div border color is #274B56.


Opacity

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

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

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

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

This text has shadow with #274B56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274B56 on black background.


Color preview on white background

This text has color #274B56 on white background.



Black color preview on #274B56 background

This text has black color on #274B56 background.


White color preview on #274B56 background

This text has white color on #274B56 background.