Color Hex Logo

#365270 Color Hex

#365270
(54,82,112)
0 Favorites   0 Comments

Color spaces of #365270

RGB 5482112
HSL0.590.350.33
HSV211°52°44°
CMYK 0.520.270.00   0.56
XYZ7.46327.988716.4779
Yxy7.98870.23370.2502
Hunter Lab28.2643-2.3295-14.7807
CIE-Lab33.9593-1.2343-20.4436

#365270 color RGB value is (54,82,112).

#365270 hex color red value is 54, green value is 82 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #365270 hue: 0.59 , saturation: 0.35 and the lightness value of 365270 is 0.33.

The process color (four color CMYK) of #365270 color hex is 0.52, 0.27, 0.00, 0.56. Web safe color of #365270 is #336666. Color #365270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010010 01110000
Octal 66 122 160
Decimal 54 82 112
Hex 36 52 70

RGB Percentages of Color #365270

%21.77
%33.06
%45.16

CMYK Percentages of Color #365270

%52
%27
%0
%56

Triadic Colors of #365270

#365270 #703652 #527036

Analogous Colors of #365270

#365270 #373670 #366f70

Monochromatic Colors of #365270

#365270

Complementary Color

#365270 #705436

#365270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365270 Color CSS Codes

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

#365270 Text Font Color

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

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


#365270 Background Color

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

This div background color is #365270


#365270 Border Color

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

This div border color is #365270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365270


Comments

No comments written yet.

Please login to write comment.