COLOR #37669E

HEX: #37669E
RGB: (55,102,158)

Color info

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

RGB color model

#37669E color RGB value is (55,102,158).

  • red value is 55;
  • green value is 102;
  • blue value is 158.
RGB:
(55,102,158)
(22%,40%,62%)

RGB channels and saturation

R 55 of 255 = 22%
G 102 of 255 = 40%
B 158 of 255 = 62%

55
102
158

R + G + B ~ 41%. #37669E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 102 + 158 = 315 (100%)
R 55 of 315 ~ 17.46%
G 102 of 315 ~ 32.38%
B 158 of 315 ~ 50.16%

%17.46
%32.38
%50.16

CMYK color model

#37669E color CMYK value is (65,35,0,38).

  • cyan value is 65.19%
  • magenta value is 35.44%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(65,35,0,38)
C65M35Y0K38 
(65%,35%,0%,38%)
(0.65/0.35/0.00/0.38)	

CMYK percentages

%65.19
%35.44
%0
%38.04

Codes

Color #37669E in popluar color models

37669E
RGB55102158
HSL213°48.36%41.76%
HSB/HSV213°65.19%61.96%
CMYK65.19%35.44%0.00%
38.04%

Color #37669E in popluar number systems.

HEX37669E
Decimal55102158
Binary110111110011010011110
Octal67146236

Shades and tints

Shades of #37669E

#37669E
(55,102,158)
#325D90
(50,93,144)
#2D5482
(45,84,130)
#284B74
(40,75,116)
#234266
(35,66,102)
#1E3958
(30,57,88)
#19304A
(25,48,74)
#14273C
(20,39,60)
#0F1E2E
(15,30,46)
#0A1520
(10,21,32)
#050C12
(5,12,18)
#000000
(0,0,0)

Tints of #37669E

#37669E
(55,102,158)
#4973A6
(73,115,166)
#5B80AE
(91,128,174)
#6D8DB6
(109,141,182)
#7F9ABE
(127,154,190)
#91A7C6
(145,167,198)
#A3B4CE
(163,180,206)
#B5C1D6
(181,193,214)
#C7CEDE
(199,206,222)
#D9DBE6
(217,219,230)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37669E color. Also use rgb(55,102,158) instead hex code.

Text Font Color

.myTextColor { color: #37669E; }

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

This text font color is #37669E.


Background Color

.myBgColor { background-color: #37669E; }

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

This div background color is #37669E.


Border color

.myBorderColor { border: 1px solid #37669E; }

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

This div border color is #37669E.


Opacity

.myOpacity80 { color: #37669E; opacity: 0.8; }

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

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

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

This text has shadow with #37669E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37669E on black background.


Color preview on white background

This text has color #37669E on white background.



Black color preview on #37669E background

This text has black color on #37669E background.


White color preview on #37669E background

This text has white color on #37669E background.