Color Hex Logo

#3d6ca5 Color Hex

#3D6CA5
(61,108,165)
0 Favorites   0 Comments

Color spaces of #3d6ca5

RGB 61108165
HSL0.590.460.44
HSV213°63°65°
CMYK 0.630.350.00   0.35
XYZ14.078614.433837.6413
Yxy14.43380.21280.2182
Hunter Lab37.9918-0.3391-32.1487
CIE-Lab44.84872.2726-35.4553

#3d6ca5 color RGB value is (61,108,165).

#3d6ca5 hex color red value is 61, green value is 108 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #3d6ca5 hue: 0.59 , saturation: 0.46 and the lightness value of 3d6ca5 is 0.44.

The process color (four color CMYK) of #3d6ca5 color hex is 0.63, 0.35, 0.00, 0.35. Web safe color of #3d6ca5 is #336699. Color #3d6ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111101 01101100 10100101
Octal 75 154 245
Decimal 61 108 165
Hex 3D 6C A5

RGB Percentages of Color #3d6ca5

%18.26
%32.34
%49.40

CMYK Percentages of Color #3d6ca5

%63
%35
%0
%35

Triadic Colors of #3d6ca5

#3d6ca5 #a53d6c #6ca53d

Analogous Colors of #3d6ca5

#3d6ca5 #423da5 #3da0a5

Monochromatic Colors of #3d6ca5

#3d6ca5

Complementary Color

#3d6ca5 #a5763d

#3d6ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3d6ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3d6ca5 Color CSS Codes

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

#3d6ca5 Text Font Color

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

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


#3d6ca5 Background Color

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

This div background color is #3d6ca5


#3d6ca5 Border Color

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

This div border color is #3d6ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3d6ca5


Comments

No comments written yet.

Please login to write comment.