COLOR #37A9C8

HEX: #37A9C8
RGB: (55,169,200)

Color info

#37A9C8 contains mainly green and blue colors. Web safe color of #37A9C8 is #3399CC (or #39C).

RGB color model

#37A9C8 color RGB value is (55,169,200).

  • red value is 55;
  • green value is 169;
  • blue value is 200.
RGB:
(55,169,200)
(22%,66%,78%)

RGB channels and saturation

R 55 of 255 = 22%
G 169 of 255 = 66%
B 200 of 255 = 78%

55
169
200

R + G + B ~ 55%. #37A9C8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 169 + 200 = 424 (100%)
R 55 of 424 ~ 12.97%
G 169 of 424 ~ 39.86%
B 200 of 424 ~ 47.17%

%12.97
%39.86
%47.17

CMYK color model

#37A9C8 color CMYK value is (73,16,0,22).

  • cyan value is 72.50%
  • magenta value is 15.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(73,16,0,22)
C73M16Y0K22 
(73%,16%,0%,22%)
(0.73/0.16/0.00/0.22)	

CMYK percentages

%72.5
%15.5
%0
%21.57

Codes

Color #37A9C8 in popluar color models

37A9C8
RGB55169200
HSL193°56.86%50.00%
HSB/HSV193°72.50%78.43%
CMYK72.50%15.50%0.00%
21.57%

Color #37A9C8 in popluar number systems.

HEX37A9C8
Decimal55169200
Binary1101111010100111001000
Octal67251310

Shades and tints

Shades of #37A9C8

#37A9C8
(55,169,200)
#329AB6
(50,154,182)
#2D8BA4
(45,139,164)
#287C92
(40,124,146)
#236D80
(35,109,128)
#1E5E6E
(30,94,110)
#194F5C
(25,79,92)
#14404A
(20,64,74)
#0F3138
(15,49,56)
#0A2226
(10,34,38)
#051314
(5,19,20)
#000000
(0,0,0)

Tints of #37A9C8

#37A9C8
(55,169,200)
#49B0CD
(73,176,205)
#5BB7D2
(91,183,210)
#6DBED7
(109,190,215)
#7FC5DC
(127,197,220)
#91CCE1
(145,204,225)
#A3D3E6
(163,211,230)
#B5DAEB
(181,218,235)
#C7E1F0
(199,225,240)
#D9E8F5
(217,232,245)
#EBEFFA
(235,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37A9C8 color. Also use rgb(55,169,200) instead hex code.

Text Font Color

.myTextColor { color: #37A9C8; }

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

This text font color is #37A9C8.


Background Color

.myBgColor { background-color: #37A9C8; }

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

This div background color is #37A9C8.


Border color

.myBorderColor { border: 1px solid #37A9C8; }

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

This div border color is #37A9C8.


Opacity

.myOpacity80 { color: #37A9C8; opacity: 0.8; }

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

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

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

This text has shadow with #37A9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37A9C8 on black background.


Color preview on white background

This text has color #37A9C8 on white background.



Black color preview on #37A9C8 background

This text has black color on #37A9C8 background.


White color preview on #37A9C8 background

This text has white color on #37A9C8 background.