Color Hex Logo

#353bbd Color Hex

#353BBD
(53,59,189)
0 Favorites   0 Comments

Color spaces of #353bbd

RGB 5359189
HSL0.660.560.47
HSV237°72°74°
CMYK 0.720.690.00   0.26
XYZ12.21757.558948.9592
Yxy7.55890.17770.1100
Hunter Lab27.493531.2080-86.3358
CIE-Lab33.046840.9305-68.6586

#353bbd color RGB value is (53,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111011 10111101
Octal 65 73 275
Decimal 53 59 189
Hex 35 3B BD

RGB Percentages of Color #353bbd

%17.61
%19.60
%62.79

CMYK Percentages of Color #353bbd

%72
%69
%0
%26

Triadic Colors of #353bbd

#353bbd #bd353b #3bbd35

Analogous Colors of #353bbd

#353bbd #7335bd #357fbd

Monochromatic Colors of #353bbd

#353bbd

Complementary Color

#353bbd #bdb735

#353bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#353bbd Color CSS Codes

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

#353bbd Text Font Color

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

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


#353bbd Background Color

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

This div background color is #353bbd


#353bbd Border Color

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

This div border color is #353bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353bbd


Comments

No comments written yet.

Please login to write comment.