Color Hex Logo

#355ebe Color Hex

#355EBE
(53,94,190)
0 Favorites   0 Comments

Color spaces of #355ebe

RGB 5394190
HSL0.620.560.48
HSV222°72°75°
CMYK 0.720.510.00   0.25
XYZ14.765212.480050.3459
Yxy12.48000.19030.1608
Hunter Lab35.327012.7831-59.7675
CIE-Lab41.969118.9175-54.7086

#355ebe color RGB value is (53,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 10111110
Octal 65 136 276
Decimal 53 94 190
Hex 35 5E BE

RGB Percentages of Color #355ebe

%15.73
%27.89
%56.38

CMYK Percentages of Color #355ebe

%72
%51
%0
%25

Triadic Colors of #355ebe

#355ebe #be355e #5ebe35

Analogous Colors of #355ebe

#355ebe #5035be #35a3be

Monochromatic Colors of #355ebe

#355ebe

Complementary Color

#355ebe #be9535

#355ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ebe Color CSS Codes

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

#355ebe Text Font Color

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

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


#355ebe Background Color

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

This div background color is #355ebe


#355ebe Border Color

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

This div border color is #355ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ebe


Comments

No comments written yet.

Please login to write comment.