Color Hex Logo

#3556ca Color Hex

#3556CA
(53,86,202)
0 Favorites   0 Comments

Color spaces of #3556ca

RGB 5386202
HSL0.630.580.50
HSV227°74°79°
CMYK 0.740.570.00   0.21
XYZ15.456711.676757.3163
Yxy11.67670.18300.1383
Hunter Lab34.171220.9416-75.5290
CIE-Lab40.697628.5301-63.7319

#3556ca color RGB value is (53,86,202).

#3556ca hex color red value is 53, green value is 86 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #3556ca hue: 0.63 , saturation: 0.58 and the lightness value of 3556ca is 0.50.

The process color (four color CMYK) of #3556ca color hex is 0.74, 0.57, 0.00, 0.21. Web safe color of #3556ca is #3366cc. Color #3556ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 11001010
Octal 65 126 312
Decimal 53 86 202
Hex 35 56 CA

RGB Percentages of Color #3556ca

%15.54
%25.22
%59.24

CMYK Percentages of Color #3556ca

%74
%57
%0
%21

Triadic Colors of #3556ca

#3556ca #ca3556 #56ca35

Analogous Colors of #3556ca

#3556ca #5f35ca #35a1ca

Monochromatic Colors of #3556ca

#3556ca

Complementary Color

#3556ca #caa935

#3556ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3556ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3556ca Color CSS Codes

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

#3556ca Text Font Color

<p style="color:#3556ca">Text here</p>

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


#3556ca Background Color

<div style="background-color:#3556ca">
Div content here</div>

This div background color is #3556ca


#3556ca Border Color

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

This div border color is #3556ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,86,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3556ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3556ca;
  -webkit-box-shadow: 1px 1px 3px 2px #3556ca;
  box-shadow:         1px 1px 3px 2px #3556ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3556ca


Comments

No comments written yet.

Please login to write comment.