COLOR #2599A2

HEX: #2599A2
RGB: (37,153,162)

Color info

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

RGB color model

#2599A2 color RGB value is (37,153,162).

  • red value is 37;
  • green value is 153;
  • blue value is 162.
RGB:
(37,153,162)
(15%,60%,64%)

RGB channels and saturation

R 37 of 255 = 15%
G 153 of 255 = 60%
B 162 of 255 = 64%

37
153
162

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

Portions of RGB colors in percentages

R + G + B =
37 + 153 + 162 = 352 (100%)
R 37 of 352 ~ 10.51%
G 153 of 352 ~ 43.47%
B 162 of 352 ~ 46.02%

%10.51
%43.47
%46.02

CMYK color model

#2599A2 color CMYK value is (77,6,0,36).

  • cyan value is 77.16%
  • magenta value is 5.56%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(77,6,0,36)
C77M6Y0K36 
(77%,6%,0%,36%)
(0.77/0.06/0.00/0.36)	

CMYK percentages

%77.16
%5.56
%0
%36.47

Codes

Color #2599A2 in popluar color models

2599A2
RGB37153162
HSL184°62.81%39.02%
HSB/HSV184°77.16%63.53%
CMYK77.16%5.56%0.00%
36.47%

Color #2599A2 in popluar number systems.

HEX2599A2
Decimal37153162
Binary1001011001100110100010
Octal45231242

Shades and tints

Shades of #2599A2

#2599A2
(37,153,162)
#228C94
(34,140,148)
#1F7F86
(31,127,134)
#1C7278
(28,114,120)
#19656A
(25,101,106)
#16585C
(22,88,92)
#134B4E
(19,75,78)
#103E40
(16,62,64)
#0D3132
(13,49,50)
#0A2424
(10,36,36)
#071716
(7,23,22)
#000000
(0,0,0)

Tints of #2599A2

#2599A2
(37,153,162)
#38A2AA
(56,162,170)
#4BABB2
(75,171,178)
#5EB4BA
(94,180,186)
#71BDC2
(113,189,194)
#84C6CA
(132,198,202)
#97CFD2
(151,207,210)
#AAD8DA
(170,216,218)
#BDE1E2
(189,225,226)
#D0EAEA
(208,234,234)
#E3F3F2
(227,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2599A2 color. Also use rgb(37,153,162) instead hex code.

Text Font Color

.myTextColor { color: #2599A2; }

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

This text font color is #2599A2.


Background Color

.myBgColor { background-color: #2599A2; }

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

This div background color is #2599A2.


Border color

.myBorderColor { border: 1px solid #2599A2; }

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

This div border color is #2599A2.


Opacity

.myOpacity80 { color: #2599A2; opacity: 0.8; }

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

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

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

This text has shadow with #2599A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2599A2 on black background.


Color preview on white background

This text has color #2599A2 on white background.



Black color preview on #2599A2 background

This text has black color on #2599A2 background.


White color preview on #2599A2 background

This text has white color on #2599A2 background.