Color Hex Logo

#399198 Color Hex

#399198
(57,145,152)
0 Favorites   0 Comments

Color spaces of #399198

RGB 57145152
HSL0.510.450.41
HSV184°63°60°
CMYK 0.630.050.00   0.40
XYZ17.480223.387733.2987
Yxy23.38770.23570.3153
Hunter Lab48.3608-20.1120-6.9714
CIE-Lab55.4695-23.7171-11.5238

#399198 color RGB value is (57,145,152).

#399198 hex color red value is 57, green value is 145 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #399198 hue: 0.51 , saturation: 0.45 and the lightness value of 399198 is 0.41.

The process color (four color CMYK) of #399198 color hex is 0.63, 0.05, 0.00, 0.40. Web safe color of #399198 is #339999. Color #399198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010001 10011000
Octal 71 221 230
Decimal 57 145 152
Hex 39 91 98

RGB Percentages of Color #399198

%16.10
%40.96
%42.94

CMYK Percentages of Color #399198

%63
%5
%0
%40

Triadic Colors of #399198

#399198 #983991 #919839

Analogous Colors of #399198

#399198 #396198 #399870

Monochromatic Colors of #399198

#399198

Complementary Color

#399198 #984039

#399198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399198 Color CSS Codes

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

#399198 Text Font Color

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

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


#399198 Background Color

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

This div background color is #399198


#399198 Border Color

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

This div border color is #399198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399198


Comments

No comments written yet.

Please login to write comment.