Color Hex Logo

#3537cb Color Hex

#3537CB
(53,55,203)
0 Favorites   0 Comments

Color spaces of #3537cb

RGB 5355203
HSL0.660.590.50
HSV239°74°80°
CMYK 0.740.730.00   0.20
XYZ13.61397.801157.2881
Yxy7.80110.17300.0991
Hunter Lab27.930438.1264-102.0583
CIE-Lab33.565247.9652-76.0027

#3537cb color RGB value is (53,55,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110111 11001011
Octal 65 67 313
Decimal 53 55 203
Hex 35 37 CB

RGB Percentages of Color #3537cb

%17.04
%17.68
%65.27

CMYK Percentages of Color #3537cb

%74
%73
%0
%20

Triadic Colors of #3537cb

#3537cb #cb3537 #37cb35

Analogous Colors of #3537cb

#3537cb #7e35cb #3582cb

Monochromatic Colors of #3537cb

#3537cb

Complementary Color

#3537cb #cbc935

#3537cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3537cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3537cb Color CSS Codes

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

#3537cb Text Font Color

<p style="color:#3537cb">Text here</p>

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


#3537cb Background Color

<div style="background-color:#3537cb">
Div content here</div>

This div background color is #3537cb


#3537cb Border Color

<div style="border:3px solid #3537cb">
Div here</div>

This div border color is #3537cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3537cb


Comments

No comments written yet.

Please login to write comment.