Color Hex Logo

#3c509b Color Hex

#3C509B
(60,80,155)
0 Favorites   0 Comments

Color spaces of #3c509b

RGB 6080155
HSL0.630.440.42
HSV227°61°61°
CMYK 0.610.480.00   0.39
XYZ10.64859.064532.1987
Yxy9.06450.20510.1746
Hunter Lab30.107310.4450-42.3334
CIE-Lab36.108216.4344-43.4049

#3c509b color RGB value is (60,80,155).

#3c509b hex color red value is 60, green value is 80 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #3c509b hue: 0.63 , saturation: 0.44 and the lightness value of 3c509b is 0.42.

The process color (four color CMYK) of #3c509b color hex is 0.61, 0.48, 0.00, 0.39. Web safe color of #3c509b is #336699. Color #3c509b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 01010000 10011011
Octal 74 120 233
Decimal 60 80 155
Hex 3C 50 9B

RGB Percentages of Color #3c509b

%20.34
%27.12
%52.54

CMYK Percentages of Color #3c509b

%61
%48
%0
%39

Triadic Colors of #3c509b

#3c509b #9b3c50 #509b3c

Analogous Colors of #3c509b

#3c509b #583c9b #3c809b

Monochromatic Colors of #3c509b

#3c509b

Complementary Color

#3c509b #9b873c

#3c509b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3c509b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3c509b Color CSS Codes

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

#3c509b Text Font Color

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

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


#3c509b Background Color

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

This div background color is #3c509b


#3c509b Border Color

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

This div border color is #3c509b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3c509b


Comments

No comments written yet.

Please login to write comment.