COLOR #378AB2

HEX: #378AB2 RGB: (55,138,178)

Color info

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

RGB color model

#378AB2 color RGB value is (55,138,178).

RGB: (55,138,178) (22%, 54%, 70%)

RGB channels and saturation

R 55 of 255 = 22%
G 138 of 255 = 54%
B 178 of 255 = 70%

55
138
178

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

Portions of RGB colors in percentages

R + G + B = 55 + 138 + 178 = 371 (100%)
R 55 of 371 ~ 14.82%
G 138 of 371 ~ 37.2%
B 178 of 371 ~ 47.98'%

%14.82
%37.2
%47.98

CMYK color model

#378AB2 color CMYK value is (69,22,0,30).

  • cyan value is 69.10%
  • magenta value is 22.47%
  • yellow value is 0.00%
  • key color value is 30.20%

CMYK: (69,22,0,30)
C69M22Y0K30 (69%, 22%, 0%, 30%)
(0.69 / 0.22 / 0.00 / 0.30)

CMYK percentages

%69.1
%22.47
%0
%30.2

Codes

Color #378AB2 in popluar color models

37 8A B2
RGB 55 138 178
HSL 200° 52.79% 45.69%
HSB/HSV 200° 69.10% 69.80%
CMYK 69.10% 22.47% 0.00%
30.20%

Color #378AB2 in popluar number systems.

HEX 37 8A B2
Decimal 55 138 178
Binary 110111 10001010 10110010
Octal 67 212 262

Shades and tints

Shades of #378AB2

#378AB2
(55,138,178)
#327EA2
(50,126,162)
#2D7292
(45,114,146)
#286682
(40,102,130)
#235A72
(35,90,114)
#1E4E62
(30,78,98)
#194252
(25,66,82)
#143642
(20,54,66)
#0F2A32
(15,42,50)
#0A1E22
(10,30,34)
#051212
(5,18,18)
#000000
(0,0,0)

Tints of #378AB2

#378AB2
(55,138,178)
#4994B9
(73,148,185)
#5B9EC0
(91,158,192)
#6DA8C7
(109,168,199)
#7FB2CE
(127,178,206)
#91BCD5
(145,188,213)
#A3C6DC
(163,198,220)
#B5D0E3
(181,208,227)
#C7DAEA
(199,218,234)
#D9E4F1
(217,228,241)
#EBEEF8
(235,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378AB2 color. Also use rgb(55,138,178) instead hex code.

Text Font Color

.myTextColor { color: #378AB2; }

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

This text font color is #378AB2.

Background Color

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

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

This div background color is #378AB2.

Border color

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

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

This div border color is #378AB2.

Opacity

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

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

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

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

This text has shadow with #378AB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #378AB2.

Preview

Color preview on black background

This text has color #378AB2 on black background.


Color preview on white background

This text has color #378AB2 on white background.


Black color preview on #378AB2 background

This text has black color on #378AB2 background.


White color preview on #378AB2 background

This text has white color on #378AB2 background.


Related colors

Complementary color

Complementary color for #hex is #C8754D.


I love getcolorcode.com

Triadic colors

1 #B2378A and #8AB237 with #378AB2 are triadic colors.

2 #B28A37 and #8A37B2 with #378AB2 are triadic colors.