COLOR #374188

HEX: #374188
RGB: (55,65,136)

Color info

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

RGB color model

#374188 color RGB value is (55,65,136).

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

RGB channels and saturation

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

55
65
136

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

Portions of RGB colors in percentages

R + G + B =
55 + 65 + 136 = 256 (100%)
R 55 of 256 ~ 21.48%
G 65 of 256 ~ 25.39%
B 136 of 256 ~ 53.13%

%21.48
%25.39
%53.13

CMYK color model

#374188 color CMYK value is (60,52,0,47).

  • cyan value is 59.56%
  • magenta value is 52.21%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(60,52,0,47)
C60M52Y0K47 
(60%,52%,0%,47%)
(0.60/0.52/0.00/0.47)	

CMYK percentages

%59.56
%52.21
%0
%46.67

Codes

Color #374188 in popluar color models

374188
RGB5565136
HSL233°42.41%37.45%
HSB/HSV233°59.56%53.33%
CMYK59.56%52.21%0.00%
46.67%

Color #374188 in popluar number systems.

HEX374188
Decimal5565136
Binary110111100000110001000
Octal67101210

Shades and tints

Shades of #374188

#374188
(55,65,136)
#323C7C
(50,60,124)
#2D3770
(45,55,112)
#283264
(40,50,100)
#232D58
(35,45,88)
#1E284C
(30,40,76)
#192340
(25,35,64)
#141E34
(20,30,52)
#0F1928
(15,25,40)
#0A141C
(10,20,28)
#050F10
(5,15,16)
#000000
(0,0,0)

Tints of #374188

#374188
(55,65,136)
#495292
(73,82,146)
#5B639C
(91,99,156)
#6D74A6
(109,116,166)
#7F85B0
(127,133,176)
#9196BA
(145,150,186)
#A3A7C4
(163,167,196)
#B5B8CE
(181,184,206)
#C7C9D8
(199,201,216)
#D9DAE2
(217,218,226)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374188; }

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

This text font color is #374188.


Background Color

.myBgColor { background-color: #374188; }

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

This div background color is #374188.


Border color

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

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

This div border color is #374188.


Opacity

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

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

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

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

This text has shadow with #374188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374188 on black background.


Color preview on white background

This text has color #374188 on white background.



Black color preview on #374188 background

This text has black color on #374188 background.


White color preview on #374188 background

This text has white color on #374188 background.