COLOR #2597A7

HEX: #2597A7
RGB: (37,151,167)

Color info

#2597A7 contains mainly green and blue colors. Web safe color of #2597A7 is #339999 (or #399).

RGB color model

#2597A7 color RGB value is (37,151,167).

  • red value is 37;
  • green value is 151;
  • blue value is 167.
RGB:
(37,151,167)
(15%,59%,65%)

RGB channels and saturation

R 37 of 255 = 15%
G 151 of 255 = 59%
B 167 of 255 = 65%

37
151
167

R + G + B ~ 46%. #2597A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 151 + 167 = 355 (100%)
R 37 of 355 ~ 10.42%
G 151 of 355 ~ 42.54%
B 167 of 355 ~ 47.04%

%10.42
%42.54
%47.04

CMYK color model

#2597A7 color CMYK value is (78,10,0,35).

  • cyan value is 77.84%
  • magenta value is 9.58%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(78,10,0,35)
C78M10Y0K35 
(78%,10%,0%,35%)
(0.78/0.10/0.00/0.35)	

CMYK percentages

%77.84
%9.58
%0
%34.51

Codes

Color #2597A7 in popluar color models

2597A7
RGB37151167
HSL187°63.73%40.00%
HSB/HSV187°77.84%65.49%
CMYK77.84%9.58%0.00%
34.51%

Color #2597A7 in popluar number systems.

HEX2597A7
Decimal37151167
Binary1001011001011110100111
Octal45227247

Shades and tints

Shades of #2597A7

#2597A7
(37,151,167)
#228A98
(34,138,152)
#1F7D89
(31,125,137)
#1C707A
(28,112,122)
#19636B
(25,99,107)
#16565C
(22,86,92)
#13494D
(19,73,77)
#103C3E
(16,60,62)
#0D2F2F
(13,47,47)
#0A2220
(10,34,32)
#071511
(7,21,17)
#000000
(0,0,0)

Tints of #2597A7

#2597A7
(37,151,167)
#38A0AF
(56,160,175)
#4BA9B7
(75,169,183)
#5EB2BF
(94,178,191)
#71BBC7
(113,187,199)
#84C4CF
(132,196,207)
#97CDD7
(151,205,215)
#AAD6DF
(170,214,223)
#BDDFE7
(189,223,231)
#D0E8EF
(208,232,239)
#E3F1F7
(227,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2597A7 color. Also use rgb(37,151,167) instead hex code.

Text Font Color

.myTextColor { color: #2597A7; }

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

This text font color is #2597A7.


Background Color

.myBgColor { background-color: #2597A7; }

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

This div background color is #2597A7.


Border color

.myBorderColor { border: 1px solid #2597A7; }

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

This div border color is #2597A7.


Opacity

.myOpacity80 { color: #2597A7; opacity: 0.8; }

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

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

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

This text has shadow with #2597A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2597A7 on black background.


Color preview on white background

This text has color #2597A7 on white background.



Black color preview on #2597A7 background

This text has black color on #2597A7 background.


White color preview on #2597A7 background

This text has white color on #2597A7 background.