COLOR #276F96

HEX: #276F96
RGB: (39,111,150)

Color info

#276F96 contains mainly green and blue colors. Web safe color of #276F96 is #336699 (or #369).

RGB color model

#276F96 color RGB value is (39,111,150).

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

RGB channels and saturation

R 39 of 255 = 15%
G 111 of 255 = 44%
B 150 of 255 = 59%

39
111
150

R + G + B ~ 39%. #276F96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 111 + 150 = 300 (100%)
R 39 of 300 ~ 13%
G 111 of 300 ~ 37%
B 150 of 300 ~ 50%

%13
%37
%50

CMYK color model

#276F96 color CMYK value is (74,26,0,41).

  • cyan value is 74.00%
  • magenta value is 26.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(74,26,0,41)
C74M26Y0K41 
(74%,26%,0%,41%)
(0.74/0.26/0.00/0.41)	

CMYK percentages

%74
%26
%0
%41.18

Codes

Color #276F96 in popluar color models

276F96
RGB39111150
HSL201°58.73%37.06%
HSB/HSV201°74.00%58.82%
CMYK74.00%26.00%0.00%
41.18%

Color #276F96 in popluar number systems.

HEX276F96
Decimal39111150
Binary100111110111110010110
Octal47157226

Shades and tints

Shades of #276F96

#276F96
(39,111,150)
#246589
(36,101,137)
#215B7C
(33,91,124)
#1E516F
(30,81,111)
#1B4762
(27,71,98)
#183D55
(24,61,85)
#153348
(21,51,72)
#12293B
(18,41,59)
#0F1F2E
(15,31,46)
#0C1521
(12,21,33)
#090B14
(9,11,20)
#000000
(0,0,0)

Tints of #276F96

#276F96
(39,111,150)
#3A7C9F
(58,124,159)
#4D89A8
(77,137,168)
#6096B1
(96,150,177)
#73A3BA
(115,163,186)
#86B0C3
(134,176,195)
#99BDCC
(153,189,204)
#ACCAD5
(172,202,213)
#BFD7DE
(191,215,222)
#D2E4E7
(210,228,231)
#E5F1F0
(229,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276F96 color. Also use rgb(39,111,150) instead hex code.

Text Font Color

.myTextColor { color: #276F96; }

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

This text font color is #276F96.


Background Color

.myBgColor { background-color: #276F96; }

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

This div background color is #276F96.


Border color

.myBorderColor { border: 1px solid #276F96; }

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

This div border color is #276F96.


Opacity

.myOpacity80 { color: #276F96; opacity: 0.8; }

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

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

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

This text has shadow with #276F96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276F96 on black background.


Color preview on white background

This text has color #276F96 on white background.



Black color preview on #276F96 background

This text has black color on #276F96 background.


White color preview on #276F96 background

This text has white color on #276F96 background.