Color Hex Logo

#365dcc Color Hex

#365DCC
(54,93,204)
0 Favorites   0 Comments

Color spaces of #365dcc

RGB 5493204
HSL0.620.600.51
HSV224°74°80°
CMYK 0.740.540.00   0.20
XYZ16.334812.972658.7698
Yxy12.97260.18550.1473
Hunter Lab36.017517.9234-71.5313
CIE-Lab42.721924.8778-61.5954

#365dcc color RGB value is (54,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 11001100
Octal 66 135 314
Decimal 54 93 204
Hex 36 5D CC

RGB Percentages of Color #365dcc

%15.38
%26.50
%58.12

CMYK Percentages of Color #365dcc

%74
%54
%0
%20

Triadic Colors of #365dcc

#365dcc #cc365d #5dcc36

Analogous Colors of #365dcc

#365dcc #5a36cc #36a8cc

Monochromatic Colors of #365dcc

#365dcc

Complementary Color

#365dcc #cca536

#365dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#365dcc Color CSS Codes

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

#365dcc Text Font Color

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

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


#365dcc Background Color

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

This div background color is #365dcc


#365dcc Border Color

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

This div border color is #365dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,93,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 #365dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365dcc


Comments

No comments written yet.

Please login to write comment.