COLOR #37306B

HEX: #37306B
RGB: (55,48,107)

Color info

#37306B contains red, green and blue colors in about the same proportion. Web safe color of #37306B is #333366 (or #336).

RGB color model

#37306B color RGB value is (55,48,107).

  • red value is 55;
  • green value is 48;
  • blue value is 107.
RGB:
(55,48,107)
(22%,19%,42%)

RGB channels and saturation

R 55 of 255 = 22%
G 48 of 255 = 19%
B 107 of 255 = 42%

55
48
107

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

Portions of RGB colors in percentages

R + G + B =
55 + 48 + 107 = 210 (100%)
R 55 of 210 ~ 26.19%
G 48 of 210 ~ 22.86%
B 107 of 210 ~ 50.95%

%26.19
%22.86
%50.95

CMYK color model

#37306B color CMYK value is (49,55,0,58).

  • cyan value is 48.60%
  • magenta value is 55.14%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(49,55,0,58)
C49M55Y0K58 
(49%,55%,0%,58%)
(0.49/0.55/0.00/0.58)	

CMYK percentages

%48.6
%55.14
%0
%58.04

Codes

Color #37306B in popluar color models

37306B
RGB5548107
HSL247°38.06%30.39%
HSB/HSV247°55.14%41.96%
CMYK48.60%55.14%0.00%
58.04%

Color #37306B in popluar number systems.

HEX37306B
Decimal5548107
Binary1101111100001101011
Octal6760153

Shades and tints

Shades of #37306B

#37306B
(55,48,107)
#322C62
(50,44,98)
#2D2859
(45,40,89)
#282450
(40,36,80)
#232047
(35,32,71)
#1E1C3E
(30,28,62)
#191835
(25,24,53)
#14142C
(20,20,44)
#0F1023
(15,16,35)
#0A0C1A
(10,12,26)
#050811
(5,8,17)
#000000
(0,0,0)

Tints of #37306B

#37306B
(55,48,107)
#494278
(73,66,120)
#5B5485
(91,84,133)
#6D6692
(109,102,146)
#7F789F
(127,120,159)
#918AAC
(145,138,172)
#A39CB9
(163,156,185)
#B5AEC6
(181,174,198)
#C7C0D3
(199,192,211)
#D9D2E0
(217,210,224)
#EBE4ED
(235,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37306B color. Also use rgb(55,48,107) instead hex code.

Text Font Color

.myTextColor { color: #37306B; }

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

This text font color is #37306B.


Background Color

.myBgColor { background-color: #37306B; }

<div style="background-color:#37306B">Inner text</div>

This div background color is #37306B.


Border color

.myBorderColor { border: 1px solid #37306B; }

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

This div border color is #37306B.


Opacity

.myOpacity80 { color: #37306B; opacity: 0.8; }

<p style="color:#37306B;opacity:0.8;">80%</p>

Text with #37306B 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 #37306B;}

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

This text has shadow with #37306B color.

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

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

This text has shadow with #37306B primary color and red secondary color.


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

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

This text has shadow with #37306B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37306B on black background.


Color preview on white background

This text has color #37306B on white background.



Black color preview on #37306B background

This text has black color on #37306B background.


White color preview on #37306B background

This text has white color on #37306B background.