COLOR #3731DD

HEX: #3731DD
RGB: (55,49,221)

Color info

#3731DD contains mainly blue color. Web safe color of #3731DD is #3333CC (or #33C).

RGB color model

#3731DD color RGB value is (55,49,221).

  • red value is 55;
  • green value is 49;
  • blue value is 221.
RGB:
(55,49,221)
(22%,19%,87%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 221 of 255 = 87%

55
49
221

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

Portions of RGB colors in percentages

R + G + B =
55 + 49 + 221 = 325 (100%)
R 55 of 325 ~ 16.92%
G 49 of 325 ~ 15.08%
B 221 of 325 ~ 68%

%16.92
%15.08
%68

CMYK color model

#3731DD color CMYK value is (75,78,0,13).

  • cyan value is 75.11%
  • magenta value is 77.83%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(75,78,0,13)
C75M78Y0K13 
(75%,78%,0%,13%)
(0.75/0.78/0.00/0.13)	

CMYK percentages

%75.11
%77.83
%0
%13.33

Codes

Color #3731DD in popluar color models

3731DD
RGB5549221
HSL242°71.67%52.94%
HSB/HSV242°77.83%86.67%
CMYK75.11%77.83%0.00%
13.33%

Color #3731DD in popluar number systems.

HEX3731DD
Decimal5549221
Binary11011111000111011101
Octal6761335

Shades and tints

Shades of #3731DD

#3731DD
(55,49,221)
#322DC9
(50,45,201)
#2D29B5
(45,41,181)
#2825A1
(40,37,161)
#23218D
(35,33,141)
#1E1D79
(30,29,121)
#191965
(25,25,101)
#141551
(20,21,81)
#0F113D
(15,17,61)
#0A0D29
(10,13,41)
#050915
(5,9,21)
#000000
(0,0,0)

Tints of #3731DD

#3731DD
(55,49,221)
#4943E0
(73,67,224)
#5B55E3
(91,85,227)
#6D67E6
(109,103,230)
#7F79E9
(127,121,233)
#918BEC
(145,139,236)
#A39DEF
(163,157,239)
#B5AFF2
(181,175,242)
#C7C1F5
(199,193,245)
#D9D3F8
(217,211,248)
#EBE5FB
(235,229,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3731DD color. Also use rgb(55,49,221) instead hex code.

Text Font Color

.myTextColor { color: #3731DD; }

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

This text font color is #3731DD.


Background Color

.myBgColor { background-color: #3731DD; }

<div style="background-color:#3731DD">Inner text</div>

This div background color is #3731DD.


Border color

.myBorderColor { border: 1px solid #3731DD; }

<div style="border:3px solid #3731DD">Div</div>

This div border color is #3731DD.


Opacity

.myOpacity80 { color: #3731DD; opacity: 0.8; }

<p style="color:#3731DD;opacity:0.8;">80%</p>

Text with #3731DD 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 #3731DD;}

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

This text has shadow with #3731DD color.

.textShadow {text-shadow: 3px 3px 1px #3731DD, 3px 3px 1px red;}

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

This text has shadow with #3731DD primary color and red secondary color.


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

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

This text has shadow with #3731DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3731DD on black background.


Color preview on white background

This text has color #3731DD on white background.



Black color preview on #3731DD background

This text has black color on #3731DD background.


White color preview on #3731DD background

This text has white color on #3731DD background.