COLOR #274874

HEX: #274874
RGB: (39,72,116)

Color info

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

RGB color model

#274874 color RGB value is (39,72,116).

  • red value is 39;
  • green value is 72;
  • blue value is 116.
RGB:
(39,72,116)
(15%,28%,45%)

RGB channels and saturation

R 39 of 255 = 15%
G 72 of 255 = 28%
B 116 of 255 = 45%

39
72
116

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

Portions of RGB colors in percentages

R + G + B =
39 + 72 + 116 = 227 (100%)
R 39 of 227 ~ 17.18%
G 72 of 227 ~ 31.72%
B 116 of 227 ~ 51.1%

%17.18
%31.72
%51.1

CMYK color model

#274874 color CMYK value is (66,38,0,55).

  • cyan value is 66.38%
  • magenta value is 37.93%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(66,38,0,55)
C66M38Y0K55 
(66%,38%,0%,55%)
(0.66/0.38/0.00/0.55)	

CMYK percentages

%66.38
%37.93
%0
%54.51

Codes

Color #274874 in popluar color models

274874
RGB3972116
HSL214°49.68%30.39%
HSB/HSV214°66.38%45.49%
CMYK66.38%37.93%0.00%
54.51%

Color #274874 in popluar number systems.

HEX274874
Decimal3972116
Binary10011110010001110100
Octal47110164

Shades and tints

Shades of #274874

#274874
(39,72,116)
#24426A
(36,66,106)
#213C60
(33,60,96)
#1E3656
(30,54,86)
#1B304C
(27,48,76)
#182A42
(24,42,66)
#152438
(21,36,56)
#121E2E
(18,30,46)
#0F1824
(15,24,36)
#0C121A
(12,18,26)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #274874

#274874
(39,72,116)
#3A5880
(58,88,128)
#4D688C
(77,104,140)
#607898
(96,120,152)
#7388A4
(115,136,164)
#8698B0
(134,152,176)
#99A8BC
(153,168,188)
#ACB8C8
(172,184,200)
#BFC8D4
(191,200,212)
#D2D8E0
(210,216,224)
#E5E8EC
(229,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274874 color. Also use rgb(39,72,116) instead hex code.

Text Font Color

.myTextColor { color: #274874; }

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

This text font color is #274874.


Background Color

.myBgColor { background-color: #274874; }

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

This div background color is #274874.


Border color

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

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

This div border color is #274874.


Opacity

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

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

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

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

This text has shadow with #274874 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274874 on black background.


Color preview on white background

This text has color #274874 on white background.



Black color preview on #274874 background

This text has black color on #274874 background.


White color preview on #274874 background

This text has white color on #274874 background.