Color Hex Logo

#253363 Color Hex

#253363
(37,51,99)
0 Favorites   0 Comments

Color spaces of #253363

RGB 375199
HSL0.630.460.27
HSV226°63°39°
CMYK 0.630.480.00   0.61
XYZ4.19893.661812.2899
Yxy3.66180.20840.1817
Hunter Lab19.13585.6799-24.6837
CIE-Lab22.520310.7182-30.2411

#253363 color RGB value is (37,51,99).

#253363 hex color red value is 37, green value is 51 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #253363 hue: 0.63 , saturation: 0.46 and the lightness value of 253363 is 0.27.

The process color (four color CMYK) of #253363 color hex is 0.63, 0.48, 0.00, 0.61. Web safe color of #253363 is #333366. Color #253363 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110011 01100011
Octal 45 63 143
Decimal 37 51 99
Hex 25 33 63

RGB Percentages of Color #253363

%19.79
%27.27
%52.94

CMYK Percentages of Color #253363

%63
%48
%0
%61

Triadic Colors of #253363

#253363 #632533 #336325

Analogous Colors of #253363

#253363 #362563 #255263

Monochromatic Colors of #253363

#253363

Complementary Color

#253363 #635525

#253363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#253363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#253363 Color CSS Codes

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

#253363 Text Font Color

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

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


#253363 Background Color

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

This div background color is #253363


#253363 Border Color

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

This div border color is #253363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #253363


Comments

No comments written yet.

Please login to write comment.