Color Hex Logo

#3a67cc Color Hex

#3A67CC
(58,103,204)
0 Favorites   0 Comments

Color spaces of #3a67cc

RGB 58103204
HSL0.620.590.51
HSV222°72°80°
CMYK 0.720.500.00   0.20
XYZ17.494314.959759.0922
Yxy14.95970.19110.1634
Hunter Lab38.677813.0510-63.5093
CIE-Lab45.579018.9908-56.9667

#3a67cc color RGB value is (58,103,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 01100111 11001100
Octal 72 147 314
Decimal 58 103 204
Hex 3A 67 CC

RGB Percentages of Color #3a67cc

%15.89
%28.22
%55.89

CMYK Percentages of Color #3a67cc

%72
%50
%0
%20

Triadic Colors of #3a67cc

#3a67cc #cc3a67 #67cc3a

Analogous Colors of #3a67cc

#3a67cc #563acc #3ab0cc

Monochromatic Colors of #3a67cc

#3a67cc

Complementary Color

#3a67cc #cc9f3a

#3a67cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a67cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a67cc Color CSS Codes

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

#3a67cc Text Font Color

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

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


#3a67cc Background Color

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

This div background color is #3a67cc


#3a67cc Border Color

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

This div border color is #3a67cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(58,103,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 #3a67cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a67cc


Comments

No comments written yet.

Please login to write comment.