Color Hex Logo

#353bbf Color Hex

#353BBF
(53,59,191)
0 Favorites   0 Comments

Color spaces of #353bbf

RGB 5359191
HSL0.660.570.48
HSV237°72°75°
CMYK 0.720.690.00   0.25
XYZ12.43617.646450.1107
Yxy7.64640.17720.1089
Hunter Lab27.652131.8863-88.0878
CIE-Lab33.235341.6139-69.5255

#353bbf color RGB value is (53,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111011 10111111
Octal 65 73 277
Decimal 53 59 191
Hex 35 3B BF

RGB Percentages of Color #353bbf

%17.49
%19.47
%63.04

CMYK Percentages of Color #353bbf

%72
%69
%0
%25

Triadic Colors of #353bbf

#353bbf #bf353b #3bbf35

Analogous Colors of #353bbf

#353bbf #7435bf #3580bf

Monochromatic Colors of #353bbf

#353bbf

Complementary Color

#353bbf #bfb935

#353bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#353bbf Color CSS Codes

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

#353bbf Text Font Color

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

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


#353bbf Background Color

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

This div background color is #353bbf


#353bbf Border Color

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

This div border color is #353bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353bbf


Comments

No comments written yet.

Please login to write comment.