Color Hex Logo

#3b3cca Color Hex

#3B3CCA
(59,60,202)
0 Favorites   0 Comments

Color spaces of #3b3cca

RGB 5960202
HSL0.670.570.51
HSV240°71°79°
CMYK 0.710.700.00   0.21
XYZ14.08028.425856.7613
Yxy8.42580.17760.1063
Hunter Lab29.027235.7871-95.6196
CIE-Lab34.854445.3617-73.2835

#3b3cca color RGB value is (59,60,202).

#3b3cca hex color red value is 59, green value is 60 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3b3cca hue: 0.67 , saturation: 0.57 and the lightness value of 3b3cca is 0.51.

The process color (four color CMYK) of #3b3cca color hex is 0.71, 0.70, 0.00, 0.21. Web safe color of #3b3cca is #3333cc. Color #3b3cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 00111100 11001010
Octal 73 74 312
Decimal 59 60 202
Hex 3B 3C CA

RGB Percentages of Color #3b3cca

%18.38
%18.69
%62.93

CMYK Percentages of Color #3b3cca

%71
%70
%0
%21

Triadic Colors of #3b3cca

#3b3cca #ca3b3c #3cca3b

Analogous Colors of #3b3cca

#3b3cca #823bca #3b84ca

Monochromatic Colors of #3b3cca

#3b3cca

Complementary Color

#3b3cca #cac93b

#3b3cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b3cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b3cca Color CSS Codes

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

#3b3cca Text Font Color

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

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


#3b3cca Background Color

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

This div background color is #3b3cca


#3b3cca Border Color

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

This div border color is #3b3cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b3cca


Comments

No comments written yet.

Please login to write comment.