COLOR #388895

HEX: #388895
RGB: (56,136,149)

Color info

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

RGB color model

#388895 color RGB value is (56,136,149).

  • red value is 56;
  • green value is 136;
  • blue value is 149.
RGB:
(56,136,149)
(22%,53%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 136 of 255 = 53%
B 149 of 255 = 58%

56
136
149

R + G + B ~ 44%. #388895 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 136 + 149 = 341 (100%)
R 56 of 341 ~ 16.42%
G 136 of 341 ~ 39.88%
B 149 of 341 ~ 43.7%

%16.42
%39.88
%43.7

CMYK color model

#388895 color CMYK value is (62,9,0,42).

  • cyan value is 62.42%
  • magenta value is 8.72%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(62,9,0,42)
C62M9Y0K42 
(62%,9%,0%,42%)
(0.62/0.09/0.00/0.42)	

CMYK percentages

%62.42
%8.72
%0
%41.57

Codes

Color #388895 in popluar color models

388895
RGB56136149
HSL188°45.37%40.20%
HSB/HSV188°62.42%58.43%
CMYK62.42%8.72%0.00%
41.57%

Color #388895 in popluar number systems.

HEX388895
Decimal56136149
Binary1110001000100010010101
Octal70210225

Shades and tints

Shades of #388895

#388895
(56,136,149)
#337C88
(51,124,136)
#2E707B
(46,112,123)
#29646E
(41,100,110)
#245861
(36,88,97)
#1F4C54
(31,76,84)
#1A4047
(26,64,71)
#15343A
(21,52,58)
#10282D
(16,40,45)
#0B1C20
(11,28,32)
#061013
(6,16,19)
#000000
(0,0,0)

Tints of #388895

#388895
(56,136,149)
#4A929E
(74,146,158)
#5C9CA7
(92,156,167)
#6EA6B0
(110,166,176)
#80B0B9
(128,176,185)
#92BAC2
(146,186,194)
#A4C4CB
(164,196,203)
#B6CED4
(182,206,212)
#C8D8DD
(200,216,221)
#DAE2E6
(218,226,230)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388895 color. Also use rgb(56,136,149) instead hex code.

Text Font Color

.myTextColor { color: #388895; }

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

This text font color is #388895.


Background Color

.myBgColor { background-color: #388895; }

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

This div background color is #388895.


Border color

.myBorderColor { border: 1px solid #388895; }

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

This div border color is #388895.


Opacity

.myOpacity80 { color: #388895; opacity: 0.8; }

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

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

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

This text has shadow with #388895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388895 on black background.


Color preview on white background

This text has color #388895 on white background.



Black color preview on #388895 background

This text has black color on #388895 background.


White color preview on #388895 background

This text has white color on #388895 background.