Color Hex Logo

#3c4fbd Color Hex

#3C4FBD
(60,79,189)
0 Favorites   0 Comments

Color spaces of #3c4fbd

RGB 6079189
HSL0.640.520.49
HSV231°68°74°
CMYK 0.680.580.00   0.26
XYZ13.844810.226749.3884
Yxy10.22670.18850.1392
Hunter Lab31.979221.3146-69.1815
CIE-Lab38.246329.2588-60.1405

#3c4fbd color RGB value is (60,79,189).

#3c4fbd hex color red value is 60, green value is 79 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3c4fbd hue: 0.64 , saturation: 0.52 and the lightness value of 3c4fbd is 0.49.

The process color (four color CMYK) of #3c4fbd color hex is 0.68, 0.58, 0.00, 0.26. Web safe color of #3c4fbd is #3366cc. Color #3c4fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01001111 10111101
Octal 74 117 275
Decimal 60 79 189
Hex 3C 4F BD

RGB Percentages of Color #3c4fbd

%18.29
%24.09
%57.62

CMYK Percentages of Color #3c4fbd

%68
%58
%0
%26

Triadic Colors of #3c4fbd

#3c4fbd #bd3c4f #4fbd3c

Analogous Colors of #3c4fbd

#3c4fbd #6a3cbd #3c90bd

Monochromatic Colors of #3c4fbd

#3c4fbd

Complementary Color

#3c4fbd #bdaa3c

#3c4fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c4fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c4fbd Color CSS Codes

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

#3c4fbd Text Font Color

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

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


#3c4fbd Background Color

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

This div background color is #3c4fbd


#3c4fbd Border Color

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

This div border color is #3c4fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c4fbd


Comments

No comments written yet.

Please login to write comment.