Color Hex Logo

#375098 Color Hex

#375098
(55,80,152)
0 Favorites   0 Comments

Color spaces of #375098

RGB 5580152
HSL0.620.470.41
HSV225°64°60°
CMYK 0.640.470.00   0.40
XYZ10.11178.816530.8746
Yxy8.81650.20300.1770
Hunter Lab29.69268.8255-40.8654
CIE-Lab35.628614.3814-42.3797

#375098 color RGB value is (55,80,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 10011000
Octal 67 120 230
Decimal 55 80 152
Hex 37 50 98

RGB Percentages of Color #375098

%19.16
%27.87
%52.96

CMYK Percentages of Color #375098

%64
%47
%0
%40

Triadic Colors of #375098

#375098 #983750 #509837

Analogous Colors of #375098

#375098 #4e3798 #378198

Monochromatic Colors of #375098

#375098

Complementary Color

#375098 #987f37

#375098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375098 Color CSS Codes

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

#375098 Text Font Color

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

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


#375098 Background Color

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

This div background color is #375098


#375098 Border Color

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

This div border color is #375098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375098


Comments

No comments written yet.

Please login to write comment.