Color Hex Logo

#365acc Color Hex

#365ACC
(54,90,204)
0 Favorites   0 Comments

Color spaces of #365acc

RGB 5490204
HSL0.630.600.51
HSV226°74°80°
CMYK 0.740.560.00   0.20
XYZ16.076612.456258.6837
Yxy12.45620.18430.1428
Hunter Lab35.293319.5458-73.8786
CIE-Lab41.932226.8094-62.8775

#365acc color RGB value is (54,90,204).

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

The process color (four color CMYK) of #365acc color hex is 0.74, 0.56, 0.00, 0.20. Web safe color of #365acc is #3366cc. Color #365acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 11001100
Octal 66 132 314
Decimal 54 90 204
Hex 36 5A CC

RGB Percentages of Color #365acc

%15.52
%25.86
%58.62

CMYK Percentages of Color #365acc

%74
%56
%0
%20

Triadic Colors of #365acc

#365acc #cc365a #5acc36

Analogous Colors of #365acc

#365acc #5d36cc #36a5cc

Monochromatic Colors of #365acc

#365acc

Complementary Color

#365acc #cca836

#365acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#365acc Color CSS Codes

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

#365acc Text Font Color

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

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


#365acc Background Color

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

This div background color is #365acc


#365acc Border Color

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

This div border color is #365acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365acc


Comments

No comments written yet.

Please login to write comment.