COLOR #375D9C

HEX: #375D9C
RGB: (55,93,156)

Color info

#375D9C contains mainly blue color. Web safe color of #375D9C is #336699 (or #369).

RGB color model

#375D9C color RGB value is (55,93,156).

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

RGB channels and saturation

R 55 of 255 = 22%
G 93 of 255 = 36%
B 156 of 255 = 61%

55
93
156

R + G + B ~ 40%. #375D9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 93 + 156 = 304 (100%)
R 55 of 304 ~ 18.09%
G 93 of 304 ~ 30.59%
B 156 of 304 ~ 51.32%

%18.09
%30.59
%51.32

CMYK color model

#375D9C color CMYK value is (65,40,0,39).

  • cyan value is 64.74%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(65,40,0,39)
C65M40Y0K39 
(65%,40%,0%,39%)
(0.65/0.40/0.00/0.39)	

CMYK percentages

%64.74
%40.38
%0
%38.82

Codes

Color #375D9C in popluar color models

375D9C
RGB5593156
HSL217°47.87%41.37%
HSB/HSV217°64.74%61.18%
CMYK64.74%40.38%0.00%
38.82%

Color #375D9C in popluar number systems.

HEX375D9C
Decimal5593156
Binary110111101110110011100
Octal67135234

Shades and tints

Shades of #375D9C

#375D9C
(55,93,156)
#32558E
(50,85,142)
#2D4D80
(45,77,128)
#284572
(40,69,114)
#233D64
(35,61,100)
#1E3556
(30,53,86)
#192D48
(25,45,72)
#14253A
(20,37,58)
#0F1D2C
(15,29,44)
#0A151E
(10,21,30)
#050D10
(5,13,16)
#000000
(0,0,0)

Tints of #375D9C

#375D9C
(55,93,156)
#496BA5
(73,107,165)
#5B79AE
(91,121,174)
#6D87B7
(109,135,183)
#7F95C0
(127,149,192)
#91A3C9
(145,163,201)
#A3B1D2
(163,177,210)
#B5BFDB
(181,191,219)
#C7CDE4
(199,205,228)
#D9DBED
(217,219,237)
#EBE9F6
(235,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375D9C; }

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

This text font color is #375D9C.


Background Color

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

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

This div background color is #375D9C.


Border color

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

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

This div border color is #375D9C.


Opacity

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

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

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

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

This text has shadow with #375D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D9C on black background.


Color preview on white background

This text has color #375D9C on white background.



Black color preview on #375D9C background

This text has black color on #375D9C background.


White color preview on #375D9C background

This text has white color on #375D9C background.