Color Hex Logo

#353abb Color Hex

#353ABB
(53,58,187)
0 Favorites   0 Comments

Color spaces of #353abb

RGB 5358187
HSL0.660.560.47
HSV238°72°73°
CMYK 0.720.690.00   0.27
XYZ11.95097.370947.8065
Yxy7.37090.17800.1098
Hunter Lab27.149431.0625-85.3973
CIE-Lab32.636840.8489-68.1535

#353abb color RGB value is (53,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 10111011
Octal 65 72 273
Decimal 53 58 187
Hex 35 3A BB

RGB Percentages of Color #353abb

%17.79
%19.46
%62.75

CMYK Percentages of Color #353abb

%72
%69
%0
%27

Triadic Colors of #353abb

#353abb #bb353a #3abb35

Analogous Colors of #353abb

#353abb #7335bb #357dbb

Monochromatic Colors of #353abb

#353abb

Complementary Color

#353abb #bbb635

#353abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353abb Color CSS Codes

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

#353abb Text Font Color

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

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


#353abb Background Color

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

This div background color is #353abb


#353abb Border Color

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

This div border color is #353abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353abb


Comments

No comments written yet.

Please login to write comment.