Color Hex Logo

#365ccf Color Hex

#365CCF
(54,92,207)
0 Favorites   0 Comments

Color spaces of #365ccf

RGB 5492207
HSL0.630.610.51
HSV225°74°81°
CMYK 0.740.560.00   0.19
XYZ16.611012.943660.6543
Yxy12.94360.18410.1435
Hunter Lab35.977219.4549-74.7735
CIE-Lab42.678126.6246-63.3931

#365ccf color RGB value is (54,92,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011100 11001111
Octal 66 134 317
Decimal 54 92 207
Hex 36 5C CF

RGB Percentages of Color #365ccf

%15.30
%26.06
%58.64

CMYK Percentages of Color #365ccf

%74
%56
%0
%19

Triadic Colors of #365ccf

#365ccf #cf365c #5ccf36

Analogous Colors of #365ccf

#365ccf #5d36cf #36a9cf

Monochromatic Colors of #365ccf

#365ccf

Complementary Color

#365ccf #cfa936

#365ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#365ccf Color CSS Codes

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

#365ccf Text Font Color

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

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


#365ccf Background Color

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

This div background color is #365ccf


#365ccf Border Color

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

This div border color is #365ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365ccf


Comments

No comments written yet.

Please login to write comment.