COLOR #38428F

HEX: #38428F
RGB: (56,66,143)

Color info

#38428F contains mainly blue color. Web safe color of #38428F is #333399 (or #339).

RGB color model

#38428F color RGB value is (56,66,143).

  • red value is 56;
  • green value is 66;
  • blue value is 143.
RGB:
(56,66,143)
(22%,26%,56%)

RGB channels and saturation

R 56 of 255 = 22%
G 66 of 255 = 26%
B 143 of 255 = 56%

56
66
143

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

Portions of RGB colors in percentages

R + G + B =
56 + 66 + 143 = 265 (100%)
R 56 of 265 ~ 21.13%
G 66 of 265 ~ 24.91%
B 143 of 265 ~ 53.96%

%21.13
%24.91
%53.96

CMYK color model

#38428F color CMYK value is (61,54,0,44).

  • cyan value is 60.84%
  • magenta value is 53.85%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(61,54,0,44)
C61M54Y0K44 
(61%,54%,0%,44%)
(0.61/0.54/0.00/0.44)	

CMYK percentages

%60.84
%53.85
%0
%43.92

Codes

Color #38428F in popluar color models

38428F
RGB5666143
HSL233°43.72%39.02%
HSB/HSV233°60.84%56.08%
CMYK60.84%53.85%0.00%
43.92%

Color #38428F in popluar number systems.

HEX38428F
Decimal5666143
Binary111000100001010001111
Octal70102217

Shades and tints

Shades of #38428F

#38428F
(56,66,143)
#333C82
(51,60,130)
#2E3675
(46,54,117)
#293068
(41,48,104)
#242A5B
(36,42,91)
#1F244E
(31,36,78)
#1A1E41
(26,30,65)
#151834
(21,24,52)
#101227
(16,18,39)
#0B0C1A
(11,12,26)
#06060D
(6,6,13)
#000000
(0,0,0)

Tints of #38428F

#38428F
(56,66,143)
#4A5399
(74,83,153)
#5C64A3
(92,100,163)
#6E75AD
(110,117,173)
#8086B7
(128,134,183)
#9297C1
(146,151,193)
#A4A8CB
(164,168,203)
#B6B9D5
(182,185,213)
#C8CADF
(200,202,223)
#DADBE9
(218,219,233)
#ECECF3
(236,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38428F color. Also use rgb(56,66,143) instead hex code.

Text Font Color

.myTextColor { color: #38428F; }

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

This text font color is #38428F.


Background Color

.myBgColor { background-color: #38428F; }

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

This div background color is #38428F.


Border color

.myBorderColor { border: 1px solid #38428F; }

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

This div border color is #38428F.


Opacity

.myOpacity80 { color: #38428F; opacity: 0.8; }

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

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

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

This text has shadow with #38428F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38428F on black background.


Color preview on white background

This text has color #38428F on white background.



Black color preview on #38428F background

This text has black color on #38428F background.


White color preview on #38428F background

This text has white color on #38428F background.