Color Hex Logo

#353dbf Color Hex

#353DBF
(53,61,191)
0 Favorites   0 Comments

Color spaces of #353dbf

RGB 5361191
HSL0.660.570.48
HSV237°72°75°
CMYK 0.720.680.00   0.25
XYZ12.54097.856050.1456
Yxy7.85600.17780.1114
Hunter Lab28.028630.8168-86.4551
CIE-Lab33.681240.4033-68.7927

#353dbf color RGB value is (53,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 10111111
Octal 65 75 277
Decimal 53 61 191
Hex 35 3D BF

RGB Percentages of Color #353dbf

%17.38
%20.00
%62.62

CMYK Percentages of Color #353dbf

%72
%68
%0
%25

Triadic Colors of #353dbf

#353dbf #bf353d #3dbf35

Analogous Colors of #353dbf

#353dbf #7235bf #3582bf

Monochromatic Colors of #353dbf

#353dbf

Complementary Color

#353dbf #bfb735

#353dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dbf Color CSS Codes

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

#353dbf Text Font Color

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

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


#353dbf Background Color

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

This div background color is #353dbf


#353dbf Border Color

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

This div border color is #353dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dbf


Comments

No comments written yet.

Please login to write comment.