COLOR #37427B

HEX: #37427B
RGB: (55,66,123)

Color info

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

RGB color model

#37427B color RGB value is (55,66,123).

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

RGB channels and saturation

R 55 of 255 = 22%
G 66 of 255 = 26%
B 123 of 255 = 48%

55
66
123

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

Portions of RGB colors in percentages

R + G + B =
55 + 66 + 123 = 244 (100%)
R 55 of 244 ~ 22.54%
G 66 of 244 ~ 27.05%
B 123 of 244 ~ 50.41%

%22.54
%27.05
%50.41

CMYK color model

#37427B color CMYK value is (55,46,0,52).

  • cyan value is 55.28%
  • magenta value is 46.34%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(55,46,0,52)
C55M46Y0K52 
(55%,46%,0%,52%)
(0.55/0.46/0.00/0.52)	

CMYK percentages

%55.28
%46.34
%0
%51.76

Codes

Color #37427B in popluar color models

37427B
RGB5566123
HSL230°38.20%34.90%
HSB/HSV230°55.28%48.24%
CMYK55.28%46.34%0.00%
51.76%

Color #37427B in popluar number systems.

HEX37427B
Decimal5566123
Binary11011110000101111011
Octal67102173

Shades and tints

Shades of #37427B

#37427B
(55,66,123)
#323C70
(50,60,112)
#2D3665
(45,54,101)
#28305A
(40,48,90)
#232A4F
(35,42,79)
#1E2444
(30,36,68)
#191E39
(25,30,57)
#14182E
(20,24,46)
#0F1223
(15,18,35)
#0A0C18
(10,12,24)
#05060D
(5,6,13)
#000000
(0,0,0)

Tints of #37427B

#37427B
(55,66,123)
#495387
(73,83,135)
#5B6493
(91,100,147)
#6D759F
(109,117,159)
#7F86AB
(127,134,171)
#9197B7
(145,151,183)
#A3A8C3
(163,168,195)
#B5B9CF
(181,185,207)
#C7CADB
(199,202,219)
#D9DBE7
(217,219,231)
#EBECF3
(235,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37427B; }

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

This text font color is #37427B.


Background Color

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

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

This div background color is #37427B.


Border color

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

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

This div border color is #37427B.


Opacity

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

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

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

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

This text has shadow with #37427B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37427B on black background.


Color preview on white background

This text has color #37427B on white background.



Black color preview on #37427B background

This text has black color on #37427B background.


White color preview on #37427B background

This text has white color on #37427B background.