COLOR #2584C4

HEX: #2584C4
RGB: (37,132,196)

Color info

#2584C4 contains mainly blue color. Web safe color of #2584C4 is #3399CC (or #39C).

RGB color model

#2584C4 color RGB value is (37,132,196).

  • red value is 37;
  • green value is 132;
  • blue value is 196.
RGB:
(37,132,196)
(15%,52%,77%)

RGB channels and saturation

R 37 of 255 = 15%
G 132 of 255 = 52%
B 196 of 255 = 77%

37
132
196

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

Portions of RGB colors in percentages

R + G + B =
37 + 132 + 196 = 365 (100%)
R 37 of 365 ~ 10.14%
G 132 of 365 ~ 36.16%
B 196 of 365 ~ 53.7%

%10.14
%36.16
%53.7

CMYK color model

#2584C4 color CMYK value is (81,33,0,23).

  • cyan value is 81.12%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(81,33,0,23)
C81M33Y0K23 
(81%,33%,0%,23%)
(0.81/0.33/0.00/0.23)	

CMYK percentages

%81.12
%32.65
%0
%23.14

Codes

Color #2584C4 in popluar color models

2584C4
RGB37132196
HSL204°68.24%45.69%
HSB/HSV204°81.12%76.86%
CMYK81.12%32.65%0.00%
23.14%

Color #2584C4 in popluar number systems.

HEX2584C4
Decimal37132196
Binary1001011000010011000100
Octal45204304

Shades and tints

Shades of #2584C4

#2584C4
(37,132,196)
#2278B3
(34,120,179)
#1F6CA2
(31,108,162)
#1C6091
(28,96,145)
#195480
(25,84,128)
#16486F
(22,72,111)
#133C5E
(19,60,94)
#10304D
(16,48,77)
#0D243C
(13,36,60)
#0A182B
(10,24,43)
#070C1A
(7,12,26)
#000000
(0,0,0)

Tints of #2584C4

#2584C4
(37,132,196)
#388FC9
(56,143,201)
#4B9ACE
(75,154,206)
#5EA5D3
(94,165,211)
#71B0D8
(113,176,216)
#84BBDD
(132,187,221)
#97C6E2
(151,198,226)
#AAD1E7
(170,209,231)
#BDDCEC
(189,220,236)
#D0E7F1
(208,231,241)
#E3F2F6
(227,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2584C4; }

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

This text font color is #2584C4.


Background Color

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

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

This div background color is #2584C4.


Border color

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

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

This div border color is #2584C4.


Opacity

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

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

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

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

This text has shadow with #2584C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2584C4 on black background.


Color preview on white background

This text has color #2584C4 on white background.



Black color preview on #2584C4 background

This text has black color on #2584C4 background.


White color preview on #2584C4 background

This text has white color on #2584C4 background.