COLOR #274B96

HEX: #274B96
RGB: (39,75,150)

Color info

#274B96 contains mainly blue color. Web safe color of #274B96 is #333399 (or #339).

RGB color model

#274B96 color RGB value is (39,75,150).

  • red value is 39;
  • green value is 75;
  • blue value is 150.
RGB:
(39,75,150)
(15%,29%,59%)

RGB channels and saturation

R 39 of 255 = 15%
G 75 of 255 = 29%
B 150 of 255 = 59%

39
75
150

R + G + B ~ 34%. #274B96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 75 + 150 = 264 (100%)
R 39 of 264 ~ 14.77%
G 75 of 264 ~ 28.41%
B 150 of 264 ~ 56.82%

%14.77
%28.41
%56.82

CMYK color model

#274B96 color CMYK value is (74,50,0,41).

  • cyan value is 74.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(74,50,0,41)
C74M50Y0K41 
(74%,50%,0%,41%)
(0.74/0.50/0.00/0.41)	

CMYK percentages

%74
%50
%0
%41.18

Codes

Color #274B96 in popluar color models

274B96
RGB3975150
HSL221°58.73%37.06%
HSB/HSV221°74.00%58.82%
CMYK74.00%50.00%0.00%
41.18%

Color #274B96 in popluar number systems.

HEX274B96
Decimal3975150
Binary100111100101110010110
Octal47113226

Shades and tints

Shades of #274B96

#274B96
(39,75,150)
#244589
(36,69,137)
#213F7C
(33,63,124)
#1E396F
(30,57,111)
#1B3362
(27,51,98)
#182D55
(24,45,85)
#152748
(21,39,72)
#12213B
(18,33,59)
#0F1B2E
(15,27,46)
#0C1521
(12,21,33)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #274B96

#274B96
(39,75,150)
#3A5B9F
(58,91,159)
#4D6BA8
(77,107,168)
#607BB1
(96,123,177)
#738BBA
(115,139,186)
#869BC3
(134,155,195)
#99ABCC
(153,171,204)
#ACBBD5
(172,187,213)
#BFCBDE
(191,203,222)
#D2DBE7
(210,219,231)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #274B96 color. Also use rgb(39,75,150) instead hex code.

Text Font Color

.myTextColor { color: #274B96; }

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

This text font color is #274B96.


Background Color

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

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

This div background color is #274B96.


Border color

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

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

This div border color is #274B96.


Opacity

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

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

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

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

This text has shadow with #274B96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #274B96 on black background.


Color preview on white background

This text has color #274B96 on white background.



Black color preview on #274B96 background

This text has black color on #274B96 background.


White color preview on #274B96 background

This text has white color on #274B96 background.