Color Hex Logo

#353dcb Color Hex

#353DCB
(53,61,203)
0 Favorites   0 Comments

Color spaces of #353dcb

RGB 5361203
HSL0.660.590.50
HSV237°74°80°
CMYK 0.740.700.00   0.20
XYZ13.91648.406257.3890
Yxy8.40620.17460.1055
Hunter Lab28.993434.9387-97.0619
CIE-Lab34.814944.5019-73.9427

#353dcb color RGB value is (53,61,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111101 11001011
Octal 65 75 313
Decimal 53 61 203
Hex 35 3D CB

RGB Percentages of Color #353dcb

%16.72
%19.24
%64.04

CMYK Percentages of Color #353dcb

%74
%70
%0
%20

Triadic Colors of #353dcb

#353dcb #cb353d #3dcb35

Analogous Colors of #353dcb

#353dcb #7835cb #3588cb

Monochromatic Colors of #353dcb

#353dcb

Complementary Color

#353dcb #cbc335

#353dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#353dcb Color CSS Codes

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

#353dcb Text Font Color

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

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


#353dcb Background Color

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

This div background color is #353dcb


#353dcb Border Color

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

This div border color is #353dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353dcb


Comments

No comments written yet.

Please login to write comment.