COLOR #274676

HEX: #274676
RGB: (39,70,118)

Color info

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

RGB color model

#274676 color RGB value is (39,70,118).

  • red value is 39;
  • green value is 70;
  • blue value is 118.
RGB:
(39,70,118)
(15%,27%,46%)

RGB channels and saturation

R 39 of 255 = 15%
G 70 of 255 = 27%
B 118 of 255 = 46%

39
70
118

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

Portions of RGB colors in percentages

R + G + B =
39 + 70 + 118 = 227 (100%)
R 39 of 227 ~ 17.18%
G 70 of 227 ~ 30.84%
B 118 of 227 ~ 51.98%

%17.18
%30.84
%51.98

CMYK color model

#274676 color CMYK value is (67,41,0,54).

  • cyan value is 66.95%
  • magenta value is 40.68%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(67,41,0,54)
C67M41Y0K54 
(67%,41%,0%,54%)
(0.67/0.41/0.00/0.54)	

CMYK percentages

%66.95
%40.68
%0
%53.73

Codes

Color #274676 in popluar color models

274676
RGB3970118
HSL216°50.32%30.78%
HSB/HSV216°66.95%46.27%
CMYK66.95%40.68%0.00%
53.73%

Color #274676 in popluar number systems.

HEX274676
Decimal3970118
Binary10011110001101110110
Octal47106166

Shades and tints

Shades of #274676

#274676
(39,70,118)
#24406C
(36,64,108)
#213A62
(33,58,98)
#1E3458
(30,52,88)
#1B2E4E
(27,46,78)
#182844
(24,40,68)
#15223A
(21,34,58)
#121C30
(18,28,48)
#0F1626
(15,22,38)
#0C101C
(12,16,28)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #274676

#274676
(39,70,118)
#3A5682
(58,86,130)
#4D668E
(77,102,142)
#60769A
(96,118,154)
#7386A6
(115,134,166)
#8696B2
(134,150,178)
#99A6BE
(153,166,190)
#ACB6CA
(172,182,202)
#BFC6D6
(191,198,214)
#D2D6E2
(210,214,226)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274676 color. Also use rgb(39,70,118) instead hex code.

Text Font Color

.myTextColor { color: #274676; }

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

This text font color is #274676.


Background Color

.myBgColor { background-color: #274676; }

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

This div background color is #274676.


Border color

.myBorderColor { border: 1px solid #274676; }

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

This div border color is #274676.


Opacity

.myOpacity80 { color: #274676; opacity: 0.8; }

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

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

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

This text has shadow with #274676 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274676 on black background.


Color preview on white background

This text has color #274676 on white background.



Black color preview on #274676 background

This text has black color on #274676 background.


White color preview on #274676 background

This text has white color on #274676 background.