Color Hex Logo

#2563be Color Hex

#2563BE
(37,99,190)
0 Favorites   0 Comments

Color spaces of #2563be

RGB 3799190
HSL0.600.670.45
HSV216°81°75°
CMYK 0.810.480.00   0.25
XYZ14.519113.034750.4659
Yxy13.03470.18610.1671
Hunter Lab36.10368.6027-57.6035
CIE-Lab42.815513.7674-53.3720

#2563be color RGB value is (37,99,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100011 10111110
Octal 45 143 276
Decimal 37 99 190
Hex 25 63 BE

RGB Percentages of Color #2563be

%11.35
%30.37
%58.28

CMYK Percentages of Color #2563be

%81
%48
%0
%25

Triadic Colors of #2563be

#2563be #be2563 #63be25

Analogous Colors of #2563be

#2563be #3425be #25b0be

Monochromatic Colors of #2563be

#2563be

Complementary Color

#2563be #be8025

#2563be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2563be Color Preview on White Background

Lorem ipsum dolor sit amet.

#2563be Color CSS Codes

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

#2563be Text Font Color

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

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


#2563be Background Color

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

This div background color is #2563be


#2563be Border Color

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

This div border color is #2563be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,99,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 #2563be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2563be


Comments

No comments written yet.

Please login to write comment.