COLOR #388092

HEX: #388092
RGB: (56,128,146)

Color info

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

RGB color model

#388092 color RGB value is (56,128,146).

  • red value is 56;
  • green value is 128;
  • blue value is 146.
RGB:
(56,128,146)
(22%,50%,57%)

RGB channels and saturation

R 56 of 255 = 22%
G 128 of 255 = 50%
B 146 of 255 = 57%

56
128
146

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

Portions of RGB colors in percentages

R + G + B =
56 + 128 + 146 = 330 (100%)
R 56 of 330 ~ 16.97%
G 128 of 330 ~ 38.79%
B 146 of 330 ~ 44.24%

%16.97
%38.79
%44.24

CMYK color model

#388092 color CMYK value is (62,12,0,43).

  • cyan value is 61.64%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(62,12,0,43)
C62M12Y0K43 
(62%,12%,0%,43%)
(0.62/0.12/0.00/0.43)	

CMYK percentages

%61.64
%12.33
%0
%42.75

Codes

Color #388092 in popluar color models

388092
RGB56128146
HSL192°44.55%39.61%
HSB/HSV192°61.64%57.25%
CMYK61.64%12.33%0.00%
42.75%

Color #388092 in popluar number systems.

HEX388092
Decimal56128146
Binary1110001000000010010010
Octal70200222

Shades and tints

Shades of #388092

#388092
(56,128,146)
#337585
(51,117,133)
#2E6A78
(46,106,120)
#295F6B
(41,95,107)
#24545E
(36,84,94)
#1F4951
(31,73,81)
#1A3E44
(26,62,68)
#153337
(21,51,55)
#10282A
(16,40,42)
#0B1D1D
(11,29,29)
#061210
(6,18,16)
#000000
(0,0,0)

Tints of #388092

#388092
(56,128,146)
#4A8B9B
(74,139,155)
#5C96A4
(92,150,164)
#6EA1AD
(110,161,173)
#80ACB6
(128,172,182)
#92B7BF
(146,183,191)
#A4C2C8
(164,194,200)
#B6CDD1
(182,205,209)
#C8D8DA
(200,216,218)
#DAE3E3
(218,227,227)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #388092 color. Also use rgb(56,128,146) instead hex code.

Text Font Color

.myTextColor { color: #388092; }

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

This text font color is #388092.


Background Color

.myBgColor { background-color: #388092; }

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

This div background color is #388092.


Border color

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

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

This div border color is #388092.


Opacity

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

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

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

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

This text has shadow with #388092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #388092 on black background.


Color preview on white background

This text has color #388092 on white background.



Black color preview on #388092 background

This text has black color on #388092 background.


White color preview on #388092 background

This text has white color on #388092 background.