Color Hex Logo

#3b6bff Color Hex

#3B6BFF
(59,107,255)
0 Favorites   0 Comments

Color spaces of #3b6bff

RGB 59107255
HSL0.631.000.62
HSV225°77°100°
CMYK 0.770.580.00   0.00
XYZ25.111318.665296.8870
Yxy18.66520.17850.1327
Hunter Lab43.203228.1450-102.7207
CIE-Lab50.293235.0874-78.0690

#3b6bff color RGB value is (59,107,255).

#3b6bff hex color red value is 59, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #3b6bff hue: 0.63 , saturation: 1.00 and the lightness value of 3b6bff is 0.62.

The process color (four color CMYK) of #3b6bff color hex is 0.77, 0.58, 0.00, 0.00. Web safe color of #3b6bff is #3366ff. Color #3b6bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101011 11111111
Octal 73 153 377
Decimal 59 107 255
Hex 3B 6B FF

RGB Percentages of Color #3b6bff

%14.01
%25.42
%60.57

CMYK Percentages of Color #3b6bff

%77
%58
%0
%0

Triadic Colors of #3b6bff

#3b6bff #ff3b6b #6bff3b

Analogous Colors of #3b6bff

#3b6bff #6d3bff #3bcdff

Monochromatic Colors of #3b6bff

#3b6bff

Complementary Color

#3b6bff #ffcf3b

#3b6bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6bff Color CSS Codes

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

#3b6bff Text Font Color

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

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


#3b6bff Background Color

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

This div background color is #3b6bff


#3b6bff Border Color

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

This div border color is #3b6bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6bff


Comments

No comments written yet.

Please login to write comment.