Color Hex Logo

#365370 Color Hex

#365370
(54,83,112)
0 Favorites   0 Comments

Color spaces of #365370

RGB 5483112
HSL0.580.350.33
HSV210°52°44°
CMYK 0.520.260.00   0.56
XYZ7.53928.140616.5032
Yxy8.14060.23430.2529
Hunter Lab28.5317-2.7639-14.3220
CIE-Lab34.2740-1.8663-19.9556

#365370 color RGB value is (54,83,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010011 01110000
Octal 66 123 160
Decimal 54 83 112
Hex 36 53 70

RGB Percentages of Color #365370

%21.69
%33.33
%44.98

CMYK Percentages of Color #365370

%52
%26
%0
%56

Triadic Colors of #365370

#365370 #703653 #537036

Analogous Colors of #365370

#365370 #363670 #367070

Monochromatic Colors of #365370

#365370

Complementary Color

#365370 #705336

#365370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365370 Color CSS Codes

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

#365370 Text Font Color

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

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


#365370 Background Color

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

This div background color is #365370


#365370 Border Color

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

This div border color is #365370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365370

#365370 Color Palettes


Comments

No comments written yet.

Please login to write comment.