Color Hex Logo

#365898 Color Hex

#365898
(54,88,152)
0 Favorites   0 Comments

Color spaces of #365898

RGB 5488152
HSL0.610.480.40
HSV219°64°60°
CMYK 0.640.420.00   0.40
XYZ10.678510.030731.0791
Yxy10.03070.20620.1937
Hunter Lab31.67134.7595-36.0115
CIE-Lab37.89758.9481-38.7573

#365898 color RGB value is (54,88,152).

#365898 hex color red value is 54, green value is 88 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #365898 hue: 0.61 , saturation: 0.48 and the lightness value of 365898 is 0.40.

The process color (four color CMYK) of #365898 color hex is 0.64, 0.42, 0.00, 0.40. Web safe color of #365898 is #336699. Color #365898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011000 10011000
Octal 66 130 230
Decimal 54 88 152
Hex 36 58 98

RGB Percentages of Color #365898

%18.37
%29.93
%51.70

CMYK Percentages of Color #365898

%64
%42
%0
%40

Triadic Colors of #365898

#365898 #983658 #589836

Analogous Colors of #365898

#365898 #453698 #368998

Monochromatic Colors of #365898

#365898

Complementary Color

#365898 #987636

#365898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365898 Color CSS Codes

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

#365898 Text Font Color

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

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


#365898 Background Color

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

This div background color is #365898


#365898 Border Color

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

This div border color is #365898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365898


Comments

No comments written yet.

Please login to write comment.