COLOR #3731B0

HEX: #3731B0 RGB: (55,49,176)

Color info

#3731B0 contains mainly blue color. Web safe color of #3731B0 is #333399 (or #339).

RGB color model

#3731B0 color RGB value is (55,49,176).

RGB: (55,49,176) (22%, 19%, 69%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 176 of 255 = 69%

55
49
176

R + G + B ~ 37%. #3731B0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 49 + 176 = 280 (100%)
R 55 of 280 ~ 19.64%
G 49 of 280 ~ 17.5%
B 176 of 280 ~ 62.86'%

%19.64
%17.5
%62.86

CMYK color model

#3731B0 color CMYK value is (69,72,0,31).

  • cyan value is 68.75%
  • magenta value is 72.16%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (69,72,0,31)
C69M72Y0K31 (69%, 72%, 0%, 31%)
(0.69 / 0.72 / 0.00 / 0.31)

CMYK percentages

%68.75
%72.16
%0
%30.98

Codes

Color #3731B0 in popluar color models

37 31 B0
RGB 55 49 176
HSL 243° 56.44% 44.12%
HSB/HSV 243° 72.16% 69.02%
CMYK 68.75% 72.16% 0.00%
30.98%

Color #3731B0 in popluar number systems.

HEX 37 31 B0
Decimal 55 49 176
Binary 110111 110001 10110000
Octal 67 61 260

Shades and tints

Shades of #3731B0

#3731B0
(55,49,176)
#322DA0
(50,45,160)
#2D2990
(45,41,144)
#282580
(40,37,128)
#232170
(35,33,112)
#1E1D60
(30,29,96)
#191950
(25,25,80)
#141540
(20,21,64)
#0F1130
(15,17,48)
#0A0D20
(10,13,32)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #3731B0

#3731B0
(55,49,176)
#4943B7
(73,67,183)
#5B55BE
(91,85,190)
#6D67C5
(109,103,197)
#7F79CC
(127,121,204)
#918BD3
(145,139,211)
#A39DDA
(163,157,218)
#B5AFE1
(181,175,225)
#C7C1E8
(199,193,232)
#D9D3EF
(217,211,239)
#EBE5F6
(235,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3731B0; }

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

This text font color is #3731B0.

Background Color

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

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

This div background color is #3731B0.

Border color

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

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

This div border color is #3731B0.

Opacity

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

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

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

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

This text has shadow with #3731B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3731B0.

Preview

Color preview on black background

This text has color #3731B0 on black background.


Color preview on white background

This text has color #3731B0 on white background.


Black color preview on #3731B0 background

This text has black color on #3731B0 background.


White color preview on #3731B0 background

This text has white color on #3731B0 background.


Related colors

Complementary color

Complementary color for #hex is #C8CE4F.


I love getcolorcode.com

Triadic colors

1 #B03731 and #31B037 with #3731B0 are triadic colors.

2 #B03137 and #3137B0 with #3731B0 are triadic colors.