COLOR #39008C

HEX: #39008C
RGB: (57,0,140)

Color info

#39008C contains mainly blue color. Web safe color of #39008C is #330099 (or #309).

RGB color model

#39008C color RGB value is (57,0,140).

  • red value is 57;
  • green value is 0;
  • blue value is 140.
RGB:
(57,0,140)
(22%,0%,55%)

RGB channels and saturation

R 57 of 255 = 22%
G 0 of 255 = 0%
B 140 of 255 = 55%

57
0
140

R + G + B ~ 26%. #39008C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 0 + 140 = 197 (100%)
R 57 of 197 ~ 28.93%
G 0 of 197 ~ 0%
B 140 of 197 ~ 71.07%

%28.93
%71.07

CMYK color model

#39008C color CMYK value is (59,100,0,45).

  • cyan value is 59.29%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,100,0,45)
C59M100Y0K45 
(59%,100%,0%,45%)
(0.59/1.00/0.00/0.45)	

CMYK percentages

%59.29
%100
%0
%45.1

Codes

Color #39008C in popluar color models

39008C
RGB570140
HSL264°100.00%27.45%
HSB/HSV264°100.00%54.90%
CMYK59.29%100.00%0.00%
45.10%

Color #39008C in popluar number systems.

HEX39008C
Decimal570140
Binary111001010001100
Octal710214

Shades and tints

Shades of #39008C

#39008C
(57,0,140)
#340080
(52,0,128)
#2F0074
(47,0,116)
#2A0068
(42,0,104)
#25005C
(37,0,92)
#200050
(32,0,80)
#1B0044
(27,0,68)
#160038
(22,0,56)
#11002C
(17,0,44)
#0C0020
(12,0,32)
#070014
(7,0,20)
#000000
(0,0,0)

Tints of #39008C

#39008C
(57,0,140)
#4B1796
(75,23,150)
#5D2EA0
(93,46,160)
#6F45AA
(111,69,170)
#815CB4
(129,92,180)
#9373BE
(147,115,190)
#A58AC8
(165,138,200)
#B7A1D2
(183,161,210)
#C9B8DC
(201,184,220)
#DBCFE6
(219,207,230)
#EDE6F0
(237,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #39008C color. Also use rgb(57,0,140) instead hex code.

Text Font Color

.myTextColor { color: #39008C; }

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

This text font color is #39008C.


Background Color

.myBgColor { background-color: #39008C; }

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

This div background color is #39008C.


Border color

.myBorderColor { border: 1px solid #39008C; }

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

This div border color is #39008C.


Opacity

.myOpacity80 { color: #39008C; opacity: 0.8; }

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

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

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

This text has shadow with #39008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #39008C on black background.


Color preview on white background

This text has color #39008C on white background.



Black color preview on #39008C background

This text has black color on #39008C background.


White color preview on #39008C background

This text has white color on #39008C background.