COLOR #274471

HEX: #274471
RGB: (39,68,113)

Color info

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

RGB color model

#274471 color RGB value is (39,68,113).

  • red value is 39;
  • green value is 68;
  • blue value is 113.
RGB:
(39,68,113)
(15%,27%,44%)

RGB channels and saturation

R 39 of 255 = 15%
G 68 of 255 = 27%
B 113 of 255 = 44%

39
68
113

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

Portions of RGB colors in percentages

R + G + B =
39 + 68 + 113 = 220 (100%)
R 39 of 220 ~ 17.73%
G 68 of 220 ~ 30.91%
B 113 of 220 ~ 51.36%

%17.73
%30.91
%51.36

CMYK color model

#274471 color CMYK value is (65,40,0,56).

  • cyan value is 65.49%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK:
(65,40,0,56)
C65M40Y0K56 
(65%,40%,0%,56%)
(0.65/0.40/0.00/0.56)	

CMYK percentages

%65.49
%39.82
%0
%55.69

Codes

Color #274471 in popluar color models

274471
RGB3968113
HSL216°48.68%29.80%
HSB/HSV216°65.49%44.31%
CMYK65.49%39.82%0.00%
55.69%

Color #274471 in popluar number systems.

HEX274471
Decimal3968113
Binary10011110001001110001
Octal47104161

Shades and tints

Shades of #274471

#274471
(39,68,113)
#243E67
(36,62,103)
#21385D
(33,56,93)
#1E3253
(30,50,83)
#1B2C49
(27,44,73)
#18263F
(24,38,63)
#152035
(21,32,53)
#121A2B
(18,26,43)
#0F1421
(15,20,33)
#0C0E17
(12,14,23)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #274471

#274471
(39,68,113)
#3A557D
(58,85,125)
#4D6689
(77,102,137)
#607795
(96,119,149)
#7388A1
(115,136,161)
#8699AD
(134,153,173)
#99AAB9
(153,170,185)
#ACBBC5
(172,187,197)
#BFCCD1
(191,204,209)
#D2DDDD
(210,221,221)
#E5EEE9
(229,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274471 color. Also use rgb(39,68,113) instead hex code.

Text Font Color

.myTextColor { color: #274471; }

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

This text font color is #274471.


Background Color

.myBgColor { background-color: #274471; }

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

This div background color is #274471.


Border color

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

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

This div border color is #274471.


Opacity

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

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

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

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

This text has shadow with #274471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274471 on black background.


Color preview on white background

This text has color #274471 on white background.



Black color preview on #274471 background

This text has black color on #274471 background.


White color preview on #274471 background

This text has white color on #274471 background.