Color Hex Logo

#253abb Color Hex

#253ABB
(37,58,187)
0 Favorites   0 Comments

Color spaces of #253abb

RGB 3758187
HSL0.640.670.44
HSV232°80°73°
CMYK 0.800.690.00   0.27
XYZ11.24567.007347.7735
Yxy7.00730.17030.1061
Hunter Lab26.471329.5060-88.4724
CIE-Lab31.823539.3264-69.5207

#253abb color RGB value is (37,58,187).

#253abb hex color red value is 37, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #253abb hue: 0.64 , saturation: 0.67 and the lightness value of 253abb is 0.44.

The process color (four color CMYK) of #253abb color hex is 0.80, 0.69, 0.00, 0.27. Web safe color of #253abb is #3333cc. Color #253abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111010 10111011
Octal 45 72 273
Decimal 37 58 187
Hex 25 3A BB

RGB Percentages of Color #253abb

%13.12
%20.57
%66.31

CMYK Percentages of Color #253abb

%80
%69
%0
%27

Triadic Colors of #253abb

#253abb #bb253a #3abb25

Analogous Colors of #253abb

#253abb #5b25bb #2585bb

Monochromatic Colors of #253abb

#253abb

Complementary Color

#253abb #bba625

#253abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#253abb Color CSS Codes

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

#253abb Text Font Color

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

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


#253abb Background Color

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

This div background color is #253abb


#253abb Border Color

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

This div border color is #253abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253abb


Comments

No comments written yet.

Please login to write comment.