Color Hex Logo

#365dcf Color Hex

#365DCF
(54,93,207)
0 Favorites   0 Comments

Color spaces of #365dcf

RGB 5493207
HSL0.620.610.51
HSV225°74°81°
CMYK 0.740.550.00   0.19
XYZ16.698213.118060.6834
Yxy13.11800.18450.1450
Hunter Lab36.218818.9123-73.9853
CIE-Lab42.940525.9820-62.9671

#365dcf color RGB value is (54,93,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 11001111
Octal 66 135 317
Decimal 54 93 207
Hex 36 5D CF

RGB Percentages of Color #365dcf

%15.25
%26.27
%58.47

CMYK Percentages of Color #365dcf

%74
%55
%0
%19

Triadic Colors of #365dcf

#365dcf #cf365d #5dcf36

Analogous Colors of #365dcf

#365dcf #5b36cf #36aacf

Monochromatic Colors of #365dcf

#365dcf

Complementary Color

#365dcf #cfa836

#365dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#365dcf Color CSS Codes

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

#365dcf Text Font Color

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

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


#365dcf Background Color

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

This div background color is #365dcf


#365dcf Border Color

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

This div border color is #365dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365dcf


Comments

No comments written yet.

Please login to write comment.