Color Hex Logo

#353cdb Color Hex

#353CDB
(53,60,219)
0 Favorites   0 Comments

Color spaces of #353cdb

RGB 5360219
HSL0.660.700.53
HSV237°76°86°
CMYK 0.760.730.00   0.14
XYZ15.87029.103167.9384
Yxy9.10310.17080.0980
Hunter Lab30.171341.0916-112.3865
CIE-Lab36.182050.4060-80.9335

#353cdb color RGB value is (53,60,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 11011011
Octal 65 74 333
Decimal 53 60 219
Hex 35 3C DB

RGB Percentages of Color #353cdb

%15.96
%18.07
%65.96

CMYK Percentages of Color #353cdb

%76
%73
%0
%14

Triadic Colors of #353cdb

#353cdb #db353c #3cdb35

Analogous Colors of #353cdb

#353cdb #8135db #358fdb

Monochromatic Colors of #353cdb

#353cdb

Complementary Color

#353cdb #dbd435

#353cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353cdb Color CSS Codes

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

#353cdb Text Font Color

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

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


#353cdb Background Color

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

This div background color is #353cdb


#353cdb Border Color

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

This div border color is #353cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353cdb


Comments

No comments written yet.

Please login to write comment.