Color Hex Logo

#353cbd Color Hex

#353CBD
(53,60,189)
0 Favorites   0 Comments

Color spaces of #353cbd

RGB 5360189
HSL0.660.560.47
HSV237°72°74°
CMYK 0.720.680.00   0.26
XYZ12.26947.662748.9765
Yxy7.66270.17810.1112
Hunter Lab27.681630.6744-85.5236
CIE-Lab33.270340.3240-68.2913

#353cbd color RGB value is (53,60,189).

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

The process color (four color CMYK) of #353cbd color hex is 0.72, 0.68, 0.00, 0.26. Web safe color of #353cbd is #3333cc. Color #353cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 10111101
Octal 65 74 275
Decimal 53 60 189
Hex 35 3C BD

RGB Percentages of Color #353cbd

%17.55
%19.87
%62.58

CMYK Percentages of Color #353cbd

%72
%68
%0
%26

Triadic Colors of #353cbd

#353cbd #bd353c #3cbd35

Analogous Colors of #353cbd

#353cbd #7235bd #3580bd

Monochromatic Colors of #353cbd

#353cbd

Complementary Color

#353cbd #bdb635

#353cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#353cbd Color CSS Codes

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

#353cbd Text Font Color

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

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


#353cbd Background Color

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

This div background color is #353cbd


#353cbd Border Color

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

This div border color is #353cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353cbd


Comments

No comments written yet.

Please login to write comment.