COLOR #3B339D

HEX: #3B339D RGB: (59,51,157)

Color info

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

RGB color model

#3B339D color RGB value is (59,51,157).

RGB: (59,51,157) (23%, 20%, 62%)

RGB channels and saturation

R 59 of 255 = 23%
G 51 of 255 = 20%
B 157 of 255 = 62%

59
51
157

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

Portions of RGB colors in percentages

R + G + B = 59 + 51 + 157 = 267 (100%)
R 59 of 267 ~ 22.1%
G 51 of 267 ~ 19.1%
B 157 of 267 ~ 58.8'%

%22.1
%19.1
%58.8

CMYK color model

#3B339D color CMYK value is (62,68,0,38).

  • cyan value is 62.42%
  • magenta value is 67.52%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (62,68,0,38)
C62M68Y0K38 (62%, 68%, 0%, 38%)
(0.62 / 0.68 / 0.00 / 0.38)

CMYK percentages

%62.42
%67.52
%0
%38.43

Codes

Color #3B339D in popluar color models

3B 33 9D
RGB 59 51 157
HSL 245° 50.96% 40.78%
HSB/HSV 245° 67.52% 61.57%
CMYK 62.42% 67.52% 0.00%
38.43%

Color #3B339D in popluar number systems.

HEX 3B 33 9D
Decimal 59 51 157
Binary 111011 110011 10011101
Octal 73 63 235

Shades and tints

Shades of #3B339D

#3B339D
(59,51,157)
#362F8F
(54,47,143)
#312B81
(49,43,129)
#2C2773
(44,39,115)
#272365
(39,35,101)
#221F57
(34,31,87)
#1D1B49
(29,27,73)
#18173B
(24,23,59)
#13132D
(19,19,45)
#0E0F1F
(14,15,31)
#090B11
(9,11,17)
#000000
(0,0,0)

Tints of #3B339D

#3B339D
(59,51,157)
#4C45A5
(76,69,165)
#5D57AD
(93,87,173)
#6E69B5
(110,105,181)
#7F7BBD
(127,123,189)
#908DC5
(144,141,197)
#A19FCD
(161,159,205)
#B2B1D5
(178,177,213)
#C3C3DD
(195,195,221)
#D4D5E5
(212,213,229)
#E5E7ED
(229,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B339D color. Also use rgb(59,51,157) instead hex code.

Text Font Color

.myTextColor { color: #3B339D; }

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

This text font color is #3B339D.

Background Color

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

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

This div background color is #3B339D.

Border color

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

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

This div border color is #3B339D.

Opacity

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

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

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

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

This text has shadow with #3B339D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B339D.

Preview

Color preview on black background

This text has color #3B339D on black background.


Color preview on white background

This text has color #3B339D on white background.


Black color preview on #3B339D background

This text has black color on #3B339D background.


White color preview on #3B339D background

This text has white color on #3B339D background.


Related colors

Complementary color

Complementary color for #hex is #C4CC62.


I love getcolorcode.com

Triadic colors

1 #9D3B33 and #339D3B with #3B339D are triadic colors.

2 #9D333B and #333B9D with #3B339D are triadic colors.