COLOR #274464

HEX: #274464
RGB: (39,68,100)

Color info

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

RGB color model

#274464 color RGB value is (39,68,100).

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

RGB channels and saturation

R 39 of 255 = 15%
G 68 of 255 = 27%
B 100 of 255 = 39%

39
68
100

R + G + B ~ 27%. #274464 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 68 + 100 = 207 (100%)
R 39 of 207 ~ 18.84%
G 68 of 207 ~ 32.85%
B 100 of 207 ~ 48.31%

%18.84
%32.85
%48.31

CMYK color model

#274464 color CMYK value is (61,32,0,61).

  • cyan value is 61.00%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(61,32,0,61)
C61M32Y0K61 
(61%,32%,0%,61%)
(0.61/0.32/0.00/0.61)	

CMYK percentages

%61
%32
%0
%60.78

Codes

Color #274464 in popluar color models

274464
RGB3968100
HSL211°43.88%27.25%
HSB/HSV211°61.00%39.22%
CMYK61.00%32.00%0.00%
60.78%

Color #274464 in popluar number systems.

HEX274464
Decimal3968100
Binary10011110001001100100
Octal47104144

Shades and tints

Shades of #274464

#274464
(39,68,100)
#243E5B
(36,62,91)
#213852
(33,56,82)
#1E3249
(30,50,73)
#1B2C40
(27,44,64)
#182637
(24,38,55)
#15202E
(21,32,46)
#121A25
(18,26,37)
#0F141C
(15,20,28)
#0C0E13
(12,14,19)
#09080A
(9,8,10)
#000000
(0,0,0)

Tints of #274464

#274464
(39,68,100)
#3A5572
(58,85,114)
#4D6680
(77,102,128)
#60778E
(96,119,142)
#73889C
(115,136,156)
#8699AA
(134,153,170)
#99AAB8
(153,170,184)
#ACBBC6
(172,187,198)
#BFCCD4
(191,204,212)
#D2DDE2
(210,221,226)
#E5EEF0
(229,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #274464; }

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

This text font color is #274464.


Background Color

.myBgColor { background-color: #274464; }

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

This div background color is #274464.


Border color

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

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

This div border color is #274464.


Opacity

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

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

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

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

This text has shadow with #274464 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274464 on black background.


Color preview on white background

This text has color #274464 on white background.



Black color preview on #274464 background

This text has black color on #274464 background.


White color preview on #274464 background

This text has white color on #274464 background.