Color Hex Logo

#3b6caf Color Hex

#3B6CAF
(59,108,175)
0 Favorites   0 Comments

Color spaces of #3b6caf

RGB 59108175
HSL0.600.500.46
HSV215°66°69°
CMYK 0.660.380.00   0.31
XYZ14.904114.750142.6190
Yxy14.75010.20620.2041
Hunter Lab38.40592.0600-38.9100
CIE-Lab45.29005.4433-40.6276

#3b6caf color RGB value is (59,108,175).

#3b6caf hex color red value is 59, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #3b6caf hue: 0.60 , saturation: 0.50 and the lightness value of 3b6caf is 0.46.

The process color (four color CMYK) of #3b6caf color hex is 0.66, 0.38, 0.00, 0.31. Web safe color of #3b6caf is #336699. Color #3b6caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01101100 10101111
Octal 73 154 257
Decimal 59 108 175
Hex 3B 6C AF

RGB Percentages of Color #3b6caf

%17.25
%31.58
%51.17

CMYK Percentages of Color #3b6caf

%66
%38
%0
%31

Triadic Colors of #3b6caf

#3b6caf #af3b6c #6caf3b

Analogous Colors of #3b6caf

#3b6caf #443baf #3ba6af

Monochromatic Colors of #3b6caf

#3b6caf

Complementary Color

#3b6caf #af7e3b

#3b6caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b6caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b6caf Color CSS Codes

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

#3b6caf Text Font Color

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

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


#3b6caf Background Color

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

This div background color is #3b6caf


#3b6caf Border Color

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

This div border color is #3b6caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b6caf


Comments

No comments written yet.

Please login to write comment.