COLOR #3765C5

HEX: #3765C5
RGB: (55,101,197)

Color info

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

RGB color model

#3765C5 color RGB value is (55,101,197).

  • red value is 55;
  • green value is 101;
  • blue value is 197.
RGB:
(55,101,197)
(22%,40%,77%)

RGB channels and saturation

R 55 of 255 = 22%
G 101 of 255 = 40%
B 197 of 255 = 77%

55
101
197

R + G + B ~ 46%. #3765C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 101 + 197 = 353 (100%)
R 55 of 353 ~ 15.58%
G 101 of 353 ~ 28.61%
B 197 of 353 ~ 55.81%

%15.58
%28.61
%55.81

CMYK color model

#3765C5 color CMYK value is (72,49,0,23).

  • cyan value is 72.08%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(72,49,0,23)
C72M49Y0K23 
(72%,49%,0%,23%)
(0.72/0.49/0.00/0.23)	

CMYK percentages

%72.08
%48.73
%0
%22.75

Codes

Color #3765C5 in popluar color models

3765C5
RGB55101197
HSL221°56.35%49.41%
HSB/HSV221°72.08%77.25%
CMYK72.08%48.73%0.00%
22.75%

Color #3765C5 in popluar number systems.

HEX3765C5
Decimal55101197
Binary110111110010111000101
Octal67145305

Shades and tints

Shades of #3765C5

#3765C5
(55,101,197)
#325CB4
(50,92,180)
#2D53A3
(45,83,163)
#284A92
(40,74,146)
#234181
(35,65,129)
#1E3870
(30,56,112)
#192F5F
(25,47,95)
#14264E
(20,38,78)
#0F1D3D
(15,29,61)
#0A142C
(10,20,44)
#050B1B
(5,11,27)
#000000
(0,0,0)

Tints of #3765C5

#3765C5
(55,101,197)
#4973CA
(73,115,202)
#5B81CF
(91,129,207)
#6D8FD4
(109,143,212)
#7F9DD9
(127,157,217)
#91ABDE
(145,171,222)
#A3B9E3
(163,185,227)
#B5C7E8
(181,199,232)
#C7D5ED
(199,213,237)
#D9E3F2
(217,227,242)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3765C5 color. Also use rgb(55,101,197) instead hex code.

Text Font Color

.myTextColor { color: #3765C5; }

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

This text font color is #3765C5.


Background Color

.myBgColor { background-color: #3765C5; }

<div style="background-color:#3765C5">Inner text</div>

This div background color is #3765C5.


Border color

.myBorderColor { border: 1px solid #3765C5; }

<div style="border:3px solid #3765C5">Div</div>

This div border color is #3765C5.


Opacity

.myOpacity80 { color: #3765C5; opacity: 0.8; }

<p style="color:#3765C5;opacity:0.8;">80%</p>

Text with #3765C5 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 #3765C5;}

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

This text has shadow with #3765C5 color.

.textShadow {text-shadow: 3px 3px 1px #3765C5, 3px 3px 1px red;}

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

This text has shadow with #3765C5 primary color and red secondary color.


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

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

This text has shadow with #3765C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3765C5 on black background.


Color preview on white background

This text has color #3765C5 on white background.



Black color preview on #3765C5 background

This text has black color on #3765C5 background.


White color preview on #3765C5 background

This text has white color on #3765C5 background.