Color Hex Logo

#355abc Color Hex

#355ABC
(53,90,188)
0 Favorites   0 Comments

Color spaces of #355abc

RGB 5390188
HSL0.620.560.47
HSV224°72°74°
CMYK 0.720.520.00   0.26
XYZ14.201511.700149.0868
Yxy11.70010.18940.1560
Hunter Lab34.205414.2507-61.1409
CIE-Lab40.735520.7698-55.5354

#355abc color RGB value is (53,90,188).

#355abc hex color red value is 53, green value is 90 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #355abc hue: 0.62 , saturation: 0.56 and the lightness value of 355abc is 0.47.

The process color (four color CMYK) of #355abc color hex is 0.72, 0.52, 0.00, 0.26. Web safe color of #355abc is #3366cc. Color #355abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 10111100
Octal 65 132 274
Decimal 53 90 188
Hex 35 5A BC

RGB Percentages of Color #355abc

%16.01
%27.19
%56.80

CMYK Percentages of Color #355abc

%72
%52
%0
%26

Triadic Colors of #355abc

#355abc #bc355a #5abc35

Analogous Colors of #355abc

#355abc #5335bc #359ebc

Monochromatic Colors of #355abc

#355abc

Complementary Color

#355abc #bc9735

#355abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#355abc Color CSS Codes

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

#355abc Text Font Color

<p style="color:#355abc">Text here</p>

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


#355abc Background Color

<div style="background-color:#355abc">
Div content here</div>

This div background color is #355abc


#355abc Border Color

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

This div border color is #355abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,90,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355abc;
  -webkit-box-shadow: 1px 1px 3px 2px #355abc;
  box-shadow:         1px 1px 3px 2px #355abc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355abc


Comments

No comments written yet.

Please login to write comment.