COLOR #3B5975

HEX: #3B5975 RGB: (59,89,117)

Color info

#3B5975 contains red, green and blue colors in about the same proportion. Web safe color of #3B5975 is #336666 (or #366).

RGB color model

#3B5975 color RGB value is (59,89,117).

RGB: (59,89,117) (23%, 35%, 46%)

RGB channels and saturation

R 59 of 255 = 23%
G 89 of 255 = 35%
B 117 of 255 = 46%

59
89
117

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

Portions of RGB colors in percentages

R + G + B = 59 + 89 + 117 = 265 (100%)
R 59 of 265 ~ 22.26%
G 89 of 265 ~ 33.58%
B 117 of 265 ~ 44.15'%

%22.26
%33.58
%44.15

CMYK color model

#3B5975 color CMYK value is (50,24,0,54).

  • cyan value is 49.57%
  • magenta value is 23.93%
  • yellow value is 0.00%
  • key color value is 54.12%

CMYK: (50,24,0,54)
C50M24Y0K54 (50%, 24%, 0%, 54%)
(0.50 / 0.24 / 0.00 / 0.54)

CMYK percentages

%49.57
%23.93
%0
%54.12

Codes

Color #3B5975 in popluar color models

3B 59 75
RGB 59 89 117
HSL 209° 32.95% 34.51%
HSB/HSV 209° 49.57% 45.88%
CMYK 49.57% 23.93% 0.00%
54.12%

Color #3B5975 in popluar number systems.

HEX 3B 59 75
Decimal 59 89 117
Binary 111011 1011001 1110101
Octal 73 131 165

Shades and tints

Shades of #3B5975

#3B5975
(59,89,117)
#36516B
(54,81,107)
#314961
(49,73,97)
#2C4157
(44,65,87)
#27394D
(39,57,77)
#223143
(34,49,67)
#1D2939
(29,41,57)
#18212F
(24,33,47)
#131925
(19,25,37)
#0E111B
(14,17,27)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #3B5975

#3B5975
(59,89,117)
#4C6881
(76,104,129)
#5D778D
(93,119,141)
#6E8699
(110,134,153)
#7F95A5
(127,149,165)
#90A4B1
(144,164,177)
#A1B3BD
(161,179,189)
#B2C2C9
(178,194,201)
#C3D1D5
(195,209,213)
#D4E0E1
(212,224,225)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5975; }

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

This text font color is #3B5975.

Background Color

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

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

This div background color is #3B5975.

Border color

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

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

This div border color is #3B5975.

Opacity

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

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

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

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

This text has shadow with #3B5975 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5975.

Preview

Color preview on black background

This text has color #3B5975 on black background.


Color preview on white background

This text has color #3B5975 on white background.


Black color preview on #3B5975 background

This text has black color on #3B5975 background.


White color preview on #3B5975 background

This text has white color on #3B5975 background.


Related colors

Complementary color

Complementary color for #hex is #C4A68A.


I love getcolorcode.com

Triadic colors

1 #753B59 and #59753B with #3B5975 are triadic colors.

2 #75593B and #593B75 with #3B5975 are triadic colors.