COLOR #3B697A

HEX: #3B697A RGB: (59,105,122)

Color info

#3B697A contains mainly green and blue colors. Web safe color of #3B697A is #336666 (or #366).

RGB color model

#3B697A color RGB value is (59,105,122).

RGB: (59,105,122) (23%, 41%, 48%)

RGB channels and saturation

R 59 of 255 = 23%
G 105 of 255 = 41%
B 122 of 255 = 48%

59
105
122

R + G + B ~ 37%. #3B697A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 105 + 122 = 286 (100%)
R 59 of 286 ~ 20.63%
G 105 of 286 ~ 36.71%
B 122 of 286 ~ 42.66'%

%20.63
%36.71
%42.66

CMYK color model

#3B697A color CMYK value is (52,14,0,52).

  • cyan value is 51.64%
  • magenta value is 13.93%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (52,14,0,52)
C52M14Y0K52 (52%, 14%, 0%, 52%)
(0.52 / 0.14 / 0.00 / 0.52)

CMYK percentages

%51.64
%13.93
%0
%52.16

Codes

Color #3B697A in popluar color models

3B 69 7A
RGB 59 105 122
HSL 196° 34.81% 35.49%
HSB/HSV 196° 51.64% 47.84%
CMYK 51.64% 13.93% 0.00%
52.16%

Color #3B697A in popluar number systems.

HEX 3B 69 7A
Decimal 59 105 122
Binary 111011 1101001 1111010
Octal 73 151 172

Shades and tints

Shades of #3B697A

#3B697A
(59,105,122)
#36606F
(54,96,111)
#315764
(49,87,100)
#2C4E59
(44,78,89)
#27454E
(39,69,78)
#223C43
(34,60,67)
#1D3338
(29,51,56)
#182A2D
(24,42,45)
#132122
(19,33,34)
#0E1817
(14,24,23)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #3B697A

#3B697A
(59,105,122)
#4C7686
(76,118,134)
#5D8392
(93,131,146)
#6E909E
(110,144,158)
#7F9DAA
(127,157,170)
#90AAB6
(144,170,182)
#A1B7C2
(161,183,194)
#B2C4CE
(178,196,206)
#C3D1DA
(195,209,218)
#D4DEE6
(212,222,230)
#E5EBF2
(229,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B697A color. Also use rgb(59,105,122) instead hex code.

Text Font Color

.myTextColor { color: #3B697A; }

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

This text font color is #3B697A.

Background Color

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

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

This div background color is #3B697A.

Border color

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

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

This div border color is #3B697A.

Opacity

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

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

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

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

This text has shadow with #3B697A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B697A.

Preview

Color preview on black background

This text has color #3B697A on black background.


Color preview on white background

This text has color #3B697A on white background.


Black color preview on #3B697A background

This text has black color on #3B697A background.


White color preview on #3B697A background

This text has white color on #3B697A background.


Related colors

Complementary color

Complementary color for #hex is #C49685.


I love getcolorcode.com

Triadic colors

1 #7A3B69 and #697A3B with #3B697A are triadic colors.

2 #7A693B and #693B7A with #3B697A are triadic colors.