COLOR #2379AB

HEX: #2379AB RGB: (35,121,171)

Color info

#2379AB contains mainly green and blue colors. Web safe color of #2379AB is #336699 (or #369).

RGB color model

#2379AB color RGB value is (35,121,171).

RGB: (35,121,171) (14%, 47%, 67%)

RGB channels and saturation

R 35 of 255 = 14%
G 121 of 255 = 47%
B 171 of 255 = 67%

35
121
171

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

Portions of RGB colors in percentages

R + G + B = 35 + 121 + 171 = 327 (100%)
R 35 of 327 ~ 10.7%
G 121 of 327 ~ 37%
B 171 of 327 ~ 52.29'%

%10.7
%37
%52.29

CMYK color model

#2379AB color CMYK value is (80,29,0,33).

  • cyan value is 79.53%
  • magenta value is 29.24%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (80,29,0,33) C80M29Y0K33 (80%,29%,0%,33%) (0.80/0.29/0.00/0.33) 

CMYK percentages

%79.53
%29.24
%0
%32.94

Codes

Color #2379AB in popluar color models

23 79 AB
RGB 35 121 171
HSL 202° 66.02% 40.39%
HSB/HSV 202° 79.53% 67.06%
CMYK 79.53% 29.24% 0.00%
32.94%

Color #2379AB in popluar number systems.

HEX 23 79 AB
Decimal 35 121 171
Binary 100011 1111001 10101011
Octal 43 171 253

Shades and tints

Shades of #2379AB

#2379AB
(35,121,171)
#206E9C
(32,110,156)
#1D638D
(29,99,141)
#1A587E
(26,88,126)
#174D6F
(23,77,111)
#144260
(20,66,96)
#113751
(17,55,81)
#0E2C42
(14,44,66)
#0B2133
(11,33,51)
#081624
(8,22,36)
#050B15
(5,11,21)
#000000
(0,0,0)

Tints of #2379AB

#2379AB
(35,121,171)
#3785B2
(55,133,178)
#4B91B9
(75,145,185)
#5F9DC0
(95,157,192)
#73A9C7
(115,169,199)
#87B5CE
(135,181,206)
#9BC1D5
(155,193,213)
#AFCDDC
(175,205,220)
#C3D9E3
(195,217,227)
#D7E5EA
(215,229,234)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2379AB color. Also use rgb(35,121,171) instead hex code.

Text Font Color

.myTextColor { color: #2379AB; }

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

This text font color is #2379AB.

Background Color

.myBgColor { background-color: #2379AB; }

<div style="background-color:#2379AB">Inner text</div>

This div background color is #2379AB.

Border color

.myBorderColor { border: 1px solid #2379AB; }

<div style="border:3px solid #2379AB">Div</div>

This div border color is #2379AB.

Opacity

.myOpacity80 { color: #2379AB; opacity: 0.8; }

<p style="color:#2379AB;opacity:0.8;">80%</p>

Text with #2379AB 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 #2379AB;}

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

This text has shadow with #2379AB color.


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

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

This text has shadow with #2379AB primary color and red secondary color.


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

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

This text has shadow with #2379AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2379AB.

Preview

Color preview on black background

This text has color #2379AB on black background.


Color preview on white background

This text has color #2379AB on white background.


Black color preview on #2379AB background

This text has black color on #2379AB background.


White color preview on #2379AB background

This text has white color on #2379AB background.


Related colors

Complementary color

Complementary color for #hex is #DC8654.


I love getcolorcode.com

Triadic colors

1 #AB2379 and #79AB23 with #2379AB are triadic colors.

2 #AB7923 and #7923AB with #2379AB are triadic colors.