COLOR #374187

HEX: #374187
RGB: (55,65,135)

Color info

#374187 contains mainly blue color. Web safe color of #374187 is #333399 (or #339).

RGB color model

#374187 color RGB value is (55,65,135).

  • red value is 55;
  • green value is 65;
  • blue value is 135.
RGB:
(55,65,135)
(22%,25%,53%)

RGB channels and saturation

R 55 of 255 = 22%
G 65 of 255 = 25%
B 135 of 255 = 53%

55
65
135

R + G + B ~ 33%. #374187 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 135 = 255 (100%)
R 55 of 255 ~ 21.57%
G 65 of 255 ~ 25.49%
B 135 of 255 ~ 52.94%

%21.57
%25.49
%52.94

CMYK color model

#374187 color CMYK value is (59,52,0,47).

  • cyan value is 59.26%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(59,52,0,47)
C59M52Y0K47 
(59%,52%,0%,47%)
(0.59/0.52/0.00/0.47)	

CMYK percentages

%59.26
%51.85
%0
%47.06

Codes

Color #374187 in popluar color models

374187
RGB5565135
HSL233°42.11%37.25%
HSB/HSV233°59.26%52.94%
CMYK59.26%51.85%0.00%
47.06%

Color #374187 in popluar number systems.

HEX374187
Decimal5565135
Binary110111100000110000111
Octal67101207

Shades and tints

Shades of #374187

#374187
(55,65,135)
#323C7B
(50,60,123)
#2D376F
(45,55,111)
#283263
(40,50,99)
#232D57
(35,45,87)
#1E284B
(30,40,75)
#19233F
(25,35,63)
#141E33
(20,30,51)
#0F1927
(15,25,39)
#0A141B
(10,20,27)
#050F0F
(5,15,15)
#000000
(0,0,0)

Tints of #374187

#374187
(55,65,135)
#495291
(73,82,145)
#5B639B
(91,99,155)
#6D74A5
(109,116,165)
#7F85AF
(127,133,175)
#9196B9
(145,150,185)
#A3A7C3
(163,167,195)
#B5B8CD
(181,184,205)
#C7C9D7
(199,201,215)
#D9DAE1
(217,218,225)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374187 color. Also use rgb(55,65,135) instead hex code.

Text Font Color

.myTextColor { color: #374187; }

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

This text font color is #374187.


Background Color

.myBgColor { background-color: #374187; }

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

This div background color is #374187.


Border color

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

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

This div border color is #374187.


Opacity

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

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

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

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

This text has shadow with #374187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374187 on black background.


Color preview on white background

This text has color #374187 on white background.



Black color preview on #374187 background

This text has black color on #374187 background.


White color preview on #374187 background

This text has white color on #374187 background.