Color Hex Logo

#3d6bfb Color Hex

#3D6BFB
(61,107,251)
0 Favorites   0 Comments

Color spaces of #3d6bfb

RGB 61107251
HSL0.630.960.61
HSV225°76°98°
CMYK 0.760.570.00   0.02
XYZ24.594718.472593.5361
Yxy18.47250.18000.1352
Hunter Lab42.979626.9306-98.9464
CIE-Lab50.064333.8588-76.2199

#3d6bfb color RGB value is (61,107,251).

#3d6bfb hex color red value is 61, green value is 107 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3d6bfb hue: 0.63 , saturation: 0.96 and the lightness value of 3d6bfb is 0.61.

The process color (four color CMYK) of #3d6bfb color hex is 0.76, 0.57, 0.00, 0.02. Web safe color of #3d6bfb is #3366ff. Color #3d6bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01101011 11111011
Octal 75 153 373
Decimal 61 107 251
Hex 3D 6B FB

RGB Percentages of Color #3d6bfb

%14.56
%25.54
%59.90

CMYK Percentages of Color #3d6bfb

%76
%57
%0
%2

Triadic Colors of #3d6bfb

#3d6bfb #fb3d6b #6bfb3d

Analogous Colors of #3d6bfb

#3d6bfb #6e3dfb #3dcafb

Monochromatic Colors of #3d6bfb

#3d6bfb

Complementary Color

#3d6bfb #fbcd3d

#3d6bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d6bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d6bfb Color CSS Codes

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

#3d6bfb Text Font Color

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

This sample text font color is #3d6bfb
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.


#3d6bfb Background Color

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

This div background color is #3d6bfb


#3d6bfb Border Color

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

This div border color is #3d6bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d6bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.