COLOR #276795

HEX: #276795
RGB: (39,103,149)

Color info

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

RGB color model

#276795 color RGB value is (39,103,149).

  • red value is 39;
  • green value is 103;
  • blue value is 149.
RGB:
(39,103,149)
(15%,40%,58%)

RGB channels and saturation

R 39 of 255 = 15%
G 103 of 255 = 40%
B 149 of 255 = 58%

39
103
149

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

Portions of RGB colors in percentages

R + G + B =
39 + 103 + 149 = 291 (100%)
R 39 of 291 ~ 13.4%
G 103 of 291 ~ 35.4%
B 149 of 291 ~ 51.2%

%13.4
%35.4
%51.2

CMYK color model

#276795 color CMYK value is (74,31,0,42).

  • cyan value is 73.83%
  • magenta value is 30.87%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(74,31,0,42)
C74M31Y0K42 
(74%,31%,0%,42%)
(0.74/0.31/0.00/0.42)	

CMYK percentages

%73.83
%30.87
%0
%41.57

Codes

Color #276795 in popluar color models

276795
RGB39103149
HSL205°58.51%36.86%
HSB/HSV205°73.83%58.43%
CMYK73.83%30.87%0.00%
41.57%

Color #276795 in popluar number systems.

HEX276795
Decimal39103149
Binary100111110011110010101
Octal47147225

Shades and tints

Shades of #276795

#276795
(39,103,149)
#245E88
(36,94,136)
#21557B
(33,85,123)
#1E4C6E
(30,76,110)
#1B4361
(27,67,97)
#183A54
(24,58,84)
#153147
(21,49,71)
#12283A
(18,40,58)
#0F1F2D
(15,31,45)
#0C1620
(12,22,32)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #276795

#276795
(39,103,149)
#3A749E
(58,116,158)
#4D81A7
(77,129,167)
#608EB0
(96,142,176)
#739BB9
(115,155,185)
#86A8C2
(134,168,194)
#99B5CB
(153,181,203)
#ACC2D4
(172,194,212)
#BFCFDD
(191,207,221)
#D2DCE6
(210,220,230)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276795 color. Also use rgb(39,103,149) instead hex code.

Text Font Color

.myTextColor { color: #276795; }

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

This text font color is #276795.


Background Color

.myBgColor { background-color: #276795; }

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

This div background color is #276795.


Border color

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

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

This div border color is #276795.


Opacity

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

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

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

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

This text has shadow with #276795 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276795 on black background.


Color preview on white background

This text has color #276795 on white background.



Black color preview on #276795 background

This text has black color on #276795 background.


White color preview on #276795 background

This text has white color on #276795 background.