Color Hex Logo

#353bcb Color Hex

#353BCB
(53,59,203)
0 Favorites   0 Comments

Color spaces of #353bcb

RGB 5359203
HSL0.660.590.50
HSV238°74°80°
CMYK 0.740.710.00   0.20
XYZ13.81178.196657.3541
Yxy8.19660.17400.1033
Hunter Lab28.629736.0110-98.7353
CIE-Lab34.389045.6751-74.6443

#353bcb color RGB value is (53,59,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111011 11001011
Octal 65 73 313
Decimal 53 59 203
Hex 35 3B CB

RGB Percentages of Color #353bcb

%16.83
%18.73
%64.44

CMYK Percentages of Color #353bcb

%74
%71
%0
%20

Triadic Colors of #353bcb

#353bcb #cb353b #3bcb35

Analogous Colors of #353bcb

#353bcb #7a35cb #3586cb

Monochromatic Colors of #353bcb

#353bcb

Complementary Color

#353bcb #cbc535

#353bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353bcb Color CSS Codes

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

#353bcb Text Font Color

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

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


#353bcb Background Color

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

This div background color is #353bcb


#353bcb Border Color

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

This div border color is #353bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353bcb


Comments

No comments written yet.

Please login to write comment.