Color Hex Logo

#253cb4 Color Hex

#253CB4
(37,60,180)
0 Favorites   0 Comments

Color spaces of #253cb4

RGB 3760180
HSL0.640.660.43
HSV230°79°71°
CMYK 0.790.670.00   0.29
XYZ10.61706.920343.9562
Yxy6.92030.17270.1125
Hunter Lab26.306526.0043-80.6548
CIE-Lab31.624835.5215-65.7027

#253cb4 color RGB value is (37,60,180).

#253cb4 hex color red value is 37, green value is 60 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #253cb4 hue: 0.64 , saturation: 0.66 and the lightness value of 253cb4 is 0.43.

The process color (four color CMYK) of #253cb4 color hex is 0.79, 0.67, 0.00, 0.29. Web safe color of #253cb4 is #3333cc. Color #253cb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111100 10110100
Octal 45 74 264
Decimal 37 60 180
Hex 25 3C B4

RGB Percentages of Color #253cb4

%13.36
%21.66
%64.98

CMYK Percentages of Color #253cb4

%79
%67
%0
%29

Triadic Colors of #253cb4

#253cb4 #b4253c #3cb425

Analogous Colors of #253cb4

#253cb4 #5625b4 #2584b4

Monochromatic Colors of #253cb4

#253cb4

Complementary Color

#253cb4 #b49d25

#253cb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253cb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253cb4 Color CSS Codes

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

#253cb4 Text Font Color

<p style="color:#253cb4">Text here</p>

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


#253cb4 Background Color

<div style="background-color:#253cb4">
Div content here</div>

This div background color is #253cb4


#253cb4 Border Color

<div style="border:3px solid #253cb4">
Div here</div>

This div border color is #253cb4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,60,180, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253cb4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253cb4;
  -webkit-box-shadow: 1px 1px 3px 2px #253cb4;
  box-shadow:         1px 1px 3px 2px #253cb4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253cb4


Comments

No comments written yet.

Please login to write comment.