COLOR #384097

HEX: #384097
RGB: (56,64,151)

Color info

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

RGB color model

#384097 color RGB value is (56,64,151).

  • red value is 56;
  • green value is 64;
  • blue value is 151.
RGB:
(56,64,151)
(22%,25%,59%)

RGB channels and saturation

R 56 of 255 = 22%
G 64 of 255 = 25%
B 151 of 255 = 59%

56
64
151

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

Portions of RGB colors in percentages

R + G + B =
56 + 64 + 151 = 271 (100%)
R 56 of 271 ~ 20.66%
G 64 of 271 ~ 23.62%
B 151 of 271 ~ 55.72%

%20.66
%23.62
%55.72

CMYK color model

#384097 color CMYK value is (63,58,0,41).

  • cyan value is 62.91%
  • magenta value is 57.62%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(63,58,0,41)
C63M58Y0K41 
(63%,58%,0%,41%)
(0.63/0.58/0.00/0.41)	

CMYK percentages

%62.91
%57.62
%0
%40.78

Codes

Color #384097 in popluar color models

384097
RGB5664151
HSL235°45.89%40.59%
HSB/HSV235°62.91%59.22%
CMYK62.91%57.62%0.00%
40.78%

Color #384097 in popluar number systems.

HEX384097
Decimal5664151
Binary111000100000010010111
Octal70100227

Shades and tints

Shades of #384097

#384097
(56,64,151)
#333B8A
(51,59,138)
#2E367D
(46,54,125)
#293170
(41,49,112)
#242C63
(36,44,99)
#1F2756
(31,39,86)
#1A2249
(26,34,73)
#151D3C
(21,29,60)
#10182F
(16,24,47)
#0B1322
(11,19,34)
#060E15
(6,14,21)
#000000
(0,0,0)

Tints of #384097

#384097
(56,64,151)
#4A51A0
(74,81,160)
#5C62A9
(92,98,169)
#6E73B2
(110,115,178)
#8084BB
(128,132,187)
#9295C4
(146,149,196)
#A4A6CD
(164,166,205)
#B6B7D6
(182,183,214)
#C8C8DF
(200,200,223)
#DAD9E8
(218,217,232)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384097 color. Also use rgb(56,64,151) instead hex code.

Text Font Color

.myTextColor { color: #384097; }

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

This text font color is #384097.


Background Color

.myBgColor { background-color: #384097; }

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

This div background color is #384097.


Border color

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

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

This div border color is #384097.


Opacity

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

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

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

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

This text has shadow with #384097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384097 on black background.


Color preview on white background

This text has color #384097 on white background.



Black color preview on #384097 background

This text has black color on #384097 background.


White color preview on #384097 background

This text has white color on #384097 background.