Color Hex Logo

#355abe Color Hex

#355ABE
(53,90,190)
0 Favorites   0 Comments

Color spaces of #355abe

RGB 5390190
HSL0.620.560.48
HSV224°72°75°
CMYK 0.720.530.00   0.25
XYZ14.418611.786950.2304
Yxy11.78690.18860.1542
Hunter Lab34.332114.8844-62.7133
CIE-Lab40.875421.5117-56.4758

#355abe color RGB value is (53,90,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 10111110
Octal 65 132 276
Decimal 53 90 190
Hex 35 5A BE

RGB Percentages of Color #355abe

%15.92
%27.03
%57.06

CMYK Percentages of Color #355abe

%72
%53
%0
%25

Triadic Colors of #355abe

#355abe #be355a #5abe35

Analogous Colors of #355abe

#355abe #5535be #359fbe

Monochromatic Colors of #355abe

#355abe

Complementary Color

#355abe #be9935

#355abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#355abe Color CSS Codes

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

#355abe Text Font Color

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

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


#355abe Background Color

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

This div background color is #355abe


#355abe Border Color

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

This div border color is #355abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355abe


Comments

No comments written yet.

Please login to write comment.