Color Hex Logo

#365078 Color Hex

#365078
(54,80,120)
0 Favorites   0 Comments

Color spaces of #365078

RGB 5480120
HSL0.600.380.34
HSV216°55°47°
CMYK 0.550.330.00   0.53
XYZ7.78017.877718.8798
Yxy7.87770.22530.2281
Hunter Lab28.06720.3616-20.2351
CIE-Lab33.72692.7563-25.7899

#365078 color RGB value is (54,80,120).

#365078 hex color red value is 54, green value is 80 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #365078 hue: 0.60 , saturation: 0.38 and the lightness value of 365078 is 0.34.

The process color (four color CMYK) of #365078 color hex is 0.55, 0.33, 0.00, 0.53. Web safe color of #365078 is #336666. Color #365078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010000 01111000
Octal 66 120 170
Decimal 54 80 120
Hex 36 50 78

RGB Percentages of Color #365078

%21.26
%31.50
%47.24

CMYK Percentages of Color #365078

%55
%33
%0
%53

Triadic Colors of #365078

#365078 #783650 #507836

Analogous Colors of #365078

#365078 #3d3678 #367178

Monochromatic Colors of #365078

#365078

Complementary Color

#365078 #785e36

#365078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365078 Color CSS Codes

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

#365078 Text Font Color

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

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


#365078 Background Color

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

This div background color is #365078


#365078 Border Color

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

This div border color is #365078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365078


Comments

No comments written yet.

Please login to write comment.