Color Hex Logo

#253dcb Color Hex

#253DCB
(37,61,203)
0 Favorites   0 Comments

Color spaces of #253dcb

RGB 3761203
HSL0.640.690.47
HSV231°82°80°
CMYK 0.820.700.00   0.20
XYZ13.21128.042657.3560
Yxy8.04260.16810.1023
Hunter Lab28.359533.5247-100.0602
CIE-Lab34.071443.1777-75.1936

#253dcb color RGB value is (37,61,203).

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

The process color (four color CMYK) of #253dcb color hex is 0.82, 0.70, 0.00, 0.20. Web safe color of #253dcb is #3333cc. Color #253dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111101 11001011
Octal 45 75 313
Decimal 37 61 203
Hex 25 3D CB

RGB Percentages of Color #253dcb

%12.29
%20.27
%67.44

CMYK Percentages of Color #253dcb

%82
%70
%0
%20

Triadic Colors of #253dcb

#253dcb #cb253d #3dcb25

Analogous Colors of #253dcb

#253dcb #6025cb #2590cb

Monochromatic Colors of #253dcb

#253dcb

Complementary Color

#253dcb #cbb325

#253dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#253dcb Color CSS Codes

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

#253dcb Text Font Color

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

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


#253dcb Background Color

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

This div background color is #253dcb


#253dcb Border Color

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

This div border color is #253dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253dcb


Comments

No comments written yet.

Please login to write comment.