Color Hex Logo

#353acb Color Hex

#353ACB
(53,58,203)
0 Favorites   0 Comments

Color spaces of #353acb

RGB 5358203
HSL0.660.590.50
HSV238°74°80°
CMYK 0.740.710.00   0.20
XYZ13.76078.094857.3371
Yxy8.09480.17380.1022
Hunter Lab28.451436.5429-99.5692
CIE-Lab34.179546.2540-74.9895

#353acb color RGB value is (53,58,203).

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

The process color (four color CMYK) of #353acb color hex is 0.74, 0.71, 0.00, 0.20. Web safe color of #353acb is #3333cc. Color #353acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 11001011
Octal 65 72 313
Decimal 53 58 203
Hex 35 3A CB

RGB Percentages of Color #353acb

%16.88
%18.47
%64.65

CMYK Percentages of Color #353acb

%74
%71
%0
%20

Triadic Colors of #353acb

#353acb #cb353a #3acb35

Analogous Colors of #353acb

#353acb #7b35cb #3585cb

Monochromatic Colors of #353acb

#353acb

Complementary Color

#353acb #cbc635

#353acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353acb Color CSS Codes

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

#353acb Text Font Color

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

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


#353acb Background Color

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

This div background color is #353acb


#353acb Border Color

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

This div border color is #353acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353acb


Comments

No comments written yet.

Please login to write comment.