Color Hex Logo

#376398 Color Hex

#376398
(55,99,152)
0 Favorites   0 Comments

Color spaces of #376398

RGB 5599152
HSL0.590.470.41
HSV213°64°60°
CMYK 0.640.350.00   0.40
XYZ11.704912.002931.4056
Yxy12.00290.21240.2178
Hunter Lab34.6452-0.3228-29.4943
CIE-Lab41.22072.1185-33.4870

#376398 color RGB value is (55,99,152).

#376398 hex color red value is 55, green value is 99 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #376398 hue: 0.59 , saturation: 0.47 and the lightness value of 376398 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01100011 10011000
Octal 67 143 230
Decimal 55 99 152
Hex 37 63 98

RGB Percentages of Color #376398

%17.97
%32.35
%49.67

CMYK Percentages of Color #376398

%64
%35
%0
%40

Triadic Colors of #376398

#376398 #983763 #639837

Analogous Colors of #376398

#376398 #3c3798 #379498

Monochromatic Colors of #376398

#376398

Complementary Color

#376398 #986c37

#376398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#376398 Color CSS Codes

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

#376398 Text Font Color

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

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


#376398 Background Color

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

This div background color is #376398


#376398 Border Color

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

This div border color is #376398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376398


Comments

No comments written yet.

Please login to write comment.