Color Hex Logo

#353dba Color Hex

#353DBA
(53,61,186)
0 Favorites   0 Comments

Color spaces of #353dba

RGB 5361186
HSL0.660.560.47
HSV236°72°73°
CMYK 0.720.670.00   0.27
XYZ11.99997.639547.2965
Yxy7.63950.17930.1141
Hunter Lab27.639629.1274-82.1083
CIE-Lab33.220538.6746-66.6046

#353dba color RGB value is (53,61,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 10111010
Octal 65 75 272
Decimal 53 61 186
Hex 35 3D BA

RGB Percentages of Color #353dba

%17.67
%20.33
%62.00

CMYK Percentages of Color #353dba

%72
%67
%0
%27

Triadic Colors of #353dba

#353dba #ba353d #3dba35

Analogous Colors of #353dba

#353dba #7035ba #3580ba

Monochromatic Colors of #353dba

#353dba

Complementary Color

#353dba #bab235

#353dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dba Color CSS Codes

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

#353dba Text Font Color

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

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


#353dba Background Color

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

This div background color is #353dba


#353dba Border Color

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

This div border color is #353dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dba


Comments

No comments written yet.

Please login to write comment.