Color Hex Logo

#365add Color Hex

#365ADD
(54,90,221)
0 Favorites   0 Comments

Color spaces of #365add

RGB 5490221
HSL0.630.710.54
HSV227°76°87°
CMYK 0.760.590.00   0.13
XYZ18.228613.317170.0163
Yxy13.31710.17950.1311
Hunter Lab36.492625.3014-88.2116
CIE-Lab43.237233.0095-70.4943

#365add color RGB value is (54,90,221).

#365add hex color red value is 54, green value is 90 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #365add hue: 0.63 , saturation: 0.71 and the lightness value of 365add is 0.54.

The process color (four color CMYK) of #365add color hex is 0.76, 0.59, 0.00, 0.13. Web safe color of #365add is #3366cc. Color #365add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11011101
Octal 66 132 335
Decimal 54 90 221
Hex 36 5A DD

RGB Percentages of Color #365add

%14.79
%24.66
%60.55

CMYK Percentages of Color #365add

%76
%59
%0
%13

Triadic Colors of #365add

#365add #dd365a #5add36

Analogous Colors of #365add

#365add #6636dd #36aedd

Monochromatic Colors of #365add

#365add

Complementary Color

#365add #ddb936

#365add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365add Color Preview on White Background

Lorem ipsum dolor sit amet.

#365add Color CSS Codes

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

#365add Text Font Color

<p style="color:#365add">Text here</p>

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


#365add Background Color

<div style="background-color:#365add">
Div content here</div>

This div background color is #365add


#365add Border Color

<div style="border:3px solid #365add">
Div here</div>

This div border color is #365add


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,90,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365add; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365add;
  -webkit-box-shadow: 1px 1px 3px 2px #365add;
  box-shadow:         1px 1px 3px 2px #365add; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,90,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365add


Comments

No comments written yet.

Please login to write comment.