Color Hex Logo

#3558ca Color Hex

#3558CA
(53,88,202)
0 Favorites   0 Comments

Color spaces of #3558ca

RGB 5388202
HSL0.630.580.50
HSV226°74°79°
CMYK 0.740.560.00   0.21
XYZ15.618612.000657.3703
Yxy12.00060.18380.1412
Hunter Lab34.641919.8550-73.9406
CIE-Lab41.217127.2405-62.8870

#3558ca color RGB value is (53,88,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 11001010
Octal 65 130 312
Decimal 53 88 202
Hex 35 58 CA

RGB Percentages of Color #3558ca

%15.45
%25.66
%58.89

CMYK Percentages of Color #3558ca

%74
%56
%0
%21

Triadic Colors of #3558ca

#3558ca #ca3558 #58ca35

Analogous Colors of #3558ca

#3558ca #5d35ca #35a3ca

Monochromatic Colors of #3558ca

#3558ca

Complementary Color

#3558ca #caa735

#3558ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3558ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#3558ca Color CSS Codes

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

#3558ca Text Font Color

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

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


#3558ca Background Color

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

This div background color is #3558ca


#3558ca Border Color

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

This div border color is #3558ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,88,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 #3558ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3558ca


Comments

No comments written yet.

Please login to write comment.