Color Hex Logo

#3b6acc Color Hex

#3B6ACC
(59,106,204)
0 Favorites   0 Comments

Color spaces of #3b6acc

RGB 59106204
HSL0.610.590.52
HSV221°71°80°
CMYK 0.710.480.00   0.20
XYZ17.856815.597559.1962
Yxy15.59750.19270.1683
Hunter Lab39.493711.5937-61.2229
CIE-Lab46.441917.2221-55.5745

#3b6acc color RGB value is (59,106,204).

#3b6acc hex color red value is 59, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3b6acc hue: 0.61 , saturation: 0.59 and the lightness value of 3b6acc is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101010 11001100
Octal 73 152 314
Decimal 59 106 204
Hex 3B 6A CC

RGB Percentages of Color #3b6acc

%15.99
%28.73
%55.28

CMYK Percentages of Color #3b6acc

%71
%48
%0
%20

Triadic Colors of #3b6acc

#3b6acc #cc3b6a #6acc3b

Analogous Colors of #3b6acc

#3b6acc #553bcc #3bb3cc

Monochromatic Colors of #3b6acc

#3b6acc

Complementary Color

#3b6acc #cc9d3b

#3b6acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6acc Color CSS Codes

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

#3b6acc Text Font Color

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

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


#3b6acc Background Color

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

This div background color is #3b6acc


#3b6acc Border Color

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

This div border color is #3b6acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6acc


Comments

No comments written yet.

Please login to write comment.