COLOR #37407B

HEX: #37407B
RGB: (55,64,123)

Color info

#37407B contains mainly green and blue colors. Web safe color of #37407B is #333366 (or #336).

RGB color model

#37407B color RGB value is (55,64,123).

  • red value is 55;
  • green value is 64;
  • blue value is 123.
RGB:
(55,64,123)
(22%,25%,48%)

RGB channels and saturation

R 55 of 255 = 22%
G 64 of 255 = 25%
B 123 of 255 = 48%

55
64
123

R + G + B ~ 32%. #37407B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 64 + 123 = 242 (100%)
R 55 of 242 ~ 22.73%
G 64 of 242 ~ 26.45%
B 123 of 242 ~ 50.83%

%22.73
%26.45
%50.83

CMYK color model

#37407B color CMYK value is (55,48,0,52).

  • cyan value is 55.28%
  • magenta value is 47.97%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(55,48,0,52)
C55M48Y0K52 
(55%,48%,0%,52%)
(0.55/0.48/0.00/0.52)	

CMYK percentages

%55.28
%47.97
%0
%51.76

Codes

Color #37407B in popluar color models

37407B
RGB5564123
HSL232°38.20%34.90%
HSB/HSV232°55.28%48.24%
CMYK55.28%47.97%0.00%
51.76%

Color #37407B in popluar number systems.

HEX37407B
Decimal5564123
Binary11011110000001111011
Octal67100173

Shades and tints

Shades of #37407B

#37407B
(55,64,123)
#323B70
(50,59,112)
#2D3665
(45,54,101)
#28315A
(40,49,90)
#232C4F
(35,44,79)
#1E2744
(30,39,68)
#192239
(25,34,57)
#141D2E
(20,29,46)
#0F1823
(15,24,35)
#0A1318
(10,19,24)
#050E0D
(5,14,13)
#000000
(0,0,0)

Tints of #37407B

#37407B
(55,64,123)
#495187
(73,81,135)
#5B6293
(91,98,147)
#6D739F
(109,115,159)
#7F84AB
(127,132,171)
#9195B7
(145,149,183)
#A3A6C3
(163,166,195)
#B5B7CF
(181,183,207)
#C7C8DB
(199,200,219)
#D9D9E7
(217,217,231)
#EBEAF3
(235,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37407B color. Also use rgb(55,64,123) instead hex code.

Text Font Color

.myTextColor { color: #37407B; }

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

This text font color is #37407B.


Background Color

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

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

This div background color is #37407B.


Border color

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

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

This div border color is #37407B.


Opacity

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

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

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

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

This text has shadow with #37407B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37407B on black background.


Color preview on white background

This text has color #37407B on white background.



Black color preview on #37407B background

This text has black color on #37407B background.


White color preview on #37407B background

This text has white color on #37407B background.