COLOR #375A86

HEX: #375A86
RGB: (55,90,134)

Color info

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

RGB color model

#375A86 color RGB value is (55,90,134).

  • red value is 55;
  • green value is 90;
  • blue value is 134.
RGB:
(55,90,134)
(22%,35%,53%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 134 of 255 = 53%

55
90
134

R + G + B ~ 37%. #375A86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 90 + 134 = 279 (100%)
R 55 of 279 ~ 19.71%
G 90 of 279 ~ 32.26%
B 134 of 279 ~ 48.03%

%19.71
%32.26
%48.03

CMYK color model

#375A86 color CMYK value is (59,33,0,47).

  • cyan value is 58.96%
  • magenta value is 32.84%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(59,33,0,47)
C59M33Y0K47 
(59%,33%,0%,47%)
(0.59/0.33/0.00/0.47)	

CMYK percentages

%58.96
%32.84
%0
%47.45

Codes

Color #375A86 in popluar color models

375A86
RGB5590134
HSL213°41.80%37.06%
HSB/HSV213°58.96%52.55%
CMYK58.96%32.84%0.00%
47.45%

Color #375A86 in popluar number systems.

HEX375A86
Decimal5590134
Binary110111101101010000110
Octal67132206

Shades and tints

Shades of #375A86

#375A86
(55,90,134)
#32527A
(50,82,122)
#2D4A6E
(45,74,110)
#284262
(40,66,98)
#233A56
(35,58,86)
#1E324A
(30,50,74)
#192A3E
(25,42,62)
#142232
(20,34,50)
#0F1A26
(15,26,38)
#0A121A
(10,18,26)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #375A86

#375A86
(55,90,134)
#496991
(73,105,145)
#5B789C
(91,120,156)
#6D87A7
(109,135,167)
#7F96B2
(127,150,178)
#91A5BD
(145,165,189)
#A3B4C8
(163,180,200)
#B5C3D3
(181,195,211)
#C7D2DE
(199,210,222)
#D9E1E9
(217,225,233)
#EBF0F4
(235,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A86 color. Also use rgb(55,90,134) instead hex code.

Text Font Color

.myTextColor { color: #375A86; }

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

This text font color is #375A86.


Background Color

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

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

This div background color is #375A86.


Border color

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

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

This div border color is #375A86.


Opacity

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

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

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

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

This text has shadow with #375A86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375A86 on black background.


Color preview on white background

This text has color #375A86 on white background.



Black color preview on #375A86 background

This text has black color on #375A86 background.


White color preview on #375A86 background

This text has white color on #375A86 background.