COLOR #3B007F

HEX: #3B007F RGB: (59,0,127)

Color info

#3B007F contains mainly blue color. Web safe color of #3B007F is #330066 (or #306).

RGB color model

#3B007F color RGB value is (59,0,127).

RGB: (59,0,127) (23%, 0%, 50%)

RGB channels and saturation

R 59 of 255 = 23%
G 0 of 255 = 0%
B 127 of 255 = 50%

59
0
127

R + G + B ~ 24%. #3B007F is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 0 + 127 = 186 (100%)
R 59 of 186 ~ 31.72%
G 0 of 186 ~ 0%
B 127 of 186 ~ 68.28'%

%31.72
%68.28

CMYK color model

#3B007F color CMYK value is (54,100,0,50).

  • cyan value is 53.54%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (54,100,0,50)
C54M100Y0K50 (54%, 100%, 0%, 50%)
(0.54 / 1.00 / 0.00 / 0.50)

CMYK percentages

%53.54
%100
%0
%50.2

Codes

Color #3B007F in popluar color models

3B 00 7F
RGB 59 0 127
HSL 268° 100.00% 24.90%
HSB/HSV 268° 100.00% 49.80%
CMYK 53.54% 100.00% 0.00%
50.20%

Color #3B007F in popluar number systems.

HEX 3B 00 7F
Decimal 59 0 127
Binary 111011 0 1111111
Octal 73 0 177

Shades and tints

Shades of #3B007F

#3B007F
(59,0,127)
#360074
(54,0,116)
#310069
(49,0,105)
#2C005E
(44,0,94)
#270053
(39,0,83)
#220048
(34,0,72)
#1D003D
(29,0,61)
#180032
(24,0,50)
#130027
(19,0,39)
#0E001C
(14,0,28)
#090011
(9,0,17)
#000000
(0,0,0)

Tints of #3B007F

#3B007F
(59,0,127)
#4C178A
(76,23,138)
#5D2E95
(93,46,149)
#6E45A0
(110,69,160)
#7F5CAB
(127,92,171)
#9073B6
(144,115,182)
#A18AC1
(161,138,193)
#B2A1CC
(178,161,204)
#C3B8D7
(195,184,215)
#D4CFE2
(212,207,226)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B007F color. Also use rgb(59,0,127) instead hex code.

Text Font Color

.myTextColor { color: #3B007F; }

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

This text font color is #3B007F.

Background Color

.myBgColor { background-color: #3B007F; }

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

This div background color is #3B007F.

Border color

.myBorderColor { border: 1px solid #3B007F; }

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

This div border color is #3B007F.

Opacity

.myOpacity80 { color: #3B007F; opacity: 0.8; }

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

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

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

This text has shadow with #3B007F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B007F.

Preview

Color preview on black background

This text has color #3B007F on black background.


Color preview on white background

This text has color #3B007F on white background.


Black color preview on #3B007F background

This text has black color on #3B007F background.


White color preview on #3B007F background

This text has white color on #3B007F background.


Related colors

Complementary color

Complementary color for #hex is #C4FF80.


I love getcolorcode.com

Triadic colors

1 #7F3B00 and #007F3B with #3B007F are triadic colors.

2 #7F003B and #003B7F with #3B007F are triadic colors.