COLOR #274D70

HEX: #274D70
RGB: (39,77,112)

Color info

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

RGB color model

#274D70 color RGB value is (39,77,112).

  • red value is 39;
  • green value is 77;
  • blue value is 112.
RGB:
(39,77,112)
(15%,30%,44%)

RGB channels and saturation

R 39 of 255 = 15%
G 77 of 255 = 30%
B 112 of 255 = 44%

39
77
112

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

Portions of RGB colors in percentages

R + G + B =
39 + 77 + 112 = 228 (100%)
R 39 of 228 ~ 17.11%
G 77 of 228 ~ 33.77%
B 112 of 228 ~ 49.12%

%17.11
%33.77
%49.12

CMYK color model

#274D70 color CMYK value is (65,31,0,56).

  • cyan value is 65.18%
  • magenta value is 31.25%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(65,31,0,56)
C65M31Y0K56 
(65%,31%,0%,56%)
(0.65/0.31/0.00/0.56)	

CMYK percentages

%65.18
%31.25
%0
%56.08

Codes

Color #274D70 in popluar color models

274D70
RGB3977112
HSL209°48.34%29.61%
HSB/HSV209°65.18%43.92%
CMYK65.18%31.25%0.00%
56.08%

Color #274D70 in popluar number systems.

HEX274D70
Decimal3977112
Binary10011110011011110000
Octal47115160

Shades and tints

Shades of #274D70

#274D70
(39,77,112)
#244666
(36,70,102)
#213F5C
(33,63,92)
#1E3852
(30,56,82)
#1B3148
(27,49,72)
#182A3E
(24,42,62)
#152334
(21,35,52)
#121C2A
(18,28,42)
#0F1520
(15,21,32)
#0C0E16
(12,14,22)
#09070C
(9,7,12)
#000000
(0,0,0)

Tints of #274D70

#274D70
(39,77,112)
#3A5D7D
(58,93,125)
#4D6D8A
(77,109,138)
#607D97
(96,125,151)
#738DA4
(115,141,164)
#869DB1
(134,157,177)
#99ADBE
(153,173,190)
#ACBDCB
(172,189,203)
#BFCDD8
(191,205,216)
#D2DDE5
(210,221,229)
#E5EDF2
(229,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274D70 color. Also use rgb(39,77,112) instead hex code.

Text Font Color

.myTextColor { color: #274D70; }

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

This text font color is #274D70.


Background Color

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

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

This div background color is #274D70.


Border color

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

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

This div border color is #274D70.


Opacity

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

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

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

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

This text has shadow with #274D70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274D70 on black background.


Color preview on white background

This text has color #274D70 on white background.



Black color preview on #274D70 background

This text has black color on #274D70 background.


White color preview on #274D70 background

This text has white color on #274D70 background.