COLOR #373865

HEX: #373865
RGB: (55,56,101)

Color info

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

RGB color model

#373865 color RGB value is (55,56,101).

  • red value is 55;
  • green value is 56;
  • blue value is 101.
RGB:
(55,56,101)
(22%,22%,40%)

RGB channels and saturation

R 55 of 255 = 22%
G 56 of 255 = 22%
B 101 of 255 = 40%

55
56
101

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

Portions of RGB colors in percentages

R + G + B =
55 + 56 + 101 = 212 (100%)
R 55 of 212 ~ 25.94%
G 56 of 212 ~ 26.42%
B 101 of 212 ~ 47.64%

%25.94
%26.42
%47.64

CMYK color model

#373865 color CMYK value is (46,45,0,60).

  • cyan value is 45.54%
  • magenta value is 44.55%
  • yellow value is 0.00%
  • key color value is 60.39%
CMYK:
(46,45,0,60)
C46M45Y0K60 
(46%,45%,0%,60%)
(0.46/0.45/0.00/0.60)	

CMYK percentages

%45.54
%44.55
%0
%60.39

Codes

Color #373865 in popluar color models

373865
RGB5556101
HSL239°29.49%30.59%
HSB/HSV239°45.54%39.61%
CMYK45.54%44.55%0.00%
60.39%

Color #373865 in popluar number systems.

HEX373865
Decimal5556101
Binary1101111110001100101
Octal6770145

Shades and tints

Shades of #373865

#373865
(55,56,101)
#32335C
(50,51,92)
#2D2E53
(45,46,83)
#28294A
(40,41,74)
#232441
(35,36,65)
#1E1F38
(30,31,56)
#191A2F
(25,26,47)
#141526
(20,21,38)
#0F101D
(15,16,29)
#0A0B14
(10,11,20)
#05060B
(5,6,11)
#000000
(0,0,0)

Tints of #373865

#373865
(55,56,101)
#494A73
(73,74,115)
#5B5C81
(91,92,129)
#6D6E8F
(109,110,143)
#7F809D
(127,128,157)
#9192AB
(145,146,171)
#A3A4B9
(163,164,185)
#B5B6C7
(181,182,199)
#C7C8D5
(199,200,213)
#D9DAE3
(217,218,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373865; }

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

This text font color is #373865.


Background Color

.myBgColor { background-color: #373865; }

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

This div background color is #373865.


Border color

.myBorderColor { border: 1px solid #373865; }

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

This div border color is #373865.


Opacity

.myOpacity80 { color: #373865; opacity: 0.8; }

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

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

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

This text has shadow with #373865 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373865 on black background.


Color preview on white background

This text has color #373865 on white background.



Black color preview on #373865 background

This text has black color on #373865 background.


White color preview on #373865 background

This text has white color on #373865 background.