COLOR #37B0FB

HEX: #37B0FB
RGB: (55,176,251)

Color info

#37B0FB contains mainly blue color. Web safe color of #37B0FB is #3399FF (or #39F).

RGB color model

#37B0FB color RGB value is (55,176,251).

  • red value is 55;
  • green value is 176;
  • blue value is 251.
RGB:
(55,176,251)
(22%,69%,98%)

RGB channels and saturation

R 55 of 255 = 22%
G 176 of 255 = 69%
B 251 of 255 = 98%

55
176
251

R + G + B ~ 63%. #37B0FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
55 + 176 + 251 = 482 (100%)
R 55 of 482 ~ 11.41%
G 176 of 482 ~ 36.51%
B 251 of 482 ~ 52.07%

%11.41
%36.51
%52.07

CMYK color model

#37B0FB color CMYK value is (78,30,0,2).

  • cyan value is 78.09%
  • magenta value is 29.88%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(78,30,0,2)
C78M30Y0K2 
(78%,30%,0%,2%)
(0.78/0.30/0.00/0.02)	

CMYK percentages

%78.09
%29.88
%0
%1.57

Codes

Color #37B0FB in popluar color models

37B0FB
RGB55176251
HSL203°96.08%60.00%
HSB/HSV203°78.09%98.43%
CMYK78.09%29.88%0.00%
1.57%

Color #37B0FB in popluar number systems.

HEX37B0FB
Decimal55176251
Binary1101111011000011111011
Octal67260373

Shades and tints

Shades of #37B0FB

#37B0FB
(55,176,251)
#32A0E5
(50,160,229)
#2D90CF
(45,144,207)
#2880B9
(40,128,185)
#2370A3
(35,112,163)
#1E608D
(30,96,141)
#195077
(25,80,119)
#144061
(20,64,97)
#0F304B
(15,48,75)
#0A2035
(10,32,53)
#05101F
(5,16,31)
#000000
(0,0,0)

Tints of #37B0FB

#37B0FB
(55,176,251)
#49B7FB
(73,183,251)
#5BBEFB
(91,190,251)
#6DC5FB
(109,197,251)
#7FCCFB
(127,204,251)
#91D3FB
(145,211,251)
#A3DAFB
(163,218,251)
#B5E1FB
(181,225,251)
#C7E8FB
(199,232,251)
#D9EFFB
(217,239,251)
#EBF6FB
(235,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37B0FB color. Also use rgb(55,176,251) instead hex code.

Text Font Color

.myTextColor { color: #37B0FB; }

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

This text font color is #37B0FB.


Background Color

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

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

This div background color is #37B0FB.


Border color

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

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

This div border color is #37B0FB.


Opacity

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

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

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

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

This text has shadow with #37B0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #37B0FB on black background.


Color preview on white background

This text has color #37B0FB on white background.



Black color preview on #37B0FB background

This text has black color on #37B0FB background.


White color preview on #37B0FB background

This text has white color on #37B0FB background.