COLOR #3738A6

HEX: #3738A6
RGB: (55,56,166)

Color info

#3738A6 contains mainly blue color. Web safe color of #3738A6 is #333399 (or #339).

RGB color model

#3738A6 color RGB value is (55,56,166).

  • red value is 55;
  • green value is 56;
  • blue value is 166.
RGB:
(55,56,166)
(22%,22%,65%)

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 166 of 255 = 65%

55
56
166

R + G + B ~ 36%. #3738A6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 166 = 277 (100%)
R 55 of 277 ~ 19.86%
G 56 of 277 ~ 20.22%
B 166 of 277 ~ 59.93%

%19.86
%20.22
%59.93

CMYK color model

#3738A6 color CMYK value is (67,66,0,35).

  • cyan value is 66.87%
  • magenta value is 66.27%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(67,66,0,35)
C67M66Y0K35 
(67%,66%,0%,35%)
(0.67/0.66/0.00/0.35)	

CMYK percentages

%66.87
%66.27
%0
%34.9

Codes

Color #3738A6 in popluar color models

3738A6
RGB5556166
HSL239°50.23%43.33%
HSB/HSV239°66.87%65.10%
CMYK66.87%66.27%0.00%
34.90%

Color #3738A6 in popluar number systems.

HEX3738A6
Decimal5556166
Binary11011111100010100110
Octal6770246

Shades and tints

Shades of #3738A6

#3738A6
(55,56,166)
#323397
(50,51,151)
#2D2E88
(45,46,136)
#282979
(40,41,121)
#23246A
(35,36,106)
#1E1F5B
(30,31,91)
#191A4C
(25,26,76)
#14153D
(20,21,61)
#0F102E
(15,16,46)
#0A0B1F
(10,11,31)
#050610
(5,6,16)
#000000
(0,0,0)

Tints of #3738A6

#3738A6
(55,56,166)
#494AAE
(73,74,174)
#5B5CB6
(91,92,182)
#6D6EBE
(109,110,190)
#7F80C6
(127,128,198)
#9192CE
(145,146,206)
#A3A4D6
(163,164,214)
#B5B6DE
(181,182,222)
#C7C8E6
(199,200,230)
#D9DAEE
(217,218,238)
#EBECF6
(235,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3738A6 color. Also use rgb(55,56,166) instead hex code.

Text Font Color

.myTextColor { color: #3738A6; }

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

This text font color is #3738A6.


Background Color

.myBgColor { background-color: #3738A6; }

<div style="background-color:#3738A6">Inner text</div>

This div background color is #3738A6.


Border color

.myBorderColor { border: 1px solid #3738A6; }

<div style="border:3px solid #3738A6">Div</div>

This div border color is #3738A6.


Opacity

.myOpacity80 { color: #3738A6; opacity: 0.8; }

<p style="color:#3738A6;opacity:0.8;">80%</p>

Text with #3738A6 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 #3738A6;}

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

This text has shadow with #3738A6 color.

.textShadow {text-shadow: 3px 3px 1px #3738A6, 3px 3px 1px red;}

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

This text has shadow with #3738A6 primary color and red secondary color.


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

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

This text has shadow with #3738A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3738A6 on black background.


Color preview on white background

This text has color #3738A6 on white background.



Black color preview on #3738A6 background

This text has black color on #3738A6 background.


White color preview on #3738A6 background

This text has white color on #3738A6 background.