Color Hex Logo

#353dbd Color Hex

#353DBD
(53,61,189)
0 Favorites   0 Comments

Color spaces of #353dbd

RGB 5361189
HSL0.660.560.47
HSV236°72°74°
CMYK 0.720.680.00   0.26
XYZ12.32227.768548.9941
Yxy7.76850.17840.1124
Hunter Lab27.872030.1386-84.7109
CIE-Lab33.496039.7130-67.9205

#353dbd color RGB value is (53,61,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 10111101
Octal 65 75 275
Decimal 53 61 189
Hex 35 3D BD

RGB Percentages of Color #353dbd

%17.49
%20.13
%62.38

CMYK Percentages of Color #353dbd

%72
%68
%0
%26

Triadic Colors of #353dbd

#353dbd #bd353d #3dbd35

Analogous Colors of #353dbd

#353dbd #7135bd #3581bd

Monochromatic Colors of #353dbd

#353dbd

Complementary Color

#353dbd #bdb535

#353dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dbd Color CSS Codes

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

#353dbd Text Font Color

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

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


#353dbd Background Color

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

This div background color is #353dbd


#353dbd Border Color

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

This div border color is #353dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dbd


Comments

No comments written yet.

Please login to write comment.