COLOR #2584B6

HEX: #2584B6 RGB: (37,132,182)

Color info

#2584B6 contains mainly green and blue colors. Web safe color of #2584B6 is #3399CC (or #39C).

RGB color model

#2584B6 color RGB value is (37,132,182).

RGB: (37,132,182) (15%, 52%, 71%)

RGB channels and saturation

R 37 of 255 = 15%
G 132 of 255 = 52%
B 182 of 255 = 71%

37
132
182

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

Portions of RGB colors in percentages

R + G + B = 37 + 132 + 182 = 351 (100%)
R 37 of 351 ~ 10.54%
G 132 of 351 ~ 37.61%
B 182 of 351 ~ 51.85'%

%10.54
%37.61
%51.85

CMYK color model

#2584B6 color CMYK value is (80,27,0,29).

  • cyan value is 79.67%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (80,27,0,29) C80M27Y0K29 (80%,27%,0%,29%) (0.80/0.27/0.00/0.29) 

CMYK percentages

%79.67
%27.47
%0
%28.63

Codes

Color #2584B6 in popluar color models

25 84 B6
RGB 37 132 182
HSL 201° 66.21% 42.94%
HSB/HSV 201° 79.67% 71.37%
CMYK 79.67% 27.47% 0.00%
28.63%

Color #2584B6 in popluar number systems.

HEX 25 84 B6
Decimal 37 132 182
Binary 100101 10000100 10110110
Octal 45 204 266

Shades and tints

Shades of #2584B6

#2584B6
(37,132,182)
#2278A6
(34,120,166)
#1F6C96
(31,108,150)
#1C6086
(28,96,134)
#195476
(25,84,118)
#164866
(22,72,102)
#133C56
(19,60,86)
#103046
(16,48,70)
#0D2436
(13,36,54)
#0A1826
(10,24,38)
#070C16
(7,12,22)
#000000
(0,0,0)

Tints of #2584B6

#2584B6
(37,132,182)
#388FBC
(56,143,188)
#4B9AC2
(75,154,194)
#5EA5C8
(94,165,200)
#71B0CE
(113,176,206)
#84BBD4
(132,187,212)
#97C6DA
(151,198,218)
#AAD1E0
(170,209,224)
#BDDCE6
(189,220,230)
#D0E7EC
(208,231,236)
#E3F2F2
(227,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2584B6 color. Also use rgb(37,132,182) instead hex code.

Text Font Color

.myTextColor { color: #2584B6; }

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

This text font color is #2584B6.

Background Color

.myBgColor { background-color: #2584B6; }

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

This div background color is #2584B6.

Border color

.myBorderColor { border: 1px solid #2584B6; }

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

This div border color is #2584B6.

Opacity

.myOpacity80 { color: #2584B6; opacity: 0.8; }

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

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

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

This text has shadow with #2584B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2584B6.

Preview

Color preview on black background

This text has color #2584B6 on black background.


Color preview on white background

This text has color #2584B6 on white background.


Black color preview on #2584B6 background

This text has black color on #2584B6 background.


White color preview on #2584B6 background

This text has white color on #2584B6 background.


Related colors

Complementary color

Complementary color for #hex is #DA7B49.


I love getcolorcode.com

Triadic colors

1 #B62584 and #84B625 with #2584B6 are triadic colors.

2 #B68425 and #8425B6 with #2584B6 are triadic colors.