Color Hex Logo

#3562db Color Hex

#3562DB
(53,98,219)
0 Favorites   0 Comments

Color spaces of #3562db

RGB 5398219
HSL0.620.700.53
HSV224°76°86°
CMYK 0.760.550.00   0.14
XYZ18.622114.606768.8557
Yxy14.60670.18240.1431
Hunter Lab38.218720.0915-80.0651
CIE-Lab45.090727.0802-66.3394

#3562db color RGB value is (53,98,219).

#3562db hex color red value is 53, green value is 98 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3562db hue: 0.62 , saturation: 0.70 and the lightness value of 3562db is 0.53.

The process color (four color CMYK) of #3562db color hex is 0.76, 0.55, 0.00, 0.14. Web safe color of #3562db is #3366cc. Color #3562db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 11011011
Octal 65 142 333
Decimal 53 98 219
Hex 35 62 DB

RGB Percentages of Color #3562db

%14.32
%26.49
%59.19

CMYK Percentages of Color #3562db

%76
%55
%0
%14

Triadic Colors of #3562db

#3562db #db3562 #62db35

Analogous Colors of #3562db

#3562db #5b35db #35b5db

Monochromatic Colors of #3562db

#3562db

Complementary Color

#3562db #dbae35

#3562db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3562db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3562db Color CSS Codes

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

#3562db Text Font Color

<p style="color:#3562db">Text here</p>

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


#3562db Background Color

<div style="background-color:#3562db">
Div content here</div>

This div background color is #3562db


#3562db Border Color

<div style="border:3px solid #3562db">
Div here</div>

This div border color is #3562db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,98,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3562db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3562db;
  -webkit-box-shadow: 1px 1px 3px 2px #3562db;
  box-shadow:         1px 1px 3px 2px #3562db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,98,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #3562db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3562db


Comments

No comments written yet.

Please login to write comment.