Color Hex Logo

#375abb Color Hex

#375ABB
(55,90,187)
0 Favorites   0 Comments

Color spaces of #375abb

RGB 5590187
HSL0.620.550.47
HSV224°71°73°
CMYK 0.710.520.00   0.27
XYZ14.201411.712448.5259
Yxy11.71240.19080.1573
Hunter Lab34.223414.1798-60.1119
CIE-Lab40.755320.6835-54.9147

#375abb color RGB value is (55,90,187).

#375abb hex color red value is 55, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #375abb hue: 0.62 , saturation: 0.55 and the lightness value of 375abb is 0.47.

The process color (four color CMYK) of #375abb color hex is 0.71, 0.52, 0.00, 0.27. Web safe color of #375abb is #3366cc. Color #375abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01011010 10111011
Octal 67 132 273
Decimal 55 90 187
Hex 37 5A BB

RGB Percentages of Color #375abb

%16.57
%27.11
%56.33

CMYK Percentages of Color #375abb

%71
%52
%0
%27

Triadic Colors of #375abb

#375abb #bb375a #5abb37

Analogous Colors of #375abb

#375abb #5637bb #379cbb

Monochromatic Colors of #375abb

#375abb

Complementary Color

#375abb #bb9837

#375abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#375abb Color CSS Codes

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

#375abb Text Font Color

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

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


#375abb Background Color

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

This div background color is #375abb


#375abb Border Color

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

This div border color is #375abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375abb


Comments

No comments written yet.

Please login to write comment.