COLOR #38587B

HEX: #38587B
RGB: (56,88,123)

Color info

#38587B contains mainly green and blue colors. Web safe color of #38587B is #336666 (or #366).

RGB color model

#38587B color RGB value is (56,88,123).

  • red value is 56;
  • green value is 88;
  • blue value is 123.
RGB:
(56,88,123)
(22%,35%,48%)

RGB channels and saturation

R 56 of 255 = 22%
G 88 of 255 = 35%
B 123 of 255 = 48%

56
88
123

R + G + B ~ 35%. #38587B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 88 + 123 = 267 (100%)
R 56 of 267 ~ 20.97%
G 88 of 267 ~ 32.96%
B 123 of 267 ~ 46.07%

%20.97
%32.96
%46.07

CMYK color model

#38587B color CMYK value is (54,28,0,52).

  • cyan value is 54.47%
  • magenta value is 28.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(54,28,0,52)
C54M28Y0K52 
(54%,28%,0%,52%)
(0.54/0.28/0.00/0.52)	

CMYK percentages

%54.47
%28.46
%0
%51.76

Codes

Color #38587B in popluar color models

38587B
RGB5688123
HSL211°37.43%35.10%
HSB/HSV211°54.47%48.24%
CMYK54.47%28.46%0.00%
51.76%

Color #38587B in popluar number systems.

HEX38587B
Decimal5688123
Binary11100010110001111011
Octal70130173

Shades and tints

Shades of #38587B

#38587B
(56,88,123)
#335070
(51,80,112)
#2E4865
(46,72,101)
#29405A
(41,64,90)
#24384F
(36,56,79)
#1F3044
(31,48,68)
#1A2839
(26,40,57)
#15202E
(21,32,46)
#101823
(16,24,35)
#0B1018
(11,16,24)
#06080D
(6,8,13)
#000000
(0,0,0)

Tints of #38587B

#38587B
(56,88,123)
#4A6787
(74,103,135)
#5C7693
(92,118,147)
#6E859F
(110,133,159)
#8094AB
(128,148,171)
#92A3B7
(146,163,183)
#A4B2C3
(164,178,195)
#B6C1CF
(182,193,207)
#C8D0DB
(200,208,219)
#DADFE7
(218,223,231)
#ECEEF3
(236,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38587B color. Also use rgb(56,88,123) instead hex code.

Text Font Color

.myTextColor { color: #38587B; }

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

This text font color is #38587B.


Background Color

.myBgColor { background-color: #38587B; }

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

This div background color is #38587B.


Border color

.myBorderColor { border: 1px solid #38587B; }

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

This div border color is #38587B.


Opacity

.myOpacity80 { color: #38587B; opacity: 0.8; }

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

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

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

This text has shadow with #38587B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38587B on black background.


Color preview on white background

This text has color #38587B on white background.



Black color preview on #38587B background

This text has black color on #38587B background.


White color preview on #38587B background

This text has white color on #38587B background.