Color Hex Logo

#368598 Color Hex

#368598
(54,133,152)
0 Favorites   0 Comments

Color spaces of #368598

RGB 54133152
HSL0.530.480.40
HSV192°64°60°
CMYK 0.640.130.00   0.40
XYZ15.576319.826332.7117
Yxy19.82630.22870.2911
Hunter Lab44.5267-15.4791-12.3889
CIE-Lab51.6403-17.9344-17.3294

#368598 color RGB value is (54,133,152).

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

The process color (four color CMYK) of #368598 color hex is 0.64, 0.13, 0.00, 0.40. Web safe color of #368598 is #339999. Color #368598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000101 10011000
Octal 66 205 230
Decimal 54 133 152
Hex 36 85 98

RGB Percentages of Color #368598

%15.93
%39.23
%44.84

CMYK Percentages of Color #368598

%64
%13
%0
%40

Triadic Colors of #368598

#368598 #983685 #859836

Analogous Colors of #368598

#368598 #365498 #36987a

Monochromatic Colors of #368598

#368598

Complementary Color

#368598 #984936

#368598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368598 Color CSS Codes

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

#368598 Text Font Color

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

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


#368598 Background Color

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

This div background color is #368598


#368598 Border Color

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

This div border color is #368598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368598


Comments

No comments written yet.

Please login to write comment.