Color Hex Logo

#365782 Color Hex

#365782
(54,87,130)
0 Favorites   0 Comments

Color spaces of #365782

RGB 5487130
HSL0.590.410.36
HSV214°58°51°
CMYK 0.580.330.00   0.49
XYZ8.95889.212422.4251
Yxy9.21240.22070.2269
Hunter Lab30.3519-0.4291-22.5592
CIE-Lab36.39011.7292-27.7827

#365782 color RGB value is (54,87,130).

#365782 hex color red value is 54, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #365782 hue: 0.59 , saturation: 0.41 and the lightness value of 365782 is 0.36.

The process color (four color CMYK) of #365782 color hex is 0.58, 0.33, 0.00, 0.49. Web safe color of #365782 is #336699. Color #365782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010111 10000010
Octal 66 127 202
Decimal 54 87 130
Hex 36 57 82

RGB Percentages of Color #365782

%19.93
%32.10
%47.97

CMYK Percentages of Color #365782

%58
%33
%0
%49

Triadic Colors of #365782

#365782 #823657 #578236

Analogous Colors of #365782

#365782 #3b3682 #367d82

Monochromatic Colors of #365782

#365782

Complementary Color

#365782 #826136

#365782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365782 Color CSS Codes

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

#365782 Text Font Color

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

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


#365782 Background Color

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

This div background color is #365782


#365782 Border Color

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

This div border color is #365782


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,87,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #365782; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #365782;
  -webkit-box-shadow: 1px 1px 3px 2px #365782;
  box-shadow:         1px 1px 3px 2px #365782; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365782


Comments

No comments written yet.

Please login to write comment.