Color Hex Logo

#252364 Color Hex

#252364
(37,35,100)
0 Favorites   0 Comments

Color spaces of #252364

RGB 3735100
HSL0.670.480.26
HSV242°65°39°
CMYK 0.630.650.00   0.61
XYZ3.66422.515512.3490
Yxy2.51550.19780.1358
Hunter Lab15.860313.4832-35.0615
CIE-Lab17.988622.4056-38.2091

#252364 color RGB value is (37,35,100).

#252364 hex color red value is 37, green value is 35 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #252364 hue: 0.67 , saturation: 0.48 and the lightness value of 252364 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 01100100
Octal 45 43 144
Decimal 37 35 100
Hex 25 23 64

RGB Percentages of Color #252364

%21.51
%20.35
%58.14

CMYK Percentages of Color #252364

%63
%65
%0
%61

Triadic Colors of #252364

#252364 #642523 #236425

Analogous Colors of #252364

#252364 #462364 #234264

Monochromatic Colors of #252364

#252364

Complementary Color

#252364 #626423

#252364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252364 Color CSS Codes

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

#252364 Text Font Color

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

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


#252364 Background Color

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

This div background color is #252364


#252364 Border Color

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

This div border color is #252364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252364


Comments

No comments written yet.

Please login to write comment.