Color Hex Logo

#355dbe Color Hex

#355DBE
(53,93,190)
0 Favorites   0 Comments

Color spaces of #355dbe

RGB 5393190
HSL0.620.560.48
HSV222°72°75°
CMYK 0.720.510.00   0.25
XYZ14.676812.303350.3164
Yxy12.30330.18990.1592
Hunter Lab35.076113.3063-60.4979
CIE-Lab41.694219.5649-55.1523

#355dbe color RGB value is (53,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 10111110
Octal 65 135 276
Decimal 53 93 190
Hex 35 5D BE

RGB Percentages of Color #355dbe

%15.77
%27.68
%56.55

CMYK Percentages of Color #355dbe

%72
%51
%0
%25

Triadic Colors of #355dbe

#355dbe #be355d #5dbe35

Analogous Colors of #355dbe

#355dbe #5135be #35a2be

Monochromatic Colors of #355dbe

#355dbe

Complementary Color

#355dbe #be9635

#355dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#355dbe Color CSS Codes

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

#355dbe Text Font Color

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

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


#355dbe Background Color

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

This div background color is #355dbe


#355dbe Border Color

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

This div border color is #355dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355dbe


Comments

No comments written yet.

Please login to write comment.