COLOR #3B66A2

HEX: #3B66A2
RGB: (59,102,162)

Color info

#3B66A2 contains mainly blue color. Web safe color of #3B66A2 is #336699 (or #369).

RGB color model

#3B66A2 color RGB value is (59,102,162).

  • red value is 59;
  • green value is 102;
  • blue value is 162.
RGB:
(59,102,162)
(23%,40%,64%)

RGB channels and saturation

R 59 of 255 = 23%
G 102 of 255 = 40%
B 162 of 255 = 64%

59
102
162

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

Portions of RGB colors in percentages

R + G + B =
59 + 102 + 162 = 323 (100%)
R 59 of 323 ~ 18.27%
G 102 of 323 ~ 31.58%
B 162 of 323 ~ 50.15%

%18.27
%31.58
%50.15

CMYK color model

#3B66A2 color CMYK value is (64,37,0,36).

  • cyan value is 63.58%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(64,37,0,36)
C64M37Y0K36 
(64%,37%,0%,36%)
(0.64/0.37/0.00/0.36)	

CMYK percentages

%63.58
%37.04
%0
%36.47

Codes

Color #3B66A2 in popluar color models

3B66A2
RGB59102162
HSL215°46.61%43.33%
HSB/HSV215°63.58%63.53%
CMYK63.58%37.04%0.00%
36.47%

Color #3B66A2 in popluar number systems.

HEX3B66A2
Decimal59102162
Binary111011110011010100010
Octal73146242

Shades and tints

Shades of #3B66A2

#3B66A2
(59,102,162)
#365D94
(54,93,148)
#315486
(49,84,134)
#2C4B78
(44,75,120)
#27426A
(39,66,106)
#22395C
(34,57,92)
#1D304E
(29,48,78)
#182740
(24,39,64)
#131E32
(19,30,50)
#0E1524
(14,21,36)
#090C16
(9,12,22)
#000000
(0,0,0)

Tints of #3B66A2

#3B66A2
(59,102,162)
#4C73AA
(76,115,170)
#5D80B2
(93,128,178)
#6E8DBA
(110,141,186)
#7F9AC2
(127,154,194)
#90A7CA
(144,167,202)
#A1B4D2
(161,180,210)
#B2C1DA
(178,193,218)
#C3CEE2
(195,206,226)
#D4DBEA
(212,219,234)
#E5E8F2
(229,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B66A2 color. Also use rgb(59,102,162) instead hex code.

Text Font Color

.myTextColor { color: #3B66A2; }

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

This text font color is #3B66A2.


Background Color

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

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

This div background color is #3B66A2.


Border color

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

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

This div border color is #3B66A2.


Opacity

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

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

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

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

This text has shadow with #3B66A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B66A2 on black background.


Color preview on white background

This text has color #3B66A2 on white background.



Black color preview on #3B66A2 background

This text has black color on #3B66A2 background.


White color preview on #3B66A2 background

This text has white color on #3B66A2 background.