COLOR #3767E2

HEX: #3767E2
RGB: (55,103,226)

Color info

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

RGB color model

#3767E2 color RGB value is (55,103,226).

  • red value is 55;
  • green value is 103;
  • blue value is 226.
RGB:
(55,103,226)
(22%,40%,89%)

RGB channels and saturation

R 55 of 255 = 22%
G 103 of 255 = 40%
B 226 of 255 = 89%

55
103
226

R + G + B ~ 50%. #3767E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 103 + 226 = 384 (100%)
R 55 of 384 ~ 14.32%
G 103 of 384 ~ 26.82%
B 226 of 384 ~ 58.85%

%14.32
%26.82
%58.85

CMYK color model

#3767E2 color CMYK value is (76,54,0,11).

  • cyan value is 75.66%
  • magenta value is 54.42%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(76,54,0,11)
C76M54Y0K11 
(76%,54%,0%,11%)
(0.76/0.54/0.00/0.11)	

CMYK percentages

%75.66
%54.42
%0
%11.37

Codes

Color #3767E2 in popluar color models

3767E2
RGB55103226
HSL223°74.67%55.10%
HSB/HSV223°75.66%88.63%
CMYK75.66%54.42%0.00%
11.37%

Color #3767E2 in popluar number systems.

HEX3767E2
Decimal55103226
Binary110111110011111100010
Octal67147342

Shades and tints

Shades of #3767E2

#3767E2
(55,103,226)
#325ECE
(50,94,206)
#2D55BA
(45,85,186)
#284CA6
(40,76,166)
#234392
(35,67,146)
#1E3A7E
(30,58,126)
#19316A
(25,49,106)
#142856
(20,40,86)
#0F1F42
(15,31,66)
#0A162E
(10,22,46)
#050D1A
(5,13,26)
#000000
(0,0,0)

Tints of #3767E2

#3767E2
(55,103,226)
#4974E4
(73,116,228)
#5B81E6
(91,129,230)
#6D8EE8
(109,142,232)
#7F9BEA
(127,155,234)
#91A8EC
(145,168,236)
#A3B5EE
(163,181,238)
#B5C2F0
(181,194,240)
#C7CFF2
(199,207,242)
#D9DCF4
(217,220,244)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3767E2 color. Also use rgb(55,103,226) instead hex code.

Text Font Color

.myTextColor { color: #3767E2; }

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

This text font color is #3767E2.


Background Color

.myBgColor { background-color: #3767E2; }

<div style="background-color:#3767E2">Inner text</div>

This div background color is #3767E2.


Border color

.myBorderColor { border: 1px solid #3767E2; }

<div style="border:3px solid #3767E2">Div</div>

This div border color is #3767E2.


Opacity

.myOpacity80 { color: #3767E2; opacity: 0.8; }

<p style="color:#3767E2;opacity:0.8;">80%</p>

Text with #3767E2 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 #3767E2;}

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

This text has shadow with #3767E2 color.

.textShadow {text-shadow: 3px 3px 1px #3767E2, 3px 3px 1px red;}

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

This text has shadow with #3767E2 primary color and red secondary color.


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

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

This text has shadow with #3767E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3767E2 on black background.


Color preview on white background

This text has color #3767E2 on white background.



Black color preview on #3767E2 background

This text has black color on #3767E2 background.


White color preview on #3767E2 background

This text has white color on #3767E2 background.