COLOR #276588

HEX: #276588
RGB: (39,101,136)

Color info

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

RGB color model

#276588 color RGB value is (39,101,136).

  • red value is 39;
  • green value is 101;
  • blue value is 136.
RGB:
(39,101,136)
(15%,40%,53%)

RGB channels and saturation

R 39 of 255 = 15%
G 101 of 255 = 40%
B 136 of 255 = 53%

39
101
136

R + G + B ~ 36%. #276588 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
39 + 101 + 136 = 276 (100%)
R 39 of 276 ~ 14.13%
G 101 of 276 ~ 36.59%
B 136 of 276 ~ 49.28%

%14.13
%36.59
%49.28

CMYK color model

#276588 color CMYK value is (71,26,0,47).

  • cyan value is 71.32%
  • magenta value is 25.74%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(71,26,0,47)
C71M26Y0K47 
(71%,26%,0%,47%)
(0.71/0.26/0.00/0.47)	

CMYK percentages

%71.32
%25.74
%0
%46.67

Codes

Color #276588 in popluar color models

276588
RGB39101136
HSL202°55.43%34.31%
HSB/HSV202°71.32%53.33%
CMYK71.32%25.74%0.00%
46.67%

Color #276588 in popluar number systems.

HEX276588
Decimal39101136
Binary100111110010110001000
Octal47145210

Shades and tints

Shades of #276588

#276588
(39,101,136)
#245C7C
(36,92,124)
#215370
(33,83,112)
#1E4A64
(30,74,100)
#1B4158
(27,65,88)
#18384C
(24,56,76)
#152F40
(21,47,64)
#122634
(18,38,52)
#0F1D28
(15,29,40)
#0C141C
(12,20,28)
#090B10
(9,11,16)
#000000
(0,0,0)

Tints of #276588

#276588
(39,101,136)
#3A7392
(58,115,146)
#4D819C
(77,129,156)
#608FA6
(96,143,166)
#739DB0
(115,157,176)
#86ABBA
(134,171,186)
#99B9C4
(153,185,196)
#ACC7CE
(172,199,206)
#BFD5D8
(191,213,216)
#D2E3E2
(210,227,226)
#E5F1EC
(229,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #276588 color. Also use rgb(39,101,136) instead hex code.

Text Font Color

.myTextColor { color: #276588; }

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

This text font color is #276588.


Background Color

.myBgColor { background-color: #276588; }

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

This div background color is #276588.


Border color

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

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

This div border color is #276588.


Opacity

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

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

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

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

This text has shadow with #276588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #276588 on black background.


Color preview on white background

This text has color #276588 on white background.



Black color preview on #276588 background

This text has black color on #276588 background.


White color preview on #276588 background

This text has white color on #276588 background.