Color Hex Logo

#353cbf Color Hex

#353CBF
(53,60,191)
0 Favorites   0 Comments

Color spaces of #353cbf

RGB 5360191
HSL0.660.570.48
HSV237°72°75°
CMYK 0.720.690.00   0.25
XYZ12.48807.750250.1280
Yxy7.75020.17750.1101
Hunter Lab27.839231.3523-87.2718
CIE-Lab33.457141.0106-69.1609

#353cbf color RGB value is (53,60,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 10111111
Octal 65 74 277
Decimal 53 60 191
Hex 35 3C BF

RGB Percentages of Color #353cbf

%17.43
%19.74
%62.83

CMYK Percentages of Color #353cbf

%72
%69
%0
%25

Triadic Colors of #353cbf

#353cbf #bf353c #3cbf35

Analogous Colors of #353cbf

#353cbf #7335bf #3581bf

Monochromatic Colors of #353cbf

#353cbf

Complementary Color

#353cbf #bfb835

#353cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#353cbf Color CSS Codes

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

#353cbf Text Font Color

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

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


#353cbf Background Color

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

This div background color is #353cbf


#353cbf Border Color

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

This div border color is #353cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353cbf


Comments

No comments written yet.

Please login to write comment.