COLOR #3B6FBF

HEX: #3B6FBF RGB: (59,111,191)

Color info

#3B6FBF contains mainly blue color. Web safe color of #3B6FBF is #3366CC (or #36C).

RGB color model

#3B6FBF color RGB value is (59,111,191).

RGB: (59,111,191) (23%, 44%, 75%)

RGB channels and saturation

R 59 of 255 = 23%
G 111 of 255 = 44%
B 191 of 255 = 75%

59
111
191

R + G + B ~ 47%. #3B6FBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 59 + 111 + 191 = 361 (100%)
R 59 of 361 ~ 16.34%
G 111 of 361 ~ 30.75%
B 191 of 361 ~ 52.91'%

%16.34
%30.75
%52.91

CMYK color model

#3B6FBF color CMYK value is (69,42,0,25).

  • cyan value is 69.11%
  • magenta value is 41.88%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (69,42,0,25) C69M42Y0K25 (69%,42%,0%,25%) (0.69/0.42/0.00/0.25) 

CMYK percentages

%69.11
%41.88
%0
%25.1

Codes

Color #3B6FBF in popluar color models

3B 6F BF
RGB 59 111 191
HSL 216° 52.80% 49.02%
HSB/HSV 216° 69.11% 74.90%
CMYK 69.11% 41.88% 0.00%
25.10%

Color #3B6FBF in popluar number systems.

HEX 3B 6F BF
Decimal 59 111 191
Binary 111011 1101111 10111111
Octal 73 157 277

Shades and tints

Shades of #3B6FBF

#3B6FBF
(59,111,191)
#3665AE
(54,101,174)
#315B9D
(49,91,157)
#2C518C
(44,81,140)
#27477B
(39,71,123)
#223D6A
(34,61,106)
#1D3359
(29,51,89)
#182948
(24,41,72)
#131F37
(19,31,55)
#0E1526
(14,21,38)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #3B6FBF

#3B6FBF
(59,111,191)
#4C7CC4
(76,124,196)
#5D89C9
(93,137,201)
#6E96CE
(110,150,206)
#7FA3D3
(127,163,211)
#90B0D8
(144,176,216)
#A1BDDD
(161,189,221)
#B2CAE2
(178,202,226)
#C3D7E7
(195,215,231)
#D4E4EC
(212,228,236)
#E5F1F1
(229,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B6FBF color. Also use rgb(59,111,191) instead hex code.

Text Font Color

.myTextColor { color: #3B6FBF; }

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

This text font color is #3B6FBF.

Background Color

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

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

This div background color is #3B6FBF.

Border color

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

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

This div border color is #3B6FBF.

Opacity

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

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

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

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

This text has shadow with #3B6FBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B6FBF.

Preview

Color preview on black background

This text has color #3B6FBF on black background.


Color preview on white background

This text has color #3B6FBF on white background.


Black color preview on #3B6FBF background

This text has black color on #3B6FBF background.


White color preview on #3B6FBF background

This text has white color on #3B6FBF background.


Related colors

Complementary color

Complementary color for #hex is #C49040.


I love getcolorcode.com

Triadic colors

1 #BF3B6F and #6FBF3B with #3B6FBF are triadic colors.

2 #BF6F3B and #6F3BBF with #3B6FBF are triadic colors.