Color Hex Logo

#3b6ccc Color Hex

#3B6CCC
(59,108,204)
0 Favorites   0 Comments

Color spaces of #3b6ccc

RGB 59108204
HSL0.610.590.52
HSV220°71°80°
CMYK 0.710.470.00   0.20
XYZ18.065316.014659.2657
Yxy16.01460.19350.1716
Hunter Lab40.018210.5477-59.7938
CIE-Lab46.993615.9543-54.6871

#3b6ccc color RGB value is (59,108,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101100 11001100
Octal 73 154 314
Decimal 59 108 204
Hex 3B 6C CC

RGB Percentages of Color #3b6ccc

%15.90
%29.11
%54.99

CMYK Percentages of Color #3b6ccc

%71
%47
%0
%20

Triadic Colors of #3b6ccc

#3b6ccc #cc3b6c #6ccc3b

Analogous Colors of #3b6ccc

#3b6ccc #533bcc #3bb5cc

Monochromatic Colors of #3b6ccc

#3b6ccc

Complementary Color

#3b6ccc #cc9b3b

#3b6ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6ccc Color CSS Codes

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

#3b6ccc Text Font Color

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

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


#3b6ccc Background Color

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

This div background color is #3b6ccc


#3b6ccc Border Color

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

This div border color is #3b6ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6ccc


Comments

No comments written yet.

Please login to write comment.