Color Hex Logo

#353cbb Color Hex

#353CBB
(53,60,187)
0 Favorites   0 Comments

Color spaces of #353cbb

RGB 5360187
HSL0.660.560.47
HSV237°72°73°
CMYK 0.720.680.00   0.27
XYZ12.05377.576547.8408
Yxy7.57650.17870.1123
Hunter Lab27.525429.9976-83.7816
CIE-Lab33.084939.6337-67.4173

#353cbb color RGB value is (53,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 10111011
Octal 65 74 273
Decimal 53 60 187
Hex 35 3C BB

RGB Percentages of Color #353cbb

%17.67
%20.00
%62.33

CMYK Percentages of Color #353cbb

%72
%68
%0
%27

Triadic Colors of #353cbb

#353cbb #bb353c #3cbb35

Analogous Colors of #353cbb

#353cbb #7135bb #357fbb

Monochromatic Colors of #353cbb

#353cbb

Complementary Color

#353cbb #bbb435

#353cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353cbb Color CSS Codes

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

#353cbb Text Font Color

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

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


#353cbb Background Color

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

This div background color is #353cbb


#353cbb Border Color

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

This div border color is #353cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353cbb


Comments

No comments written yet.

Please login to write comment.