Color Hex Logo

#3b648f Color Hex

#3B648F
(59,100,143)
0 Favorites   0 Comments

Color spaces of #3b648f

RGB 59100143
HSL0.590.420.40
HSV211°59°56°
CMYK 0.590.300.00   0.44
XYZ11.318712.027327.7115
Yxy12.02730.22170.2356
Hunter Lab34.6804-2.4334-23.0996
CIE-Lab41.2595-0.8151-28.0215

#3b648f color RGB value is (59,100,143).

#3b648f hex color red value is 59, green value is 100 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #3b648f hue: 0.59 , saturation: 0.42 and the lightness value of 3b648f is 0.40.

The process color (four color CMYK) of #3b648f color hex is 0.59, 0.30, 0.00, 0.44. Web safe color of #3b648f is #336699. Color #3b648f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100100 10001111
Octal 73 144 217
Decimal 59 100 143
Hex 3B 64 8F

RGB Percentages of Color #3b648f

%19.54
%33.11
%47.35

CMYK Percentages of Color #3b648f

%59
%30
%0
%44

Triadic Colors of #3b648f

#3b648f #8f3b64 #648f3b

Analogous Colors of #3b648f

#3b648f #3c3b8f #3b8e8f

Monochromatic Colors of #3b648f

#3b648f

Complementary Color

#3b648f #8f663b

#3b648f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b648f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b648f Color CSS Codes

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

#3b648f Text Font Color

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

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


#3b648f Background Color

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

This div background color is #3b648f


#3b648f Border Color

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

This div border color is #3b648f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b648f


Comments

No comments written yet.

Please login to write comment.