COLOR #3750A7

HEX: #3750A7
RGB: (55,80,167)

Color info

#3750A7 contains mainly blue color. Web safe color of #3750A7 is #336699 (or #369).

RGB color model

#3750A7 color RGB value is (55,80,167).

  • red value is 55;
  • green value is 80;
  • blue value is 167.
RGB:
(55,80,167)
(22%,31%,65%)

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 167 of 255 = 65%

55
80
167

R + G + B ~ 39%. #3750A7 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 80 + 167 = 302 (100%)
R 55 of 302 ~ 18.21%
G 80 of 302 ~ 26.49%
B 167 of 302 ~ 55.3%

%18.21
%26.49
%55.3

CMYK color model

#3750A7 color CMYK value is (67,52,0,35).

  • cyan value is 67.07%
  • magenta value is 52.10%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(67,52,0,35)
C67M52Y0K35 
(67%,52%,0%,35%)
(0.67/0.52/0.00/0.35)	

CMYK percentages

%67.07
%52.1
%0
%34.51

Codes

Color #3750A7 in popluar color models

3750A7
RGB5580167
HSL227°50.45%43.53%
HSB/HSV227°67.07%65.49%
CMYK67.07%52.10%0.00%
34.51%

Color #3750A7 in popluar number systems.

HEX3750A7
Decimal5580167
Binary110111101000010100111
Octal67120247

Shades and tints

Shades of #3750A7

#3750A7
(55,80,167)
#324998
(50,73,152)
#2D4289
(45,66,137)
#283B7A
(40,59,122)
#23346B
(35,52,107)
#1E2D5C
(30,45,92)
#19264D
(25,38,77)
#141F3E
(20,31,62)
#0F182F
(15,24,47)
#0A1120
(10,17,32)
#050A11
(5,10,17)
#000000
(0,0,0)

Tints of #3750A7

#3750A7
(55,80,167)
#495FAF
(73,95,175)
#5B6EB7
(91,110,183)
#6D7DBF
(109,125,191)
#7F8CC7
(127,140,199)
#919BCF
(145,155,207)
#A3AAD7
(163,170,215)
#B5B9DF
(181,185,223)
#C7C8E7
(199,200,231)
#D9D7EF
(217,215,239)
#EBE6F7
(235,230,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3750A7 color. Also use rgb(55,80,167) instead hex code.

Text Font Color

.myTextColor { color: #3750A7; }

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

This text font color is #3750A7.


Background Color

.myBgColor { background-color: #3750A7; }

<div style="background-color:#3750A7">Inner text</div>

This div background color is #3750A7.


Border color

.myBorderColor { border: 1px solid #3750A7; }

<div style="border:3px solid #3750A7">Div</div>

This div border color is #3750A7.


Opacity

.myOpacity80 { color: #3750A7; opacity: 0.8; }

<p style="color:#3750A7;opacity:0.8;">80%</p>

Text with #3750A7 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 #3750A7;}

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

This text has shadow with #3750A7 color.

.textShadow {text-shadow: 3px 3px 1px #3750A7, 3px 3px 1px red;}

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

This text has shadow with #3750A7 primary color and red secondary color.


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

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

This text has shadow with #3750A7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3750A7 on black background.


Color preview on white background

This text has color #3750A7 on white background.



Black color preview on #3750A7 background

This text has black color on #3750A7 background.


White color preview on #3750A7 background

This text has white color on #3750A7 background.