COLOR #037CC1

HEX: #037CC1
RGB: (3,124,193)

Color info

#037CC1 contains mainly blue color. Web safe color of #037CC1 is #0066CC (or #06C).

RGB color model

#037CC1 color RGB value is (3,124,193).

  • red value is 3;
  • green value is 124;
  • blue value is 193.
RGB:
(3,124,193)
(1%,49%,76%)

RGB channels and saturation

R 3 of 255 = 1%
G 124 of 255 = 49%
B 193 of 255 = 76%

3
124
193

R + G + B ~ 42%. #037CC1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
3 + 124 + 193 = 320 (100%)
R 3 of 320 ~ 0.94%
G 124 of 320 ~ 38.75%
B 193 of 320 ~ 60.31%

%38.75
%60.31

CMYK color model

#037CC1 color CMYK value is (98,36,0,24).

  • cyan value is 98.45%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(98,36,0,24)
C98M36Y0K24 
(98%,36%,0%,24%)
(0.98/0.36/0.00/0.24)	

CMYK percentages

%98.45
%35.75
%0
%24.31

Codes

Color #037CC1 in popluar color models

037CC1
RGB3124193
HSL202°96.94%38.43%
HSB/HSV202°98.45%75.69%
CMYK98.45%35.75%0.00%
24.31%

Color #037CC1 in popluar number systems.

HEX037CC1
Decimal3124193
Binary11111110011000001
Octal3174301

Shades and tints

Shades of #037CC1

#037CC1
(3,124,193)
#0371B0
(3,113,176)
#03669F
(3,102,159)
#035B8E
(3,91,142)
#03507D
(3,80,125)
#03456C
(3,69,108)
#033A5B
(3,58,91)
#032F4A
(3,47,74)
#032439
(3,36,57)
#031928
(3,25,40)
#030E17
(3,14,23)
#000000
(0,0,0)

Tints of #037CC1

#037CC1
(3,124,193)
#1987C6
(25,135,198)
#2F92CB
(47,146,203)
#459DD0
(69,157,208)
#5BA8D5
(91,168,213)
#71B3DA
(113,179,218)
#87BEDF
(135,190,223)
#9DC9E4
(157,201,228)
#B3D4E9
(179,212,233)
#C9DFEE
(201,223,238)
#DFEAF3
(223,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #037CC1 color. Also use rgb(3,124,193) instead hex code.

Text Font Color

.myTextColor { color: #037CC1; }

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

This text font color is #037CC1.


Background Color

.myBgColor { background-color: #037CC1; }

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

This div background color is #037CC1.


Border color

.myBorderColor { border: 1px solid #037CC1; }

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

This div border color is #037CC1.


Opacity

.myOpacity80 { color: #037CC1; opacity: 0.8; }

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

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

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

This text has shadow with #037CC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #037CC1 on black background.


Color preview on white background

This text has color #037CC1 on white background.



Black color preview on #037CC1 background

This text has black color on #037CC1 background.


White color preview on #037CC1 background

This text has white color on #037CC1 background.