color codes Logo

#3a56b7 color codes

#3A56B7
(58,86,183)
0 Favorites   0 Comments

Color spaces of #3a56b7

RGB 5886183
HSL0.630.520.47
HSV227°68°72°
CMYK 0.680.530.00   0.28
XYZ13.620010.974046.2001
Yxy10.97400.19240.1550
Hunter Lab33.127015.4170-59.4990
CIE-Lab39.536622.2652-54.5352

#3a56b7 color RGB value is (58,86,183).

#3a56b7 hex color red value is 58, green value is 86 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #3a56b7 hue: 0.63 , saturation: 0.52 and the lightness value of 3a56b7 is 0.47.

The process color (four color CMYK) of #3a56b7 color code is 0.68, 0.53, 0.00, 0.28. Web safe color of #3a56b7 is #3366cc. Color #3a56b7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 01010110 10110111
Octal 72 126 267
Decimal 58 86 183
Hex 3A 56 B7

RGB Percentages of Color #3a56b7

%17.74
%26.30
%55.96

CMYK Percentages of Color #3a56b7

%68
%53
%0
%28

Triadic Colors of #3a56b7

#3a56b7 #b73a56 #56b73a

Analogous Colors of #3a56b7

#3a56b7 #5c3ab7 #3a95b7

Monochromatic Colors of #3a56b7

#3a56b7

Complementary Color

#3a56b7 #b79b3a

#3a56b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3a56b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3a56b7 Color CSS Codes

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

#3a56b7 Text Font Color

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

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


#3a56b7 Background Color

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

This div background color is #3a56b7


#3a56b7 Border Color

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

This div border color is #3a56b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3a56b7


Comments

No comments written yet.

Please login to write comment.