COLOR #3750C7

HEX: #3750C7 RGB: (55,80,199)

Color info

#3750C7 contains mainly blue color. Web safe color of #3750C7 is #3366CC (or #36C).

RGB color model

#3750C7 color RGB value is (55,80,199).

RGB: (55,80,199) (22%, 31%, 78%)

RGB channels and saturation

R 55 of 255 = 22%
G 80 of 255 = 31%
B 199 of 255 = 78%

55
80
199

R + G + B ~ 44%. #3750C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 55 + 80 + 199 = 334 (100%)
R 55 of 334 ~ 16.47%
G 80 of 334 ~ 23.95%
B 199 of 334 ~ 59.58'%

%16.47
%23.95
%59.58

CMYK color model

#3750C7 color CMYK value is (72,60,0,22).

  • cyan value is 72.36%
  • magenta value is 59.80%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (72,60,0,22)
C72M60Y0K22 (72%, 60%, 0%, 22%)
(0.72 / 0.60 / 0.00 / 0.22)

CMYK percentages

%72.36
%59.8
%0
%21.96

Codes

Color #3750C7 in popluar color models

37 50 C7
RGB 55 80 199
HSL 230° 56.69% 49.80%
HSB/HSV 230° 72.36% 78.04%
CMYK 72.36% 59.80% 0.00%
21.96%

Color #3750C7 in popluar number systems.

HEX 37 50 C7
Decimal 55 80 199
Binary 110111 1010000 11000111
Octal 67 120 307

Shades and tints

Shades of #3750C7

#3750C7
(55,80,199)
#3249B5
(50,73,181)
#2D42A3
(45,66,163)
#283B91
(40,59,145)
#23347F
(35,52,127)
#1E2D6D
(30,45,109)
#19265B
(25,38,91)
#141F49
(20,31,73)
#0F1837
(15,24,55)
#0A1125
(10,17,37)
#050A13
(5,10,19)
#000000
(0,0,0)

Tints of #3750C7

#3750C7
(55,80,199)
#495FCC
(73,95,204)
#5B6ED1
(91,110,209)
#6D7DD6
(109,125,214)
#7F8CDB
(127,140,219)
#919BE0
(145,155,224)
#A3AAE5
(163,170,229)
#B5B9EA
(181,185,234)
#C7C8EF
(199,200,239)
#D9D7F4
(217,215,244)
#EBE6F9
(235,230,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3750C7; }

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

This text font color is #3750C7.

Background Color

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

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

This div background color is #3750C7.

Border color

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

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

This div border color is #3750C7.

Opacity

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

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

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

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

This text has shadow with #3750C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3750C7.

Preview

Color preview on black background

This text has color #3750C7 on black background.


Color preview on white background

This text has color #3750C7 on white background.


Black color preview on #3750C7 background

This text has black color on #3750C7 background.


White color preview on #3750C7 background

This text has white color on #3750C7 background.


Related colors

Complementary color

Complementary color for #hex is #C8AF38.


I love getcolorcode.com

Triadic colors

1 #C73750 and #50C737 with #3750C7 are triadic colors.

2 #C75037 and #5037C7 with #3750C7 are triadic colors.