COLOR #2331B2

HEX: #2331B2
RGB: (35,49,178)

Color info

#2331B2 contains mainly blue color. Web safe color of #2331B2 is #333399 (or #339).

RGB color model

#2331B2 color RGB value is (35,49,178).

  • red value is 35;
  • green value is 49;
  • blue value is 178.
RGB:
(35,49,178)
(14%,19%,70%)

RGB channels and saturation

R 35 of 255 = 14%
G 49 of 255 = 19%
B 178 of 255 = 70%

35
49
178

R + G + B ~ 34%. #2331B2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
35 + 49 + 178 = 262 (100%)
R 35 of 262 ~ 13.36%
G 49 of 262 ~ 18.7%
B 178 of 262 ~ 67.94%

%13.36
%18.7
%67.94

CMYK color model

#2331B2 color CMYK value is (80,72,0,30).

  • cyan value is 80.34%
  • magenta value is 72.47%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(80,72,0,30)
C80M72Y0K30 
(80%,72%,0%,30%)
(0.80/0.72/0.00/0.30)	

CMYK percentages

%80.34
%72.47
%0
%30.2

Codes

Color #2331B2 in popluar color models

2331B2
RGB3549178
HSL234°67.14%41.76%
HSB/HSV234°80.34%69.80%
CMYK80.34%72.47%0.00%
30.20%

Color #2331B2 in popluar number systems.

HEX2331B2
Decimal3549178
Binary10001111000110110010
Octal4361262

Shades and tints

Shades of #2331B2

#2331B2
(35,49,178)
#202DA2
(32,45,162)
#1D2992
(29,41,146)
#1A2582
(26,37,130)
#172172
(23,33,114)
#141D62
(20,29,98)
#111952
(17,25,82)
#0E1542
(14,21,66)
#0B1132
(11,17,50)
#080D22
(8,13,34)
#050912
(5,9,18)
#000000
(0,0,0)

Tints of #2331B2

#2331B2
(35,49,178)
#3743B9
(55,67,185)
#4B55C0
(75,85,192)
#5F67C7
(95,103,199)
#7379CE
(115,121,206)
#878BD5
(135,139,213)
#9B9DDC
(155,157,220)
#AFAFE3
(175,175,227)
#C3C1EA
(195,193,234)
#D7D3F1
(215,211,241)
#EBE5F8
(235,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2331B2 color. Also use rgb(35,49,178) instead hex code.

Text Font Color

.myTextColor { color: #2331B2; }

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

This text font color is #2331B2.


Background Color

.myBgColor { background-color: #2331B2; }

<div style="background-color:#2331B2">Inner text</div>

This div background color is #2331B2.


Border color

.myBorderColor { border: 1px solid #2331B2; }

<div style="border:3px solid #2331B2">Div</div>

This div border color is #2331B2.


Opacity

.myOpacity80 { color: #2331B2; opacity: 0.8; }

<p style="color:#2331B2;opacity:0.8;">80%</p>

Text with #2331B2 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 #2331B2;}

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

This text has shadow with #2331B2 color.

.textShadow {text-shadow: 3px 3px 1px #2331B2, 3px 3px 1px red;}

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

This text has shadow with #2331B2 primary color and red secondary color.


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

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

This text has shadow with #2331B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2331B2 on black background.


Color preview on white background

This text has color #2331B2 on white background.



Black color preview on #2331B2 background

This text has black color on #2331B2 background.


White color preview on #2331B2 background

This text has white color on #2331B2 background.