Color Hex Logo

#2553bf Color Hex

#2553BF
(37,83,191)
0 Favorites   0 Comments

Color spaces of #2553bf

RGB 3783191
HSL0.620.680.45
HSV222°81°75°
CMYK 0.810.570.00   0.25
XYZ13.260210.341450.5874
Yxy10.34140.17870.1394
Hunter Lab32.158017.3269-70.7577
CIE-Lab38.448324.6317-61.0257

#2553bf color RGB value is (37,83,191).

#2553bf hex color red value is 37, green value is 83 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2553bf hue: 0.62 , saturation: 0.68 and the lightness value of 2553bf is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010011 10111111
Octal 45 123 277
Decimal 37 83 191
Hex 25 53 BF

RGB Percentages of Color #2553bf

%11.90
%26.69
%61.41

CMYK Percentages of Color #2553bf

%81
%57
%0
%25

Triadic Colors of #2553bf

#2553bf #bf2553 #53bf25

Analogous Colors of #2553bf

#2553bf #4425bf #25a0bf

Monochromatic Colors of #2553bf

#2553bf

Complementary Color

#2553bf #bf9125

#2553bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2553bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2553bf Color CSS Codes

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

#2553bf Text Font Color

<p style="color:#2553bf">Text here</p>

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


#2553bf Background Color

<div style="background-color:#2553bf">
Div content here</div>

This div background color is #2553bf


#2553bf Border Color

<div style="border:3px solid #2553bf">
Div here</div>

This div border color is #2553bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,83,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2553bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2553bf;
  -webkit-box-shadow: 1px 1px 3px 2px #2553bf;
  box-shadow:         1px 1px 3px 2px #2553bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2553bf


Comments

No comments written yet.

Please login to write comment.