COLOR #2496C3

HEX: #2496C3 RGB: (36,150,195)

Color info

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

RGB color model

#2496C3 color RGB value is (36,150,195).

RGB: (36,150,195) (14%, 59%, 76%)

RGB channels and saturation

R 36 of 255 = 14%
G 150 of 255 = 59%
B 195 of 255 = 76%

36
150
195

R + G + B ~ 50%. #2496C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 36 + 150 + 195 = 381 (100%)
R 36 of 381 ~ 9.45%
G 150 of 381 ~ 39.37%
B 195 of 381 ~ 51.18'%

%39.37
%51.18

CMYK color model

#2496C3 color CMYK value is (82,23,0,24).

  • cyan value is 81.54%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK: (82,23,0,24) C82M23Y0K24 (82%,23%,0%,24%) (0.82/0.23/0.00/0.24) 

CMYK percentages

%81.54
%23.08
%0
%23.53

Codes

Color #2496C3 in popluar color models

24 96 C3
RGB 36 150 195
HSL 197° 68.83% 45.29%
HSB/HSV 197° 81.54% 76.47%
CMYK 81.54% 23.08% 0.00%
23.53%

Color #2496C3 in popluar number systems.

HEX 24 96 C3
Decimal 36 150 195
Binary 100100 10010110 11000011
Octal 44 226 303

Shades and tints

Shades of #2496C3

#2496C3
(36,150,195)
#2189B2
(33,137,178)
#1E7CA1
(30,124,161)
#1B6F90
(27,111,144)
#18627F
(24,98,127)
#15556E
(21,85,110)
#12485D
(18,72,93)
#0F3B4C
(15,59,76)
#0C2E3B
(12,46,59)
#09212A
(9,33,42)
#061419
(6,20,25)
#000000
(0,0,0)

Tints of #2496C3

#2496C3
(36,150,195)
#379FC8
(55,159,200)
#4AA8CD
(74,168,205)
#5DB1D2
(93,177,210)
#70BAD7
(112,186,215)
#83C3DC
(131,195,220)
#96CCE1
(150,204,225)
#A9D5E6
(169,213,230)
#BCDEEB
(188,222,235)
#CFE7F0
(207,231,240)
#E2F0F5
(226,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2496C3 color. Also use rgb(36,150,195) instead hex code.

Text Font Color

.myTextColor { color: #2496C3; }

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

This text font color is #2496C3.

Background Color

.myBgColor { background-color: #2496C3; }

<div style="background-color:#2496C3">Inner text</div>

This div background color is #2496C3.

Border color

.myBorderColor { border: 1px solid #2496C3; }

<div style="border:3px solid #2496C3">Div</div>

This div border color is #2496C3.

Opacity

.myOpacity80 { color: #2496C3; opacity: 0.8; }

<p style="color:#2496C3;opacity:0.8;">80%</p>

Text with #2496C3 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 #2496C3;}

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

This text has shadow with #2496C3 color.


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

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

This text has shadow with #2496C3 primary color and red secondary color.


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

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

This text has shadow with #2496C3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2496C3.

Preview

Color preview on black background

This text has color #2496C3 on black background.


Color preview on white background

This text has color #2496C3 on white background.


Black color preview on #2496C3 background

This text has black color on #2496C3 background.


White color preview on #2496C3 background

This text has white color on #2496C3 background.


Related colors

Complementary color

Complementary color for #hex is #DB693C.


I love getcolorcode.com

Triadic colors

1 #C32496 and #96C324 with #2496C3 are triadic colors.

2 #C39624 and #9624C3 with #2496C3 are triadic colors.