COLOR #03657C

HEX: #03657C
RGB: (3,101,124)

Color info

#03657C contains mainly green and blue colors. Web safe color of #03657C is #006666 (or #066).

RGB color model

#03657C color RGB value is (3,101,124).

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

RGB channels and saturation

R 3 of 255 = 1%
G 101 of 255 = 40%
B 124 of 255 = 49%

3
101
124

R + G + B ~ 30%. #03657C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 101 + 124 = 228 (100%)
R 3 of 228 ~ 1.32%
G 101 of 228 ~ 44.3%
B 124 of 228 ~ 54.39%

%44.3
%54.39

CMYK color model

#03657C color CMYK value is (98,19,0,51).

  • cyan value is 97.58%
  • magenta value is 18.55%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(98,19,0,51)
C98M19Y0K51 
(98%,19%,0%,51%)
(0.98/0.19/0.00/0.51)	

CMYK percentages

%97.58
%18.55
%0
%51.37

Codes

Color #03657C in popluar color models

03657C
RGB3101124
HSL191°95.28%24.90%
HSB/HSV191°97.58%48.63%
CMYK97.58%18.55%0.00%
51.37%

Color #03657C in popluar number systems.

HEX03657C
Decimal3101124
Binary1111001011111100
Octal3145174

Shades and tints

Shades of #03657C

#03657C
(3,101,124)
#035C71
(3,92,113)
#035366
(3,83,102)
#034A5B
(3,74,91)
#034150
(3,65,80)
#033845
(3,56,69)
#032F3A
(3,47,58)
#03262F
(3,38,47)
#031D24
(3,29,36)
#031419
(3,20,25)
#030B0E
(3,11,14)
#000000
(0,0,0)

Tints of #03657C

#03657C
(3,101,124)
#197387
(25,115,135)
#2F8192
(47,129,146)
#458F9D
(69,143,157)
#5B9DA8
(91,157,168)
#71ABB3
(113,171,179)
#87B9BE
(135,185,190)
#9DC7C9
(157,199,201)
#B3D5D4
(179,213,212)
#C9E3DF
(201,227,223)
#DFF1EA
(223,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03657C color. Also use rgb(3,101,124) instead hex code.

Text Font Color

.myTextColor { color: #03657C; }

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

This text font color is #03657C.


Background Color

.myBgColor { background-color: #03657C; }

<div style="background-color:#03657C">Inner text</div>

This div background color is #03657C.


Border color

.myBorderColor { border: 1px solid #03657C; }

<div style="border:3px solid #03657C">Div</div>

This div border color is #03657C.


Opacity

.myOpacity80 { color: #03657C; opacity: 0.8; }

<p style="color:#03657C;opacity:0.8;">80%</p>

Text with #03657C 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 #03657C;}

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

This text has shadow with #03657C color.

.textShadow {text-shadow: 3px 3px 1px #03657C, 3px 3px 1px red;}

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

This text has shadow with #03657C primary color and red secondary color.


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

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

This text has shadow with #03657C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03657C on black background.


Color preview on white background

This text has color #03657C on white background.



Black color preview on #03657C background

This text has black color on #03657C background.


White color preview on #03657C background

This text has white color on #03657C background.