Color Hex Logo

#355bcf Color Hex

#355BCF
(53,91,207)
0 Favorites   0 Comments

Color spaces of #355bcf

RGB 5391207
HSL0.630.620.51
HSV225°74°81°
CMYK 0.740.560.00   0.19
XYZ16.471812.744060.6232
Yxy12.74400.18330.1419
Hunter Lab35.698719.8891-75.6965
CIE-Lab42.375027.1484-63.8877

#355bcf color RGB value is (53,91,207).

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

The process color (four color CMYK) of #355bcf color hex is 0.74, 0.56, 0.00, 0.19. Web safe color of #355bcf is #3366cc. Color #355bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 11001111
Octal 65 133 317
Decimal 53 91 207
Hex 35 5B CF

RGB Percentages of Color #355bcf

%15.10
%25.93
%58.97

CMYK Percentages of Color #355bcf

%74
%56
%0
%19

Triadic Colors of #355bcf

#355bcf #cf355b #5bcf35

Analogous Colors of #355bcf

#355bcf #5c35cf #35a8cf

Monochromatic Colors of #355bcf

#355bcf

Complementary Color

#355bcf #cfa935

#355bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#355bcf Color CSS Codes

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

#355bcf Text Font Color

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

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


#355bcf Background Color

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

This div background color is #355bcf


#355bcf Border Color

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

This div border color is #355bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355bcf


Comments

No comments written yet.

Please login to write comment.