COLOR #3B6B88

HEX: #3B6B88
RGB: (59,107,136)

Color info

#3B6B88 contains mainly green and blue colors. Web safe color of #3B6B88 is #336699 (or #369).

RGB color model

#3B6B88 color RGB value is (59,107,136).

  • red value is 59;
  • green value is 107;
  • blue value is 136.
RGB:
(59,107,136)
(23%,42%,53%)

RGB channels and saturation

R 59 of 255 = 23%
G 107 of 255 = 42%
B 136 of 255 = 53%

59
107
136

R + G + B ~ 39%. #3B6B88 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 107 + 136 = 302 (100%)
R 59 of 302 ~ 19.54%
G 107 of 302 ~ 35.43%
B 136 of 302 ~ 45.03%

%19.54
%35.43
%45.03

CMYK color model

#3B6B88 color CMYK value is (57,21,0,47).

  • cyan value is 56.62%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(57,21,0,47)
C57M21Y0K47 
(57%,21%,0%,47%)
(0.57/0.21/0.00/0.47)	

CMYK percentages

%56.62
%21.32
%0
%46.67

Codes

Color #3B6B88 in popluar color models

3B6B88
RGB59107136
HSL203°39.49%38.24%
HSB/HSV203°56.62%53.33%
CMYK56.62%21.32%0.00%
46.67%

Color #3B6B88 in popluar number systems.

HEX3B6B88
Decimal59107136
Binary111011110101110001000
Octal73153210

Shades and tints

Shades of #3B6B88

#3B6B88
(59,107,136)
#36627C
(54,98,124)
#315970
(49,89,112)
#2C5064
(44,80,100)
#274758
(39,71,88)
#223E4C
(34,62,76)
#1D3540
(29,53,64)
#182C34
(24,44,52)
#132328
(19,35,40)
#0E1A1C
(14,26,28)
#091110
(9,17,16)
#000000
(0,0,0)

Tints of #3B6B88

#3B6B88
(59,107,136)
#4C7892
(76,120,146)
#5D859C
(93,133,156)
#6E92A6
(110,146,166)
#7F9FB0
(127,159,176)
#90ACBA
(144,172,186)
#A1B9C4
(161,185,196)
#B2C6CE
(178,198,206)
#C3D3D8
(195,211,216)
#D4E0E2
(212,224,226)
#E5EDEC
(229,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6B88 color. Also use rgb(59,107,136) instead hex code.

Text Font Color

.myTextColor { color: #3B6B88; }

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

This text font color is #3B6B88.


Background Color

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

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

This div background color is #3B6B88.


Border color

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

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

This div border color is #3B6B88.


Opacity

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

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

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

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

This text has shadow with #3B6B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B6B88 on black background.


Color preview on white background

This text has color #3B6B88 on white background.



Black color preview on #3B6B88 background

This text has black color on #3B6B88 background.


White color preview on #3B6B88 background

This text has white color on #3B6B88 background.