Color Hex Logo

#2537be Color Hex

#2537BE
(37,55,190)
0 Favorites   0 Comments

Color spaces of #2537be

RGB 3755190
HSL0.650.670.45
HSV233°81°75°
CMYK 0.810.710.00   0.25
XYZ11.42346.843449.4340
Yxy6.84340.16870.1011
Hunter Lab26.159932.1669-93.7276
CIE-Lab31.447742.2331-71.9094

#2537be color RGB value is (37,55,190).

#2537be hex color red value is 37, green value is 55 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #2537be hue: 0.65 , saturation: 0.67 and the lightness value of 2537be is 0.45.

The process color (four color CMYK) of #2537be color hex is 0.81, 0.71, 0.00, 0.25. Web safe color of #2537be is #3333cc. Color #2537be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110111 10111110
Octal 45 67 276
Decimal 37 55 190
Hex 25 37 BE

RGB Percentages of Color #2537be

%13.12
%19.50
%67.38

CMYK Percentages of Color #2537be

%81
%71
%0
%25

Triadic Colors of #2537be

#2537be #be2537 #37be25

Analogous Colors of #2537be

#2537be #6025be #2584be

Monochromatic Colors of #2537be

#2537be

Complementary Color

#2537be #beac25

#2537be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2537be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2537be Color CSS Codes

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

#2537be Text Font Color

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

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


#2537be Background Color

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

This div background color is #2537be


#2537be Border Color

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

This div border color is #2537be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,55,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2537be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2537be;
  -webkit-box-shadow: 1px 1px 3px 2px #2537be;
  box-shadow:         1px 1px 3px 2px #2537be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2537be


Comments

No comments written yet.

Please login to write comment.