Color Hex Logo

#3583cb Color Hex

#3583CB
(53,131,203)
0 Favorites   0 Comments

Color spaces of #3583cb

RGB 53131203
HSL0.580.590.50
HSV209°74°80°
CMYK 0.740.350.00   0.20
XYZ20.364021.301359.5382
Yxy21.30130.20120.2105
Hunter Lab46.1533-2.0097-44.1773
CIE-Lab53.27770.5778-44.1024

#3583cb color RGB value is (53,131,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000011 11001011
Octal 65 203 313
Decimal 53 131 203
Hex 35 83 CB

RGB Percentages of Color #3583cb

%13.70
%33.85
%52.45

CMYK Percentages of Color #3583cb

%74
%35
%0
%20

Triadic Colors of #3583cb

#3583cb #cb3583 #83cb35

Analogous Colors of #3583cb

#3583cb #3538cb #35cbc8

Monochromatic Colors of #3583cb

#3583cb

Complementary Color

#3583cb #cb7d35

#3583cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3583cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3583cb Color CSS Codes

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

#3583cb Text Font Color

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

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


#3583cb Background Color

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

This div background color is #3583cb


#3583cb Border Color

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

This div border color is #3583cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3583cb


Comments

No comments written yet.

Please login to write comment.