COLOR #3B34BB

HEX: #3B34BB
RGB: (59,52,187)

Color info

#3B34BB contains mainly blue color. Web safe color of #3B34BB is #3333CC (or #33C).

RGB color model

#3B34BB color RGB value is (59,52,187).

  • red value is 59;
  • green value is 52;
  • blue value is 187.
RGB:
(59,52,187)
(23%,20%,73%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 187 of 255 = 73%

59
52
187

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

Portions of RGB colors in percentages

R + G + B =
59 + 52 + 187 = 298 (100%)
R 59 of 298 ~ 19.8%
G 52 of 298 ~ 17.45%
B 187 of 298 ~ 62.75%

%19.8
%17.45
%62.75

CMYK color model

#3B34BB color CMYK value is (68,72,0,27).

  • cyan value is 68.45%
  • magenta value is 72.19%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(68,72,0,27)
C68M72Y0K27 
(68%,72%,0%,27%)
(0.68/0.72/0.00/0.27)	

CMYK percentages

%68.45
%72.19
%0
%26.67

Codes

Color #3B34BB in popluar color models

3B34BB
RGB5952187
HSL243°56.49%46.86%
HSB/HSV243°72.19%73.33%
CMYK68.45%72.19%0.00%
26.67%

Color #3B34BB in popluar number systems.

HEX3B34BB
Decimal5952187
Binary11101111010010111011
Octal7364273

Shades and tints

Shades of #3B34BB

#3B34BB
(59,52,187)
#3630AA
(54,48,170)
#312C99
(49,44,153)
#2C2888
(44,40,136)
#272477
(39,36,119)
#222066
(34,32,102)
#1D1C55
(29,28,85)
#181844
(24,24,68)
#131433
(19,20,51)
#0E1022
(14,16,34)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #3B34BB

#3B34BB
(59,52,187)
#4C46C1
(76,70,193)
#5D58C7
(93,88,199)
#6E6ACD
(110,106,205)
#7F7CD3
(127,124,211)
#908ED9
(144,142,217)
#A1A0DF
(161,160,223)
#B2B2E5
(178,178,229)
#C3C4EB
(195,196,235)
#D4D6F1
(212,214,241)
#E5E8F7
(229,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B34BB; }

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

This text font color is #3B34BB.


Background Color

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

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

This div background color is #3B34BB.


Border color

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

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

This div border color is #3B34BB.


Opacity

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

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

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

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

This text has shadow with #3B34BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B34BB on black background.


Color preview on white background

This text has color #3B34BB on white background.



Black color preview on #3B34BB background

This text has black color on #3B34BB background.


White color preview on #3B34BB background

This text has white color on #3B34BB background.