Color Hex Logo

#355ddb Color Hex

#355DDB
(53,93,219)
0 Favorites   0 Comments

Color spaces of #355ddb

RGB 5393219
HSL0.630.700.53
HSV226°76°86°
CMYK 0.760.580.00   0.14
XYZ18.168713.700168.7046
Yxy13.70010.18070.1362
Hunter Lab37.013622.8455-84.1443
CIE-Lab43.799730.2686-68.4396

#355ddb color RGB value is (53,93,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011101 11011011
Octal 65 135 333
Decimal 53 93 219
Hex 35 5D DB

RGB Percentages of Color #355ddb

%14.52
%25.48
%60.00

CMYK Percentages of Color #355ddb

%76
%58
%0
%14

Triadic Colors of #355ddb

#355ddb #db355d #5ddb35

Analogous Colors of #355ddb

#355ddb #6035db #35b0db

Monochromatic Colors of #355ddb

#355ddb

Complementary Color

#355ddb #dbb335

#355ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#355ddb Color CSS Codes

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

#355ddb Text Font Color

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

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


#355ddb Background Color

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

This div background color is #355ddb


#355ddb Border Color

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

This div border color is #355ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355ddb


Comments

No comments written yet.

Please login to write comment.