Color Hex Logo

#3528cb Color Hex

#3528CB
(53,40,203)
0 Favorites   0 Comments

Color spaces of #3528cb

RGB 5340203
HSL0.680.670.48
HSV245°80°80°
CMYK 0.740.800.00   0.20
XYZ13.00656.586357.0857
Yxy6.58630.16960.0859
Hunter Lab25.663845.5528-113.9181
CIE-Lab30.845955.7361-80.5007

#3528cb color RGB value is (53,40,203).

#3528cb hex color red value is 53, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #3528cb hue: 0.68 , saturation: 0.67 and the lightness value of 3528cb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00101000 11001011
Octal 65 50 313
Decimal 53 40 203
Hex 35 28 CB

RGB Percentages of Color #3528cb

%17.91
%13.51
%68.58

CMYK Percentages of Color #3528cb

%74
%80
%0
%20

Triadic Colors of #3528cb

#3528cb #cb3528 #28cb35

Analogous Colors of #3528cb

#3528cb #8728cb #286dcb

Monochromatic Colors of #3528cb

#3528cb

Complementary Color

#3528cb #becb28

#3528cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3528cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3528cb Color CSS Codes

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

#3528cb Text Font Color

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

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


#3528cb Background Color

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

This div background color is #3528cb


#3528cb Border Color

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

This div border color is #3528cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3528cb


Comments

No comments written yet.

Please login to write comment.