Color Hex Logo

#2556cb Color Hex

#2556CB
(37,86,203)
0 Favorites   0 Comments

Color spaces of #2556cb

RGB 3786203
HSL0.620.690.47
HSV222°82°80°
CMYK 0.820.580.00   0.20
XYZ14.870211.360757.9090
Yxy11.36070.17670.1350
Hunter Lab33.705619.7655-78.2710
CIE-Lab40.181527.2583-65.1766

#2556cb color RGB value is (37,86,203).

#2556cb hex color red value is 37, green value is 86 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2556cb hue: 0.62 , saturation: 0.69 and the lightness value of 2556cb is 0.47.

The process color (four color CMYK) of #2556cb color hex is 0.82, 0.58, 0.00, 0.20. Web safe color of #2556cb is #3366cc. Color #2556cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010110 11001011
Octal 45 126 313
Decimal 37 86 203
Hex 25 56 CB

RGB Percentages of Color #2556cb

%11.35
%26.38
%62.27

CMYK Percentages of Color #2556cb

%82
%58
%0
%20

Triadic Colors of #2556cb

#2556cb #cb2556 #56cb25

Analogous Colors of #2556cb

#2556cb #4725cb #25a9cb

Monochromatic Colors of #2556cb

#2556cb

Complementary Color

#2556cb #cb9a25

#2556cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2556cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2556cb Color CSS Codes

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

#2556cb Text Font Color

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

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


#2556cb Background Color

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

This div background color is #2556cb


#2556cb Border Color

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

This div border color is #2556cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,86,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2556cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2556cb;
  -webkit-box-shadow: 1px 1px 3px 2px #2556cb;
  box-shadow:         1px 1px 3px 2px #2556cb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2556cb


Comments

No comments written yet.

Please login to write comment.