COLOR #378EAD

HEX: #378EAD
RGB: (55,142,173)

Color info

#378EAD contains mainly green and blue colors. Web safe color of #378EAD is #339999 (or #399).

RGB color model

#378EAD color RGB value is (55,142,173).

  • red value is 55;
  • green value is 142;
  • blue value is 173.
RGB:
(55,142,173)
(22%,56%,68%)

RGB channels and saturation

R 55 of 255 = 22%
G 142 of 255 = 56%
B 173 of 255 = 68%

55
142
173

R + G + B ~ 49%. #378EAD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 142 + 173 = 370 (100%)
R 55 of 370 ~ 14.86%
G 142 of 370 ~ 38.38%
B 173 of 370 ~ 46.76%

%14.86
%38.38
%46.76

CMYK color model

#378EAD color CMYK value is (68,18,0,32).

  • cyan value is 68.21%
  • magenta value is 17.92%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(68,18,0,32)
C68M18Y0K32 
(68%,18%,0%,32%)
(0.68/0.18/0.00/0.32)	

CMYK percentages

%68.21
%17.92
%0
%32.16

Codes

Color #378EAD in popluar color models

378EAD
RGB55142173
HSL196°51.75%44.71%
HSB/HSV196°68.21%67.84%
CMYK68.21%17.92%0.00%
32.16%

Color #378EAD in popluar number systems.

HEX378EAD
Decimal55142173
Binary1101111000111010101101
Octal67216255

Shades and tints

Shades of #378EAD

#378EAD
(55,142,173)
#32829E
(50,130,158)
#2D768F
(45,118,143)
#286A80
(40,106,128)
#235E71
(35,94,113)
#1E5262
(30,82,98)
#194653
(25,70,83)
#143A44
(20,58,68)
#0F2E35
(15,46,53)
#0A2226
(10,34,38)
#051617
(5,22,23)
#000000
(0,0,0)

Tints of #378EAD

#378EAD
(55,142,173)
#4998B4
(73,152,180)
#5BA2BB
(91,162,187)
#6DACC2
(109,172,194)
#7FB6C9
(127,182,201)
#91C0D0
(145,192,208)
#A3CAD7
(163,202,215)
#B5D4DE
(181,212,222)
#C7DEE5
(199,222,229)
#D9E8EC
(217,232,236)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378EAD color. Also use rgb(55,142,173) instead hex code.

Text Font Color

.myTextColor { color: #378EAD; }

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

This text font color is #378EAD.


Background Color

.myBgColor { background-color: #378EAD; }

<div style="background-color:#378EAD">Inner text</div>

This div background color is #378EAD.


Border color

.myBorderColor { border: 1px solid #378EAD; }

<div style="border:3px solid #378EAD">Div</div>

This div border color is #378EAD.


Opacity

.myOpacity80 { color: #378EAD; opacity: 0.8; }

<p style="color:#378EAD;opacity:0.8;">80%</p>

Text with #378EAD 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 #378EAD;}

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

This text has shadow with #378EAD color.

.textShadow {text-shadow: 3px 3px 1px #378EAD, 3px 3px 1px red;}

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

This text has shadow with #378EAD primary color and red secondary color.


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

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

This text has shadow with #378EAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378EAD on black background.


Color preview on white background

This text has color #378EAD on white background.



Black color preview on #378EAD background

This text has black color on #378EAD background.


White color preview on #378EAD background

This text has white color on #378EAD background.