Color Hex Logo

#355cdb Color Hex

#355CDB
(53,92,219)
0 Favorites   0 Comments

Color spaces of #355cdb

RGB 5392219
HSL0.630.700.53
HSV226°76°86°
CMYK 0.760.580.00   0.14
XYZ18.081513.525668.6755
Yxy13.52560.18030.1349
Hunter Lab36.777223.3995-84.9706
CIE-Lab43.544830.9061-68.8550

#355cdb color RGB value is (53,92,219).

#355cdb hex color red value is 53, green value is 92 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #355cdb hue: 0.63 , saturation: 0.70 and the lightness value of 355cdb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 11011011
Octal 65 134 333
Decimal 53 92 219
Hex 35 5C DB

RGB Percentages of Color #355cdb

%14.56
%25.27
%60.16

CMYK Percentages of Color #355cdb

%76
%58
%0
%14

Triadic Colors of #355cdb

#355cdb #db355c #5cdb35

Analogous Colors of #355cdb

#355cdb #6135db #35afdb

Monochromatic Colors of #355cdb

#355cdb

Complementary Color

#355cdb #dbb435

#355cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#355cdb Color CSS Codes

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

#355cdb Text Font Color

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

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


#355cdb Background Color

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

This div background color is #355cdb


#355cdb Border Color

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

This div border color is #355cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355cdb


Comments

No comments written yet.

Please login to write comment.