Color Hex Logo

#3b5aef Color Hex

#3B5AEF
(59,90,239)
0 Favorites   0 Comments

Color spaces of #3b5aef

RGB 5990239
HSL0.640.850.58
HSV230°75°94°
CMYK 0.750.620.00   0.06
XYZ21.039814.474183.3462
Yxy14.47410.17700.1218
Hunter Lab38.044832.1367-103.2573
CIE-Lab44.905339.9393-77.9434

#3b5aef color RGB value is (59,90,239).

#3b5aef hex color red value is 59, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3b5aef hue: 0.64 , saturation: 0.85 and the lightness value of 3b5aef is 0.58.

The process color (four color CMYK) of #3b5aef color hex is 0.75, 0.62, 0.00, 0.06. Web safe color of #3b5aef is #3366ff. Color #3b5aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01011010 11101111
Octal 73 132 357
Decimal 59 90 239
Hex 3B 5A EF

RGB Percentages of Color #3b5aef

%15.21
%23.20
%61.60

CMYK Percentages of Color #3b5aef

%75
%62
%0
%6

Triadic Colors of #3b5aef

#3b5aef #ef3b5a #5aef3b

Analogous Colors of #3b5aef

#3b5aef #763bef #3bb4ef

Monochromatic Colors of #3b5aef

#3b5aef

Complementary Color

#3b5aef #efd03b

#3b5aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b5aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b5aef Color CSS Codes

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

#3b5aef Text Font Color

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

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


#3b5aef Background Color

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

This div background color is #3b5aef


#3b5aef Border Color

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

This div border color is #3b5aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b5aef


Comments

No comments written yet.

Please login to write comment.