COLOR #3B75BB

HEX: #3B75BB RGB: (59,117,187)

Color info

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

RGB color model

#3B75BB color RGB value is (59,117,187).

RGB: (59,117,187) (23%, 46%, 73%)

RGB channels and saturation

R 59 of 255 = 23%
G 117 of 255 = 46%
B 187 of 255 = 73%

59
117
187

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

Portions of RGB colors in percentages

R + G + B = 59 + 117 + 187 = 363 (100%)
R 59 of 363 ~ 16.25%
G 117 of 363 ~ 32.23%
B 187 of 363 ~ 51.52'%

%16.25
%32.23
%51.52

CMYK color model

#3B75BB color CMYK value is (68,37,0,27).

  • cyan value is 68.45%
  • magenta value is 37.43%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (68,37,0,27) C68M37Y0K27 (68%,37%,0%,27%) (0.68/0.37/0.00/0.27) 

CMYK percentages

%68.45
%37.43
%0
%26.67

Codes

Color #3B75BB in popluar color models

3B 75 BB
RGB 59 117 187
HSL 213° 52.03% 48.24%
HSB/HSV 213° 68.45% 73.33%
CMYK 68.45% 37.43% 0.00%
26.67%

Color #3B75BB in popluar number systems.

HEX 3B 75 BB
Decimal 59 117 187
Binary 111011 1110101 10111011
Octal 73 165 273

Shades and tints

Shades of #3B75BB

#3B75BB
(59,117,187)
#366BAA
(54,107,170)
#316199
(49,97,153)
#2C5788
(44,87,136)
#274D77
(39,77,119)
#224366
(34,67,102)
#1D3955
(29,57,85)
#182F44
(24,47,68)
#132533
(19,37,51)
#0E1B22
(14,27,34)
#091111
(9,17,17)
#000000
(0,0,0)

Tints of #3B75BB

#3B75BB
(59,117,187)
#4C81C1
(76,129,193)
#5D8DC7
(93,141,199)
#6E99CD
(110,153,205)
#7FA5D3
(127,165,211)
#90B1D9
(144,177,217)
#A1BDDF
(161,189,223)
#B2C9E5
(178,201,229)
#C3D5EB
(195,213,235)
#D4E1F1
(212,225,241)
#E5EDF7
(229,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B75BB; }

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

This text font color is #3B75BB.

Background Color

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

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

This div background color is #3B75BB.

Border color

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

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

This div border color is #3B75BB.

Opacity

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

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

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

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

This text has shadow with #3B75BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B75BB.

Preview

Color preview on black background

This text has color #3B75BB on black background.


Color preview on white background

This text has color #3B75BB on white background.


Black color preview on #3B75BB background

This text has black color on #3B75BB background.


White color preview on #3B75BB background

This text has white color on #3B75BB background.


Related colors

Complementary color

Complementary color for #hex is #C48A44.


I love getcolorcode.com

Triadic colors

1 #BB3B75 and #75BB3B with #3B75BB are triadic colors.

2 #BB753B and #753BBB with #3B75BB are triadic colors.