COLOR #3B3075

HEX: #3B3075
RGB: (59,48,117)

Color info

#3B3075 contains mainly red and blue colors. Web safe color of #3B3075 is #333366 (or #336).

RGB color model

#3B3075 color RGB value is (59,48,117).

  • red value is 59;
  • green value is 48;
  • blue value is 117.
RGB:
(59,48,117)
(23%,19%,46%)

RGB channels and saturation

R 59 of 255 = 23%
G 48 of 255 = 19%
B 117 of 255 = 46%

59
48
117

R + G + B ~ 29%. #3B3075 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 48 + 117 = 224 (100%)
R 59 of 224 ~ 26.34%
G 48 of 224 ~ 21.43%
B 117 of 224 ~ 52.23%

%26.34
%21.43
%52.23

CMYK color model

#3B3075 color CMYK value is (50,59,0,54).

  • cyan value is 49.57%
  • magenta value is 58.97%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(50,59,0,54)
C50M59Y0K54 
(50%,59%,0%,54%)
(0.50/0.59/0.00/0.54)	

CMYK percentages

%49.57
%58.97
%0
%54.12

Codes

Color #3B3075 in popluar color models

3B3075
RGB5948117
HSL250°41.82%32.35%
HSB/HSV250°58.97%45.88%
CMYK49.57%58.97%0.00%
54.12%

Color #3B3075 in popluar number systems.

HEX3B3075
Decimal5948117
Binary1110111100001110101
Octal7360165

Shades and tints

Shades of #3B3075

#3B3075
(59,48,117)
#362C6B
(54,44,107)
#312861
(49,40,97)
#2C2457
(44,36,87)
#27204D
(39,32,77)
#221C43
(34,28,67)
#1D1839
(29,24,57)
#18142F
(24,20,47)
#131025
(19,16,37)
#0E0C1B
(14,12,27)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #3B3075

#3B3075
(59,48,117)
#4C4281
(76,66,129)
#5D548D
(93,84,141)
#6E6699
(110,102,153)
#7F78A5
(127,120,165)
#908AB1
(144,138,177)
#A19CBD
(161,156,189)
#B2AEC9
(178,174,201)
#C3C0D5
(195,192,213)
#D4D2E1
(212,210,225)
#E5E4ED
(229,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B3075 color. Also use rgb(59,48,117) instead hex code.

Text Font Color

.myTextColor { color: #3B3075; }

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

This text font color is #3B3075.


Background Color

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

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

This div background color is #3B3075.


Border color

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

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

This div border color is #3B3075.


Opacity

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

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

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

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

This text has shadow with #3B3075 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B3075 on black background.


Color preview on white background

This text has color #3B3075 on white background.



Black color preview on #3B3075 background

This text has black color on #3B3075 background.


White color preview on #3B3075 background

This text has white color on #3B3075 background.