Color Hex Logo

#375398 Color Hex

#375398
(55,83,152)
0 Favorites   0 Comments

Color spaces of #375398

RGB 5583152
HSL0.620.470.41
HSV223°64°60°
CMYK 0.640.450.00   0.40
XYZ10.33639.265730.9494
Yxy9.26570.20450.1833
Hunter Lab30.43967.3435-38.9752
CIE-Lab36.490912.4057-40.9989

#375398 color RGB value is (55,83,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010011 10011000
Octal 67 123 230
Decimal 55 83 152
Hex 37 53 98

RGB Percentages of Color #375398

%18.97
%28.62
%52.41

CMYK Percentages of Color #375398

%64
%45
%0
%40

Triadic Colors of #375398

#375398 #983753 #539837

Analogous Colors of #375398

#375398 #4b3798 #378498

Monochromatic Colors of #375398

#375398

Complementary Color

#375398 #987c37

#375398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375398 Color CSS Codes

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

#375398 Text Font Color

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

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


#375398 Background Color

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

This div background color is #375398


#375398 Border Color

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

This div border color is #375398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375398


Comments

No comments written yet.

Please login to write comment.