COLOR #387AA5

HEX: #387AA5 RGB: (56,122,165)

Color info

#387AA5 contains mainly green and blue colors. Web safe color of #387AA5 is #336699 (or #369).

RGB color model

#387AA5 color RGB value is (56,122,165).

RGB: (56,122,165) (22%, 48%, 65%)

RGB channels and saturation

R 56 of 255 = 22%
G 122 of 255 = 48%
B 165 of 255 = 65%

56
122
165

R + G + B ~ 45%. #387AA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 122 + 165 = 343 (100%)
R 56 of 343 ~ 16.33%
G 122 of 343 ~ 35.57%
B 165 of 343 ~ 48.1'%

%16.33
%35.57
%48.1

CMYK color model

#387AA5 color CMYK value is (66,26,0,35).

  • cyan value is 66.06%
  • magenta value is 26.06%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (66,26,0,35)
C66M26Y0K35 (66%, 26%, 0%, 35%)
(0.66 / 0.26 / 0.00 / 0.35)

CMYK percentages

%66.06
%26.06
%0
%35.29

Codes

Color #387AA5 in popluar color models

38 7A A5
RGB 56 122 165
HSL 204° 49.32% 43.33%
HSB/HSV 204° 66.06% 64.71%
CMYK 66.06% 26.06% 0.00%
35.29%

Color #387AA5 in popluar number systems.

HEX 38 7A A5
Decimal 56 122 165
Binary 111000 1111010 10100101
Octal 70 172 245

Shades and tints

Shades of #387AA5

#387AA5
(56,122,165)
#336F96
(51,111,150)
#2E6487
(46,100,135)
#295978
(41,89,120)
#244E69
(36,78,105)
#1F435A
(31,67,90)
#1A384B
(26,56,75)
#152D3C
(21,45,60)
#10222D
(16,34,45)
#0B171E
(11,23,30)
#060C0F
(6,12,15)
#000000
(0,0,0)

Tints of #387AA5

#387AA5
(56,122,165)
#4A86AD
(74,134,173)
#5C92B5
(92,146,181)
#6E9EBD
(110,158,189)
#80AAC5
(128,170,197)
#92B6CD
(146,182,205)
#A4C2D5
(164,194,213)
#B6CEDD
(182,206,221)
#C8DAE5
(200,218,229)
#DAE6ED
(218,230,237)
#ECF2F5
(236,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #387AA5 color. Also use rgb(56,122,165) instead hex code.

Text Font Color

.myTextColor { color: #387AA5; }

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

This text font color is #387AA5.

Background Color

.myBgColor { background-color: #387AA5; }

<div style="background-color:#387AA5">Inner text</div>

This div background color is #387AA5.

Border color

.myBorderColor { border: 1px solid #387AA5; }

<div style="border:3px solid #387AA5">Div</div>

This div border color is #387AA5.

Opacity

.myOpacity80 { color: #387AA5; opacity: 0.8; }

<p style="color:#387AA5;opacity:0.8;">80%</p>

Text with #387AA5 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 #387AA5;}

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

This text has shadow with #387AA5 color.


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

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

This text has shadow with #387AA5 primary color and red secondary color.


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

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

This text has shadow with #387AA5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #387AA5.

Preview

Color preview on black background

This text has color #387AA5 on black background.


Color preview on white background

This text has color #387AA5 on white background.


Black color preview on #387AA5 background

This text has black color on #387AA5 background.


White color preview on #387AA5 background

This text has white color on #387AA5 background.


Related colors

Complementary color

Complementary color for #hex is #C7855A.


I love getcolorcode.com

Triadic colors

1 #A5387A and #7AA538 with #387AA5 are triadic colors.

2 #A57A38 and #7A38A5 with #387AA5 are triadic colors.