COLOR #37385A

HEX: #37385A RGB: (55,56,90)

Color info

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

RGB color model

#37385A color RGB value is (55,56,90).

RGB: (55,56,90) (22%, 22%, 35%)

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 90 of 255 = 35%

55
56
90

R + G + B ~ 26%. #37385A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 56 + 90 = 201 (100%)
R 55 of 201 ~ 27.36%
G 56 of 201 ~ 27.86%
B 90 of 201 ~ 44.78'%

%27.36
%27.86
%44.78

CMYK color model

#37385A color CMYK value is (39,38,0,65).

  • cyan value is 38.89%
  • magenta value is 37.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (39,38,0,65)
C39M38Y0K65 (39%, 38%, 0%, 65%)
(0.39 / 0.38 / 0.00 / 0.65)

CMYK percentages

%38.89
%37.78
%0
%64.71

Codes

Color #37385A in popluar color models

37 38 5A
RGB 55 56 90
HSL 238° 24.14% 28.43%
HSB/HSV 238° 38.89% 35.29%
CMYK 38.89% 37.78% 0.00%
64.71%

Color #37385A in popluar number systems.

HEX 37 38 5A
Decimal 55 56 90
Binary 110111 111000 1011010
Octal 67 70 132

Shades and tints

Shades of #37385A

#37385A
(55,56,90)
#323352
(50,51,82)
#2D2E4A
(45,46,74)
#282942
(40,41,66)
#23243A
(35,36,58)
#1E1F32
(30,31,50)
#191A2A
(25,26,42)
#141522
(20,21,34)
#0F101A
(15,16,26)
#0A0B12
(10,11,18)
#05060A
(5,6,10)
#000000
(0,0,0)

Tints of #37385A

#37385A
(55,56,90)
#494A69
(73,74,105)
#5B5C78
(91,92,120)
#6D6E87
(109,110,135)
#7F8096
(127,128,150)
#9192A5
(145,146,165)
#A3A4B4
(163,164,180)
#B5B6C3
(181,182,195)
#C7C8D2
(199,200,210)
#D9DAE1
(217,218,225)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37385A color. Also use rgb(55,56,90) instead hex code.

Text Font Color

.myTextColor { color: #37385A; }

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

This text font color is #37385A.

Background Color

.myBgColor { background-color: #37385A; }

<div style="background-color:#37385A">Inner text</div>

This div background color is #37385A.

Border color

.myBorderColor { border: 1px solid #37385A; }

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

This div border color is #37385A.

Opacity

.myOpacity80 { color: #37385A; opacity: 0.8; }

<p style="color:#37385A;opacity:0.8;">80%</p>

Text with #37385A 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 #37385A;}

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

This text has shadow with #37385A color.


.textShadow {text-shadow: 3px 3px 1px #37385A', 3px 3px 1px red;}

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

This text has shadow with #37385A primary color and red secondary color.


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

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

This text has shadow with #37385A and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37385A; -webkit-box-shadow: 1px 1px 3px 2px #37385A; box-shadow:1px 1px 3px 2px #37385A;">
Div content here
</div>

This div box has shadow with color #37385A.

Preview

Color preview on black background

This text has color #37385A on black background.


Color preview on white background

This text has color #37385A on white background.


Black color preview on #37385A background

This text has black color on #37385A background.


White color preview on #37385A background

This text has white color on #37385A background.


Related colors

Complementary color

Complementary color for #hex is #C8C7A5.


I love getcolorcode.com

Triadic colors

1 #5A3738 and #385A37 with #37385A are triadic colors.

2 #5A3837 and #38375A with #37385A are triadic colors.