Color Hex Logo

#365882 Color Hex

#365882
(54,88,130)
0 Favorites   0 Comments

Color spaces of #365882

RGB 5488130
HSL0.590.410.36
HSV213°58°51°
CMYK 0.580.320.00   0.49
XYZ9.04039.375422.4523
Yxy9.37540.22120.2294
Hunter Lab30.6193-0.8818-22.0423
CIE-Lab36.69721.0930-27.3008

#365882 color RGB value is (54,88,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011000 10000010
Octal 66 130 202
Decimal 54 88 130
Hex 36 58 82

RGB Percentages of Color #365882

%19.85
%32.35
%47.79

CMYK Percentages of Color #365882

%58
%32
%0
%49

Triadic Colors of #365882

#365882 #823658 #588236

Analogous Colors of #365882

#365882 #3a3682 #367e82

Monochromatic Colors of #365882

#365882

Complementary Color

#365882 #826036

#365882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365882 Color CSS Codes

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

#365882 Text Font Color

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

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


#365882 Background Color

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

This div background color is #365882


#365882 Border Color

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

This div border color is #365882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365882


Comments

No comments written yet.

Please login to write comment.