COLOR #37A1C8

HEX: #37A1C8
RGB: (55,161,200)

Color info

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

RGB color model

#37A1C8 color RGB value is (55,161,200).

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

RGB channels and saturation

R 55 of 255 = 22%
G 161 of 255 = 63%
B 200 of 255 = 78%

55
161
200

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

Portions of RGB colors in percentages

R + G + B =
55 + 161 + 200 = 416 (100%)
R 55 of 416 ~ 13.22%
G 161 of 416 ~ 38.7%
B 200 of 416 ~ 48.08%

%13.22
%38.7
%48.08

CMYK color model

#37A1C8 color CMYK value is (73,20,0,22).

  • cyan value is 72.50%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(73,20,0,22)
C73M20Y0K22 
(73%,20%,0%,22%)
(0.73/0.20/0.00/0.22)	

CMYK percentages

%72.5
%19.5
%0
%21.57

Codes

Color #37A1C8 in popluar color models

37A1C8
RGB55161200
HSL196°56.86%50.00%
HSB/HSV196°72.50%78.43%
CMYK72.50%19.50%0.00%
21.57%

Color #37A1C8 in popluar number systems.

HEX37A1C8
Decimal55161200
Binary1101111010000111001000
Octal67241310

Shades and tints

Shades of #37A1C8

#37A1C8
(55,161,200)
#3293B6
(50,147,182)
#2D85A4
(45,133,164)
#287792
(40,119,146)
#236980
(35,105,128)
#1E5B6E
(30,91,110)
#194D5C
(25,77,92)
#143F4A
(20,63,74)
#0F3138
(15,49,56)
#0A2326
(10,35,38)
#051514
(5,21,20)
#000000
(0,0,0)

Tints of #37A1C8

#37A1C8
(55,161,200)
#49A9CD
(73,169,205)
#5BB1D2
(91,177,210)
#6DB9D7
(109,185,215)
#7FC1DC
(127,193,220)
#91C9E1
(145,201,225)
#A3D1E6
(163,209,230)
#B5D9EB
(181,217,235)
#C7E1F0
(199,225,240)
#D9E9F5
(217,233,245)
#EBF1FA
(235,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #37A1C8; }

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

This text font color is #37A1C8.


Background Color

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

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

This div background color is #37A1C8.


Border color

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

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

This div border color is #37A1C8.


Opacity

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

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

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

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

This text has shadow with #37A1C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37A1C8 on black background.


Color preview on white background

This text has color #37A1C8 on white background.



Black color preview on #37A1C8 background

This text has black color on #37A1C8 background.


White color preview on #37A1C8 background

This text has white color on #37A1C8 background.