Color Hex Logo

#367f98 Color Hex

#367F98
(54,127,152)
0 Favorites   0 Comments

Color spaces of #367f98

RGB 54127152
HSL0.540.480.40
HSV195°64°60°
CMYK 0.640.160.00   0.40
XYZ14.778218.230032.4456
Yxy18.23000.22580.2785
Hunter Lab42.6966-12.9364-15.1675
CIE-Lab49.7739-14.6452-20.1830

#367f98 color RGB value is (54,127,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111111 10011000
Octal 66 177 230
Decimal 54 127 152
Hex 36 7F 98

RGB Percentages of Color #367f98

%16.22
%38.14
%45.65

CMYK Percentages of Color #367f98

%64
%16
%0
%40

Triadic Colors of #367f98

#367f98 #98367f #7f9836

Analogous Colors of #367f98

#367f98 #364e98 #369880

Monochromatic Colors of #367f98

#367f98

Complementary Color

#367f98 #984f36

#367f98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367f98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367f98 Color CSS Codes

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

#367f98 Text Font Color

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

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


#367f98 Background Color

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

This div background color is #367f98


#367f98 Border Color

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

This div border color is #367f98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367f98


Comments

No comments written yet.

Please login to write comment.