Color Hex Logo

#355dcf Color Hex

#355DCF
(53,93,207)
0 Favorites   0 Comments

Color spaces of #355dcf

RGB 5393207
HSL0.620.620.51
HSV224°74°81°
CMYK 0.740.550.00   0.19
XYZ16.645013.090660.6809
Yxy13.09060.18410.1448
Hunter Lab36.180918.8021-74.1116
CIE-Lab42.899425.8613-63.0357

#355dcf color RGB value is (53,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 11001111
Octal 65 135 317
Decimal 53 93 207
Hex 35 5D CF

RGB Percentages of Color #355dcf

%15.01
%26.35
%58.64

CMYK Percentages of Color #355dcf

%74
%55
%0
%19

Triadic Colors of #355dcf

#355dcf #cf355d #5dcf35

Analogous Colors of #355dcf

#355dcf #5a35cf #35aacf

Monochromatic Colors of #355dcf

#355dcf

Complementary Color

#355dcf #cfa735

#355dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#355dcf Color CSS Codes

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

#355dcf Text Font Color

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

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


#355dcf Background Color

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

This div background color is #355dcf


#355dcf Border Color

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

This div border color is #355dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355dcf


Comments

No comments written yet.

Please login to write comment.