COLOR #375D96

HEX: #375D96
RGB: (55,93,150)

Color info

#375D96 contains mainly green and blue colors. Web safe color of #375D96 is #336699 (or #369).

RGB color model

#375D96 color RGB value is (55,93,150).

  • red value is 55;
  • green value is 93;
  • blue value is 150.
RGB:
(55,93,150)
(22%,36%,59%)

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 150 of 255 = 59%

55
93
150

R + G + B ~ 39%. #375D96 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 93 + 150 = 298 (100%)
R 55 of 298 ~ 18.46%
G 93 of 298 ~ 31.21%
B 150 of 298 ~ 50.34%

%18.46
%31.21
%50.34

CMYK color model

#375D96 color CMYK value is (63,38,0,41).

  • cyan value is 63.33%
  • magenta value is 38.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(63,38,0,41)
C63M38Y0K41 
(63%,38%,0%,41%)
(0.63/0.38/0.00/0.41)	

CMYK percentages

%63.33
%38
%0
%41.18

Codes

Color #375D96 in popluar color models

375D96
RGB5593150
HSL216°46.34%40.20%
HSB/HSV216°63.33%58.82%
CMYK63.33%38.00%0.00%
41.18%

Color #375D96 in popluar number systems.

HEX375D96
Decimal5593150
Binary110111101110110010110
Octal67135226

Shades and tints

Shades of #375D96

#375D96
(55,93,150)
#325589
(50,85,137)
#2D4D7C
(45,77,124)
#28456F
(40,69,111)
#233D62
(35,61,98)
#1E3555
(30,53,85)
#192D48
(25,45,72)
#14253B
(20,37,59)
#0F1D2E
(15,29,46)
#0A1521
(10,21,33)
#050D14
(5,13,20)
#000000
(0,0,0)

Tints of #375D96

#375D96
(55,93,150)
#496B9F
(73,107,159)
#5B79A8
(91,121,168)
#6D87B1
(109,135,177)
#7F95BA
(127,149,186)
#91A3C3
(145,163,195)
#A3B1CC
(163,177,204)
#B5BFD5
(181,191,213)
#C7CDDE
(199,205,222)
#D9DBE7
(217,219,231)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D96 color. Also use rgb(55,93,150) instead hex code.

Text Font Color

.myTextColor { color: #375D96; }

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

This text font color is #375D96.


Background Color

.myBgColor { background-color: #375D96; }

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

This div background color is #375D96.


Border color

.myBorderColor { border: 1px solid #375D96; }

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

This div border color is #375D96.


Opacity

.myOpacity80 { color: #375D96; opacity: 0.8; }

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

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

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

This text has shadow with #375D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D96 on black background.


Color preview on white background

This text has color #375D96 on white background.



Black color preview on #375D96 background

This text has black color on #375D96 background.


White color preview on #375D96 background

This text has white color on #375D96 background.