COLOR #375681

HEX: #375681
RGB: (55,86,129)

Color info

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

RGB color model

#375681 color RGB value is (55,86,129).

  • red value is 55;
  • green value is 86;
  • blue value is 129.
RGB:
(55,86,129)
(22%,34%,51%)

RGB channels and saturation

R 55 of 255 = 22%
G 86 of 255 = 34%
B 129 of 255 = 51%

55
86
129

R + G + B ~ 36%. #375681 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 86 + 129 = 270 (100%)
R 55 of 270 ~ 20.37%
G 86 of 270 ~ 31.85%
B 129 of 270 ~ 47.78%

%20.37
%31.85
%47.78

CMYK color model

#375681 color CMYK value is (57,33,0,49).

  • cyan value is 57.36%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(57,33,0,49)
C57M33Y0K49 
(57%,33%,0%,49%)
(0.57/0.33/0.00/0.49)	

CMYK percentages

%57.36
%33.33
%0
%49.41

Codes

Color #375681 in popluar color models

375681
RGB5586129
HSL215°40.22%36.08%
HSB/HSV215°57.36%50.59%
CMYK57.36%33.33%0.00%
49.41%

Color #375681 in popluar number systems.

HEX375681
Decimal5586129
Binary110111101011010000001
Octal67126201

Shades and tints

Shades of #375681

#375681
(55,86,129)
#324F76
(50,79,118)
#2D486B
(45,72,107)
#284160
(40,65,96)
#233A55
(35,58,85)
#1E334A
(30,51,74)
#192C3F
(25,44,63)
#142534
(20,37,52)
#0F1E29
(15,30,41)
#0A171E
(10,23,30)
#051013
(5,16,19)
#000000
(0,0,0)

Tints of #375681

#375681
(55,86,129)
#49658C
(73,101,140)
#5B7497
(91,116,151)
#6D83A2
(109,131,162)
#7F92AD
(127,146,173)
#91A1B8
(145,161,184)
#A3B0C3
(163,176,195)
#B5BFCE
(181,191,206)
#C7CED9
(199,206,217)
#D9DDE4
(217,221,228)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375681 color. Also use rgb(55,86,129) instead hex code.

Text Font Color

.myTextColor { color: #375681; }

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

This text font color is #375681.


Background Color

.myBgColor { background-color: #375681; }

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

This div background color is #375681.


Border color

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

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

This div border color is #375681.


Opacity

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

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

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

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

This text has shadow with #375681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375681 on black background.


Color preview on white background

This text has color #375681 on white background.



Black color preview on #375681 background

This text has black color on #375681 background.


White color preview on #375681 background

This text has white color on #375681 background.