Hex #3f97cb Color

#3f97cb
equivalent to

RGB

(63, 151, 203)

Details of #3f97cb

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
63
23.8960
0.56
0.69
59.4359
27.5018
202°
52.4421
151
27.5018
0.57
0.26
-9.5825
0.2135
69°
-10.4374
203
60.5488
0.52
0.00   0.20
-34.4050
0.2457
80°
-31.7214

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
111111
77
63
3F
Green
10010111
227
151
97
Blue
11001011
313
203
CB

RGB in % of #3f97cb

%15.11
%36.21
%48.68

CMYK in % of #3f97cb

%69
%26
%0
%20

Triads of color #3f97cb

#3f97cb #97cb3f #cb3fcb

Similar Colors to #3f97cb

#3f97cb #3fcbb9 #3f51cb

Preview Color #3f97cb on black ground

#3f97cb is very interesting for text.

Preview Color #3f97cb on white ground

#3f97cb is very interesting for text.

CSS Codes #3f97cb color

.mybgcolor {background-color:#3f97cb; }
.myforecolor {color:#3f97cb; }
.mybordercolor {border:3px solid #3f97cb; }

Text Font Color #3f97cb

<p style="color:#3f97cb">Text here</p>

This sample text font color is #3f97cb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #3f97cb

<div style="background-color:#3f97cb">
Div content here</div>

This div background color is #3f97cb


Border Color #3f97cb

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

The color of this border is #3f97cb


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #3f97cb; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #3f97cb;
-webkit-box-shadow: 1px 1px 3px 2px #3f97cb;
box-shadow:         1px 1px 3px 2px #3f97cb; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #3f97cb">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #3f97cb;
  -webkit-box-shadow: 1px 1px 3px 2px #3f97cb;
  box-shadow:         1px 1px 3px 2px #3f97cb;">
Div content here</div>

The shadow of div box using color #3f97cb