COLOR #276F8A

HEX: #276F8A RGB: (39,111,138)

Color info

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

RGB color model

#276F8A color RGB value is (39,111,138).

RGB: (39,111,138) (15%, 44%, 54%)

RGB channels and saturation

R 39 of 255 = 15%
G 111 of 255 = 44%
B 138 of 255 = 54%

39
111
138

R + G + B ~ 38%. #276F8A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 39 + 111 + 138 = 288 (100%)
R 39 of 288 ~ 13.54%
G 111 of 288 ~ 38.54%
B 138 of 288 ~ 47.92'%

%13.54
%38.54
%47.92

CMYK color model

#276F8A color CMYK value is (72,20,0,46).

  • cyan value is 71.74%
  • magenta value is 19.57%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (72,20,0,46)
C72M20Y0K46 (72%, 20%, 0%, 46%)
(0.72 / 0.20 / 0.00 / 0.46)

CMYK percentages

%71.74
%19.57
%0
%45.88

Codes

Color #276F8A in popluar color models

27 6F 8A
RGB 39 111 138
HSL 196° 55.93% 34.71%
HSB/HSV 196° 71.74% 54.12%
CMYK 71.74% 19.57% 0.00%
45.88%

Color #276F8A in popluar number systems.

HEX 27 6F 8A
Decimal 39 111 138
Binary 100111 1101111 10001010
Octal 47 157 212

Shades and tints

Shades of #276F8A

#276F8A
(39,111,138)
#24657E
(36,101,126)
#215B72
(33,91,114)
#1E5166
(30,81,102)
#1B475A
(27,71,90)
#183D4E
(24,61,78)
#153342
(21,51,66)
#122936
(18,41,54)
#0F1F2A
(15,31,42)
#0C151E
(12,21,30)
#090B12
(9,11,18)
#000000
(0,0,0)

Tints of #276F8A

#276F8A
(39,111,138)
#3A7C94
(58,124,148)
#4D899E
(77,137,158)
#6096A8
(96,150,168)
#73A3B2
(115,163,178)
#86B0BC
(134,176,188)
#99BDC6
(153,189,198)
#ACCAD0
(172,202,208)
#BFD7DA
(191,215,218)
#D2E4E4
(210,228,228)
#E5F1EE
(229,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #276F8A; }

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

This text font color is #276F8A.

Background Color

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

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

This div background color is #276F8A.

Border color

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

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

This div border color is #276F8A.

Opacity

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

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

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

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

This text has shadow with #276F8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #276F8A.

Preview

Color preview on black background

This text has color #276F8A on black background.


Color preview on white background

This text has color #276F8A on white background.


Black color preview on #276F8A background

This text has black color on #276F8A background.


White color preview on #276F8A background

This text has white color on #276F8A background.


Related colors

Complementary color

Complementary color for #hex is #D89075.


I love getcolorcode.com

Triadic colors

1 #8A276F and #6F8A27 with #276F8A are triadic colors.

2 #8A6F27 and #6F278A with #276F8A are triadic colors.