COLOR #2582CC

HEX: #2582CC
RGB: (37,130,204)

Color info

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

RGB color model

#2582CC color RGB value is (37,130,204).

  • red value is 37;
  • green value is 130;
  • blue value is 204.
RGB:
(37,130,204)
(15%,51%,80%)

RGB channels and saturation

R 37 of 255 = 15%
G 130 of 255 = 51%
B 204 of 255 = 80%

37
130
204

R + G + B ~ 49%. #2582CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
37 + 130 + 204 = 371 (100%)
R 37 of 371 ~ 9.97%
G 130 of 371 ~ 35.04%
B 204 of 371 ~ 54.99%

%9.97
%35.04
%54.99

CMYK color model

#2582CC color CMYK value is (82,36,0,20).

  • cyan value is 81.86%
  • magenta value is 36.27%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(82,36,0,20)
C82M36Y0K20 
(82%,36%,0%,20%)
(0.82/0.36/0.00/0.20)	

CMYK percentages

%81.86
%36.27
%0
%20

Codes

Color #2582CC in popluar color models

2582CC
RGB37130204
HSL207°69.29%47.25%
HSB/HSV207°81.86%80.00%
CMYK81.86%36.27%0.00%
20.00%

Color #2582CC in popluar number systems.

HEX2582CC
Decimal37130204
Binary1001011000001011001100
Octal45202314

Shades and tints

Shades of #2582CC

#2582CC
(37,130,204)
#2277BA
(34,119,186)
#1F6CA8
(31,108,168)
#1C6196
(28,97,150)
#195684
(25,86,132)
#164B72
(22,75,114)
#134060
(19,64,96)
#10354E
(16,53,78)
#0D2A3C
(13,42,60)
#0A1F2A
(10,31,42)
#071418
(7,20,24)
#000000
(0,0,0)

Tints of #2582CC

#2582CC
(37,130,204)
#388DD0
(56,141,208)
#4B98D4
(75,152,212)
#5EA3D8
(94,163,216)
#71AEDC
(113,174,220)
#84B9E0
(132,185,224)
#97C4E4
(151,196,228)
#AACFE8
(170,207,232)
#BDDAEC
(189,218,236)
#D0E5F0
(208,229,240)
#E3F0F4
(227,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2582CC color. Also use rgb(37,130,204) instead hex code.

Text Font Color

.myTextColor { color: #2582CC; }

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

This text font color is #2582CC.


Background Color

.myBgColor { background-color: #2582CC; }

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

This div background color is #2582CC.


Border color

.myBorderColor { border: 1px solid #2582CC; }

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

This div border color is #2582CC.


Opacity

.myOpacity80 { color: #2582CC; opacity: 0.8; }

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

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

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

This text has shadow with #2582CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2582CC on black background.


Color preview on white background

This text has color #2582CC on white background.



Black color preview on #2582CC background

This text has black color on #2582CC background.


White color preview on #2582CC background

This text has white color on #2582CC background.