Color Hex Logo

#3558cb Color Hex

#3558CB
(53,88,203)
0 Favorites   0 Comments

Color spaces of #3558cb

RGB 5388203
HSL0.630.590.50
HSV226°74°80°
CMYK 0.740.570.00   0.20
XYZ15.737412.048157.9960
Yxy12.04810.18350.1405
Hunter Lab34.710420.1873-74.7677
CIE-Lab41.292527.6082-63.3421

#3558cb color RGB value is (53,88,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011000 11001011
Octal 65 130 313
Decimal 53 88 203
Hex 35 58 CB

RGB Percentages of Color #3558cb

%15.41
%25.58
%59.01

CMYK Percentages of Color #3558cb

%74
%57
%0
%20

Triadic Colors of #3558cb

#3558cb #cb3558 #58cb35

Analogous Colors of #3558cb

#3558cb #5d35cb #35a3cb

Monochromatic Colors of #3558cb

#3558cb

Complementary Color

#3558cb #cba835

#3558cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3558cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3558cb Color CSS Codes

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

#3558cb Text Font Color

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

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


#3558cb Background Color

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

This div background color is #3558cb


#3558cb Border Color

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

This div border color is #3558cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3558cb


Comments

No comments written yet.

Please login to write comment.