Color Hex Logo

#353dbe Color Hex

#353DBE
(53,61,190)
0 Favorites   0 Comments

Color spaces of #353dbe

RGB 5361190
HSL0.660.560.48
HSV236°72°75°
CMYK 0.720.680.00   0.25
XYZ12.43127.812149.5679
Yxy7.81210.17810.1119
Hunter Lab27.950130.4776-85.5822
CIE-Lab33.588540.0586-68.3571

#353dbe color RGB value is (53,61,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 10111110
Octal 65 75 276
Decimal 53 61 190
Hex 35 3D BE

RGB Percentages of Color #353dbe

%17.43
%20.07
%62.50

CMYK Percentages of Color #353dbe

%72
%68
%0
%25

Triadic Colors of #353dbe

#353dbe #be353d #3dbe35

Analogous Colors of #353dbe

#353dbe #7235be #3582be

Monochromatic Colors of #353dbe

#353dbe

Complementary Color

#353dbe #beb635

#353dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dbe Color CSS Codes

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

#353dbe Text Font Color

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

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


#353dbe Background Color

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

This div background color is #353dbe


#353dbe Border Color

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

This div border color is #353dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dbe


Comments

No comments written yet.

Please login to write comment.