Color Hex Logo

#3b62cb Color Hex

#3B62CB
(59,98,203)
0 Favorites   0 Comments

Color spaces of #3b62cb

RGB 5998203
HSL0.620.580.51
HSV224°71°80°
CMYK 0.710.520.00   0.20
XYZ16.950813.977058.3043
Yxy13.97700.19000.1566
Hunter Lab37.385815.5070-66.2944
CIE-Lab44.199921.9585-58.6160

#3b62cb color RGB value is (59,98,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100010 11001011
Octal 73 142 313
Decimal 59 98 203
Hex 3B 62 CB

RGB Percentages of Color #3b62cb

%16.39
%27.22
%56.39

CMYK Percentages of Color #3b62cb

%71
%52
%0
%20

Triadic Colors of #3b62cb

#3b62cb #cb3b62 #62cb3b

Analogous Colors of #3b62cb

#3b62cb #5c3bcb #3baacb

Monochromatic Colors of #3b62cb

#3b62cb

Complementary Color

#3b62cb #cba43b

#3b62cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b62cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b62cb Color CSS Codes

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

#3b62cb Text Font Color

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

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


#3b62cb Background Color

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

This div background color is #3b62cb


#3b62cb Border Color

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

This div border color is #3b62cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,98,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 #3b62cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b62cb


Comments

No comments written yet.

Please login to write comment.