Color Hex Logo

#2556af Color Hex

#2556AF
(37,86,175)
0 Favorites   0 Comments

Color spaces of #2556af

RGB 3786175
HSL0.610.650.42
HSV219°79°69°
CMYK 0.790.510.00   0.31
XYZ11.828610.144041.8920
Yxy10.14400.18520.1588
Hunter Lab31.849610.5560-55.6897
CIE-Lab38.099616.4447-52.1881

#2556af color RGB value is (37,86,175).

#2556af hex color red value is 37, green value is 86 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #2556af hue: 0.61 , saturation: 0.65 and the lightness value of 2556af is 0.42.

The process color (four color CMYK) of #2556af color hex is 0.79, 0.51, 0.00, 0.31. Web safe color of #2556af is #336699. Color #2556af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010110 10101111
Octal 45 126 257
Decimal 37 86 175
Hex 25 56 AF

RGB Percentages of Color #2556af

%12.42
%28.86
%58.72

CMYK Percentages of Color #2556af

%79
%51
%0
%31

Triadic Colors of #2556af

#2556af #af2556 #56af25

Analogous Colors of #2556af

#2556af #3925af #259baf

Monochromatic Colors of #2556af

#2556af

Complementary Color

#2556af #af7e25

#2556af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2556af Color Preview on White Background

Lorem ipsum dolor sit amet.

#2556af Color CSS Codes

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

#2556af Text Font Color

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

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


#2556af Background Color

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

This div background color is #2556af


#2556af Border Color

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

This div border color is #2556af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2556af


Comments

No comments written yet.

Please login to write comment.