COLOR #3F88C7

HEX: #3F88C7
RGB: (63,136,199)

Color info

#3F88C7 contains mainly blue color. Web safe color of #3F88C7 is #3399CC (or #39C).

RGB color model

#3F88C7 color RGB value is (63,136,199).

  • red value is 63;
  • green value is 136;
  • blue value is 199.
RGB:
(63,136,199)
(25%,53%,78%)

RGB channels and saturation

R 63 of 255 = 25%
G 136 of 255 = 53%
B 199 of 255 = 78%

63
136
199

R + G + B ~ 52%. #3F88C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 136 + 199 = 398 (100%)
R 63 of 398 ~ 15.83%
G 136 of 398 ~ 34.17%
B 199 of 398 ~ 50%

%15.83
%34.17
%50

CMYK color model

#3F88C7 color CMYK value is (68,32,0,22).

  • cyan value is 68.34%
  • magenta value is 31.66%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(68,32,0,22)
C68M32Y0K22 
(68%,32%,0%,22%)
(0.68/0.32/0.00/0.22)	

CMYK percentages

%68.34
%31.66
%0
%21.96

Codes

Color #3F88C7 in popluar color models

3F88C7
RGB63136199
HSL208°54.84%51.37%
HSB/HSV208°68.34%78.04%
CMYK68.34%31.66%0.00%
21.96%

Color #3F88C7 in popluar number systems.

HEX3F88C7
Decimal63136199
Binary1111111000100011000111
Octal77210307

Shades and tints

Shades of #3F88C7

#3F88C7
(63,136,199)
#3A7CB5
(58,124,181)
#3570A3
(53,112,163)
#306491
(48,100,145)
#2B587F
(43,88,127)
#264C6D
(38,76,109)
#21405B
(33,64,91)
#1C3449
(28,52,73)
#172837
(23,40,55)
#121C25
(18,28,37)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #3F88C7

#3F88C7
(63,136,199)
#5092CC
(80,146,204)
#619CD1
(97,156,209)
#72A6D6
(114,166,214)
#83B0DB
(131,176,219)
#94BAE0
(148,186,224)
#A5C4E5
(165,196,229)
#B6CEEA
(182,206,234)
#C7D8EF
(199,216,239)
#D8E2F4
(216,226,244)
#E9ECF9
(233,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F88C7 color. Also use rgb(63,136,199) instead hex code.

Text Font Color

.myTextColor { color: #3F88C7; }

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

This text font color is #3F88C7.


Background Color

.myBgColor { background-color: #3F88C7; }

<div style="background-color:#3F88C7">Inner text</div>

This div background color is #3F88C7.


Border color

.myBorderColor { border: 1px solid #3F88C7; }

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

This div border color is #3F88C7.


Opacity

.myOpacity80 { color: #3F88C7; opacity: 0.8; }

<p style="color:#3F88C7;opacity:0.8;">80%</p>

Text with #3F88C7 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 #3F88C7;}

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

This text has shadow with #3F88C7 color.

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

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

This text has shadow with #3F88C7 primary color and red secondary color.


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

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

This text has shadow with #3F88C7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F88C7 on black background.


Color preview on white background

This text has color #3F88C7 on white background.



Black color preview on #3F88C7 background

This text has black color on #3F88C7 background.


White color preview on #3F88C7 background

This text has white color on #3F88C7 background.