Color Hex Logo

#365870 Color Hex

#365870
(54,88,112)
0 Favorites   0 Comments

Color spaces of #365870

RGB 5488112
HSL0.570.350.33
HSV205°52°44°
CMYK 0.520.210.00   0.56
XYZ7.93578.933616.6353
Yxy8.93360.23690.2666
Hunter Lab29.8891-4.9134-12.0765
CIE-Lab35.8561-4.9839-17.5115

#365870 color RGB value is (54,88,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011000 01110000
Octal 66 130 160
Decimal 54 88 112
Hex 36 58 70

RGB Percentages of Color #365870

%21.26
%34.65
%44.09

CMYK Percentages of Color #365870

%52
%21
%0
%56

Triadic Colors of #365870

#365870 #703658 #587036

Analogous Colors of #365870

#365870 #363b70 #36706b

Monochromatic Colors of #365870

#365870

Complementary Color

#365870 #704e36

#365870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365870 Color CSS Codes

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

#365870 Text Font Color

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

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


#365870 Background Color

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

This div background color is #365870


#365870 Border Color

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

This div border color is #365870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365870


Comments

No comments written yet.

Please login to write comment.