Color Hex Logo

#375288 Color Hex

#375288
(55,82,136)
0 Favorites   0 Comments

Color spaces of #375288

RGB 5582136
HSL0.610.420.37
HSV220°60°53°
CMYK 0.600.400.00   0.47
XYZ9.03688.624424.4809
Yxy8.62440.21440.2047
Hunter Lab29.36733.5345-28.8676
CIE-Lab35.25087.2981-33.2511

#375288 color RGB value is (55,82,136).

#375288 hex color red value is 55, green value is 82 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #375288 hue: 0.61 , saturation: 0.42 and the lightness value of 375288 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010010 10001000
Octal 67 122 210
Decimal 55 82 136
Hex 37 52 88

RGB Percentages of Color #375288

%20.15
%30.04
%49.82

CMYK Percentages of Color #375288

%60
%40
%0
%47

Triadic Colors of #375288

#375288 #883752 #528837

Analogous Colors of #375288

#375288 #453788 #377b88

Monochromatic Colors of #375288

#375288

Complementary Color

#375288 #886d37

#375288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375288 Color CSS Codes

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

#375288 Text Font Color

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

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


#375288 Background Color

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

This div background color is #375288


#375288 Border Color

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

This div border color is #375288


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,82,136, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #375288">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375288


Comments

No comments written yet.

Please login to write comment.