Color Hex Logo

#3a76cc Color Hex

#3A76CC
(58,118,204)
0 Favorites   0 Comments

Color spaces of #3a76cc

RGB 58118204
HSL0.600.590.51
HSV215°72°80°
CMYK 0.720.420.00   0.20
XYZ19.122418.216059.6349
Yxy18.21600.19720.1878
Hunter Lab42.68025.2846-52.9668
CIE-Lab49.75719.5445-50.2610

#3a76cc color RGB value is (58,118,204).

#3a76cc hex color red value is 58, green value is 118 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #3a76cc hue: 0.60 , saturation: 0.59 and the lightness value of 3a76cc is 0.51.

The process color (four color CMYK) of #3a76cc color hex is 0.72, 0.42, 0.00, 0.20. Web safe color of #3a76cc is #3366cc. Color #3a76cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01110110 11001100
Octal 72 166 314
Decimal 58 118 204
Hex 3A 76 CC

RGB Percentages of Color #3a76cc

%15.26
%31.05
%53.68

CMYK Percentages of Color #3a76cc

%72
%42
%0
%20

Triadic Colors of #3a76cc

#3a76cc #cc3a76 #76cc3a

Analogous Colors of #3a76cc

#3a76cc #473acc #3abfcc

Monochromatic Colors of #3a76cc

#3a76cc

Complementary Color

#3a76cc #cc903a

#3a76cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a76cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a76cc Color CSS Codes

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

#3a76cc Text Font Color

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

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


#3a76cc Background Color

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

This div background color is #3a76cc


#3a76cc Border Color

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

This div border color is #3a76cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(58,118,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3a76cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3a76cc;
  -webkit-box-shadow: 1px 1px 3px 2px #3a76cc;
  box-shadow:         1px 1px 3px 2px #3a76cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,118,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a76cc


Comments

No comments written yet.

Please login to write comment.