COLOR #38467B

HEX: #38467B
RGB: (56,70,123)

Color info

#38467B contains mainly green and blue colors. Web safe color of #38467B is #333366 (or #336).

RGB color model

#38467B color RGB value is (56,70,123).

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

RGB channels and saturation

R 56 of 255 = 22%
G 70 of 255 = 27%
B 123 of 255 = 48%

56
70
123

R + G + B ~ 32%. #38467B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 70 + 123 = 249 (100%)
R 56 of 249 ~ 22.49%
G 70 of 249 ~ 28.11%
B 123 of 249 ~ 49.4%

%22.49
%28.11
%49.4

CMYK color model

#38467B color CMYK value is (54,43,0,52).

  • cyan value is 54.47%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(54,43,0,52)
C54M43Y0K52 
(54%,43%,0%,52%)
(0.54/0.43/0.00/0.52)	

CMYK percentages

%54.47
%43.09
%0
%51.76

Codes

Color #38467B in popluar color models

38467B
RGB5670123
HSL227°37.43%35.10%
HSB/HSV227°54.47%48.24%
CMYK54.47%43.09%0.00%
51.76%

Color #38467B in popluar number systems.

HEX38467B
Decimal5670123
Binary11100010001101111011
Octal70106173

Shades and tints

Shades of #38467B

#38467B
(56,70,123)
#334070
(51,64,112)
#2E3A65
(46,58,101)
#29345A
(41,52,90)
#242E4F
(36,46,79)
#1F2844
(31,40,68)
#1A2239
(26,34,57)
#151C2E
(21,28,46)
#101623
(16,22,35)
#0B1018
(11,16,24)
#060A0D
(6,10,13)
#000000
(0,0,0)

Tints of #38467B

#38467B
(56,70,123)
#4A5687
(74,86,135)
#5C6693
(92,102,147)
#6E769F
(110,118,159)
#8086AB
(128,134,171)
#9296B7
(146,150,183)
#A4A6C3
(164,166,195)
#B6B6CF
(182,182,207)
#C8C6DB
(200,198,219)
#DAD6E7
(218,214,231)
#ECE6F3
(236,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38467B; }

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

This text font color is #38467B.


Background Color

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

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

This div background color is #38467B.


Border color

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

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

This div border color is #38467B.


Opacity

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

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

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

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

This text has shadow with #38467B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38467B on black background.


Color preview on white background

This text has color #38467B on white background.



Black color preview on #38467B background

This text has black color on #38467B background.


White color preview on #38467B background

This text has white color on #38467B background.