Color Hex Logo

#355bdf Color Hex

#355BDF
(53,91,223)
0 Favorites   0 Comments

Color spaces of #355bdf

RGB 5391223
HSL0.630.730.54
HSV227°76°87°
CMYK 0.760.590.00   0.13
XYZ18.528613.566871.4541
Yxy13.56680.17890.1310
Hunter Lab36.833125.3349-89.2359
CIE-Lab43.605232.9967-71.0335

#355bdf color RGB value is (53,91,223).

#355bdf hex color red value is 53, green value is 91 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #355bdf hue: 0.63 , saturation: 0.73 and the lightness value of 355bdf is 0.54.

The process color (four color CMYK) of #355bdf color hex is 0.76, 0.59, 0.00, 0.13. Web safe color of #355bdf is #3366cc. Color #355bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 11011111
Octal 65 133 337
Decimal 53 91 223
Hex 35 5B DF

RGB Percentages of Color #355bdf

%14.44
%24.80
%60.76

CMYK Percentages of Color #355bdf

%76
%59
%0
%13

Triadic Colors of #355bdf

#355bdf #df355b #5bdf35

Analogous Colors of #355bdf

#355bdf #6435df #35b0df

Monochromatic Colors of #355bdf

#355bdf

Complementary Color

#355bdf #dfb935

#355bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#355bdf Color CSS Codes

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

#355bdf Text Font Color

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

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


#355bdf Background Color

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

This div background color is #355bdf


#355bdf Border Color

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

This div border color is #355bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355bdf


Comments

No comments written yet.

Please login to write comment.