Color Hex Logo

#375dcb Color Hex

#375DCB
(55,93,203)
0 Favorites   0 Comments

Color spaces of #375dcb

RGB 5593203
HSL0.620.590.51
HSV225°73°80°
CMYK 0.730.540.00   0.20
XYZ16.269412.952758.1425
Yxy12.95270.18620.1483
Hunter Lab35.989917.7096-70.5915
CIE-Lab42.691924.6358-61.0657

#375dcb color RGB value is (55,93,203).

#375dcb hex color red value is 55, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #375dcb hue: 0.62 , saturation: 0.59 and the lightness value of 375dcb is 0.51.

The process color (four color CMYK) of #375dcb color hex is 0.73, 0.54, 0.00, 0.20. Web safe color of #375dcb is #3366cc. Color #375dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011101 11001011
Octal 67 135 313
Decimal 55 93 203
Hex 37 5D CB

RGB Percentages of Color #375dcb

%15.67
%26.50
%57.83

CMYK Percentages of Color #375dcb

%73
%54
%0
%20

Triadic Colors of #375dcb

#375dcb #cb375d #5dcb37

Analogous Colors of #375dcb

#375dcb #5b37cb #37a7cb

Monochromatic Colors of #375dcb

#375dcb

Complementary Color

#375dcb #cba537

#375dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#375dcb Color CSS Codes

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

#375dcb Text Font Color

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

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


#375dcb Background Color

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

This div background color is #375dcb


#375dcb Border Color

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

This div border color is #375dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,93,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #375dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #375dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #375dcb;
  box-shadow:         1px 1px 3px 2px #375dcb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375dcb


Comments

No comments written yet.

Please login to write comment.