COLOR #2482A5

HEX: #2482A5
RGB: (36,130,165)

Color info

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

RGB color model

#2482A5 color RGB value is (36,130,165).

  • red value is 36;
  • green value is 130;
  • blue value is 165.
RGB:
(36,130,165)
(14%,51%,65%)

RGB channels and saturation

R 36 of 255 = 14%
G 130 of 255 = 51%
B 165 of 255 = 65%

36
130
165

R + G + B ~ 43%. #2482A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 130 + 165 = 331 (100%)
R 36 of 331 ~ 10.88%
G 130 of 331 ~ 39.27%
B 165 of 331 ~ 49.85%

%10.88
%39.27
%49.85

CMYK color model

#2482A5 color CMYK value is (78,21,0,35).

  • cyan value is 78.18%
  • magenta value is 21.21%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(78,21,0,35)
C78M21Y0K35 
(78%,21%,0%,35%)
(0.78/0.21/0.00/0.35)	

CMYK percentages

%78.18
%21.21
%0
%35.29

Codes

Color #2482A5 in popluar color models

2482A5
RGB36130165
HSL196°64.18%39.41%
HSB/HSV196°78.18%64.71%
CMYK78.18%21.21%0.00%
35.29%

Color #2482A5 in popluar number systems.

HEX2482A5
Decimal36130165
Binary1001001000001010100101
Octal44202245

Shades and tints

Shades of #2482A5

#2482A5
(36,130,165)
#217796
(33,119,150)
#1E6C87
(30,108,135)
#1B6178
(27,97,120)
#185669
(24,86,105)
#154B5A
(21,75,90)
#12404B
(18,64,75)
#0F353C
(15,53,60)
#0C2A2D
(12,42,45)
#091F1E
(9,31,30)
#06140F
(6,20,15)
#000000
(0,0,0)

Tints of #2482A5

#2482A5
(36,130,165)
#378DAD
(55,141,173)
#4A98B5
(74,152,181)
#5DA3BD
(93,163,189)
#70AEC5
(112,174,197)
#83B9CD
(131,185,205)
#96C4D5
(150,196,213)
#A9CFDD
(169,207,221)
#BCDAE5
(188,218,229)
#CFE5ED
(207,229,237)
#E2F0F5
(226,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2482A5 color. Also use rgb(36,130,165) instead hex code.

Text Font Color

.myTextColor { color: #2482A5; }

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

This text font color is #2482A5.


Background Color

.myBgColor { background-color: #2482A5; }

<div style="background-color:#2482A5">Inner text</div>

This div background color is #2482A5.


Border color

.myBorderColor { border: 1px solid #2482A5; }

<div style="border:3px solid #2482A5">Div</div>

This div border color is #2482A5.


Opacity

.myOpacity80 { color: #2482A5; opacity: 0.8; }

<p style="color:#2482A5;opacity:0.8;">80%</p>

Text with #2482A5 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 #2482A5;}

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

This text has shadow with #2482A5 color.

.textShadow {text-shadow: 3px 3px 1px #2482A5, 3px 3px 1px red;}

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

This text has shadow with #2482A5 primary color and red secondary color.


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

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

This text has shadow with #2482A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2482A5 on black background.


Color preview on white background

This text has color #2482A5 on white background.



Black color preview on #2482A5 background

This text has black color on #2482A5 background.


White color preview on #2482A5 background

This text has white color on #2482A5 background.