Color Hex Logo

#3b64cb Color Hex

#3B64CB
(59,100,203)
0 Favorites   0 Comments

Color spaces of #3b64cb

RGB 59100203
HSL0.620.580.51
HSV223°71°80°
CMYK 0.710.510.00   0.20
XYZ17.140314.355958.3675
Yxy14.35590.19070.1598
Hunter Lab37.889214.4437-64.8126
CIE-Lab44.739120.6795-57.7452

#3b64cb color RGB value is (59,100,203).

#3b64cb hex color red value is 59, green value is 100 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3b64cb hue: 0.62 , saturation: 0.58 and the lightness value of 3b64cb is 0.51.

The process color (four color CMYK) of #3b64cb color hex is 0.71, 0.51, 0.00, 0.20. Web safe color of #3b64cb is #3366cc. Color #3b64cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100100 11001011
Octal 73 144 313
Decimal 59 100 203
Hex 3B 64 CB

RGB Percentages of Color #3b64cb

%16.30
%27.62
%56.08

CMYK Percentages of Color #3b64cb

%71
%51
%0
%20

Triadic Colors of #3b64cb

#3b64cb #cb3b64 #64cb3b

Analogous Colors of #3b64cb

#3b64cb #5a3bcb #3baccb

Monochromatic Colors of #3b64cb

#3b64cb

Complementary Color

#3b64cb #cba23b

#3b64cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b64cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b64cb Color CSS Codes

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

#3b64cb Text Font Color

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

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


#3b64cb Background Color

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

This div background color is #3b64cb


#3b64cb Border Color

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

This div border color is #3b64cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b64cb


Comments

No comments written yet.

Please login to write comment.