COLOR #375C8F

HEX: #375C8F RGB: (55,92,143)

Color info

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

RGB color model

#375C8F color RGB value is (55,92,143).

RGB: (55,92,143) (22%, 36%, 56%)

RGB channels and saturation

R 55 of 255 = 22%
G 92 of 255 = 36%
B 143 of 255 = 56%

55
92
143

R + G + B ~ 38%. #375C8F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 92 + 143 = 290 (100%)
R 55 of 290 ~ 18.97%
G 92 of 290 ~ 31.72%
B 143 of 290 ~ 49.31'%

%18.97
%31.72
%49.31

CMYK color model

#375C8F color CMYK value is (62,36,0,44).

  • cyan value is 61.54%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (62,36,0,44) C62M36Y0K44 (62%,36%,0%,44%) (0.62/0.36/0.00/0.44) 

CMYK percentages

%61.54
%35.66
%0
%43.92

Codes

Color #375C8F in popluar color models

37 5C 8F
RGB 55 92 143
HSL 215° 44.44% 38.82%
HSB/HSV 215° 61.54% 56.08%
CMYK 61.54% 35.66% 0.00%
43.92%

Color #375C8F in popluar number systems.

HEX 37 5C 8F
Decimal 55 92 143
Binary 110111 1011100 10001111
Octal 67 134 217

Shades and tints

Shades of #375C8F

#375C8F
(55,92,143)
#325482
(50,84,130)
#2D4C75
(45,76,117)
#284468
(40,68,104)
#233C5B
(35,60,91)
#1E344E
(30,52,78)
#192C41
(25,44,65)
#142434
(20,36,52)
#0F1C27
(15,28,39)
#0A141A
(10,20,26)
#050C0D
(5,12,13)
#000000
(0,0,0)

Tints of #375C8F

#375C8F
(55,92,143)
#496A99
(73,106,153)
#5B78A3
(91,120,163)
#6D86AD
(109,134,173)
#7F94B7
(127,148,183)
#91A2C1
(145,162,193)
#A3B0CB
(163,176,203)
#B5BED5
(181,190,213)
#C7CCDF
(199,204,223)
#D9DAE9
(217,218,233)
#EBE8F3
(235,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375C8F color. Also use rgb(55,92,143) instead hex code.

Text Font Color

.myTextColor { color: #375C8F; }

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

This text font color is #375C8F.

Background Color

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

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

This div background color is #375C8F.

Border color

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

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

This div border color is #375C8F.

Opacity

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

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

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

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

This text has shadow with #375C8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #375C8F.

Preview

Color preview on black background

This text has color #375C8F on black background.


Color preview on white background

This text has color #375C8F on white background.


Black color preview on #375C8F background

This text has black color on #375C8F background.


White color preview on #375C8F background

This text has white color on #375C8F background.


Related colors

Complementary color

Complementary color for #hex is #C8A370.


I love getcolorcode.com

Triadic colors

1 #8F375C and #5C8F37 with #375C8F are triadic colors.

2 #8F5C37 and #5C378F with #375C8F are triadic colors.