COLOR #3B237B

HEX: #3B237B
RGB: (59,35,123)

Color info

#3B237B contains mainly blue color. Web safe color of #3B237B is #333366 (or #336).

RGB color model

#3B237B color RGB value is (59,35,123).

  • red value is 59;
  • green value is 35;
  • blue value is 123.
RGB:
(59,35,123)
(23%,14%,48%)

RGB channels and saturation

R 59 of 255 = 23%
G 35 of 255 = 14%
B 123 of 255 = 48%

59
35
123

R + G + B ~ 28%. #3B237B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 35 + 123 = 217 (100%)
R 59 of 217 ~ 27.19%
G 35 of 217 ~ 16.13%
B 123 of 217 ~ 56.68%

%27.19
%16.13
%56.68

CMYK color model

#3B237B color CMYK value is (52,72,0,52).

  • cyan value is 52.03%
  • magenta value is 71.54%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(52,72,0,52)
C52M72Y0K52 
(52%,72%,0%,52%)
(0.52/0.72/0.00/0.52)	

CMYK percentages

%52.03
%71.54
%0
%51.76

Codes

Color #3B237B in popluar color models

3B237B
RGB5935123
HSL256°55.70%30.98%
HSB/HSV256°71.54%48.24%
CMYK52.03%71.54%0.00%
51.76%

Color #3B237B in popluar number systems.

HEX3B237B
Decimal5935123
Binary1110111000111111011
Octal7343173

Shades and tints

Shades of #3B237B

#3B237B
(59,35,123)
#362070
(54,32,112)
#311D65
(49,29,101)
#2C1A5A
(44,26,90)
#27174F
(39,23,79)
#221444
(34,20,68)
#1D1139
(29,17,57)
#180E2E
(24,14,46)
#130B23
(19,11,35)
#0E0818
(14,8,24)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #3B237B

#3B237B
(59,35,123)
#4C3787
(76,55,135)
#5D4B93
(93,75,147)
#6E5F9F
(110,95,159)
#7F73AB
(127,115,171)
#9087B7
(144,135,183)
#A19BC3
(161,155,195)
#B2AFCF
(178,175,207)
#C3C3DB
(195,195,219)
#D4D7E7
(212,215,231)
#E5EBF3
(229,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B237B color. Also use rgb(59,35,123) instead hex code.

Text Font Color

.myTextColor { color: #3B237B; }

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

This text font color is #3B237B.


Background Color

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

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

This div background color is #3B237B.


Border color

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

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

This div border color is #3B237B.


Opacity

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

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

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

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

This text has shadow with #3B237B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B237B on black background.


Color preview on white background

This text has color #3B237B on white background.



Black color preview on #3B237B background

This text has black color on #3B237B background.


White color preview on #3B237B background

This text has white color on #3B237B background.