COLOR #2371AC

HEX: #2371AC
RGB: (35,113,172)

Color info

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

RGB color model

#2371AC color RGB value is (35,113,172).

  • red value is 35;
  • green value is 113;
  • blue value is 172.
RGB:
(35,113,172)
(14%,44%,67%)

RGB channels and saturation

R 35 of 255 = 14%
G 113 of 255 = 44%
B 172 of 255 = 67%

35
113
172

R + G + B ~ 42%. #2371AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
35 + 113 + 172 = 320 (100%)
R 35 of 320 ~ 10.94%
G 113 of 320 ~ 35.31%
B 172 of 320 ~ 53.75%

%10.94
%35.31
%53.75

CMYK color model

#2371AC color CMYK value is (80,34,0,33).

  • cyan value is 79.65%
  • magenta value is 34.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(80,34,0,33)
C80M34Y0K33 
(80%,34%,0%,33%)
(0.80/0.34/0.00/0.33)	

CMYK percentages

%79.65
%34.3
%0
%32.55

Codes

Color #2371AC in popluar color models

2371AC
RGB35113172
HSL206°66.18%40.59%
HSB/HSV206°79.65%67.45%
CMYK79.65%34.30%0.00%
32.55%

Color #2371AC in popluar number systems.

HEX2371AC
Decimal35113172
Binary100011111000110101100
Octal43161254

Shades and tints

Shades of #2371AC

#2371AC
(35,113,172)
#20679D
(32,103,157)
#1D5D8E
(29,93,142)
#1A537F
(26,83,127)
#174970
(23,73,112)
#143F61
(20,63,97)
#113552
(17,53,82)
#0E2B43
(14,43,67)
#0B2134
(11,33,52)
#081725
(8,23,37)
#050D16
(5,13,22)
#000000
(0,0,0)

Tints of #2371AC

#2371AC
(35,113,172)
#377DB3
(55,125,179)
#4B89BA
(75,137,186)
#5F95C1
(95,149,193)
#73A1C8
(115,161,200)
#87ADCF
(135,173,207)
#9BB9D6
(155,185,214)
#AFC5DD
(175,197,221)
#C3D1E4
(195,209,228)
#D7DDEB
(215,221,235)
#EBE9F2
(235,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2371AC color. Also use rgb(35,113,172) instead hex code.

Text Font Color

.myTextColor { color: #2371AC; }

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

This text font color is #2371AC.


Background Color

.myBgColor { background-color: #2371AC; }

<div style="background-color:#2371AC">Inner text</div>

This div background color is #2371AC.


Border color

.myBorderColor { border: 1px solid #2371AC; }

<div style="border:3px solid #2371AC">Div</div>

This div border color is #2371AC.


Opacity

.myOpacity80 { color: #2371AC; opacity: 0.8; }

<p style="color:#2371AC;opacity:0.8;">80%</p>

Text with #2371AC 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 #2371AC;}

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

This text has shadow with #2371AC color.

.textShadow {text-shadow: 3px 3px 1px #2371AC, 3px 3px 1px red;}

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

This text has shadow with #2371AC primary color and red secondary color.


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

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

This text has shadow with #2371AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2371AC on black background.


Color preview on white background

This text has color #2371AC on white background.



Black color preview on #2371AC background

This text has black color on #2371AC background.


White color preview on #2371AC background

This text has white color on #2371AC background.