Color Hex Logo

#253199 Color Hex

#253199
(37,49,153)
0 Favorites   0 Comments

Color spaces of #253199

RGB 3749153
HSL0.650.610.37
HSV234°76°60°
CMYK 0.760.680.00   0.40
XYZ7.61104.889830.6797
Yxy4.88980.17630.1132
Hunter Lab22.112922.7401-66.7807
CIE-Lab26.418532.6736-57.9821

#253199 color RGB value is (37,49,153).

#253199 hex color red value is 37, green value is 49 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #253199 hue: 0.65 , saturation: 0.61 and the lightness value of 253199 is 0.37.

The process color (four color CMYK) of #253199 color hex is 0.76, 0.68, 0.00, 0.40. Web safe color of #253199 is #333399. Color #253199 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110001 10011001
Octal 45 61 231
Decimal 37 49 153
Hex 25 31 99

RGB Percentages of Color #253199

%15.48
%20.50
%64.02

CMYK Percentages of Color #253199

%76
%68
%0
%40

Triadic Colors of #253199

#253199 #992531 #319925

Analogous Colors of #253199

#253199 #532599 #256b99

Monochromatic Colors of #253199

#253199

Complementary Color

#253199 #998d25

#253199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253199 Color CSS Codes

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

#253199 Text Font Color

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

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


#253199 Background Color

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

This div background color is #253199


#253199 Border Color

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

This div border color is #253199


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,49,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #253199; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #253199;
  -webkit-box-shadow: 1px 1px 3px 2px #253199;
  box-shadow:         1px 1px 3px 2px #253199; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253199


Comments

No comments written yet.

Please login to write comment.