Color Hex Logo

#25465c Color Hex

#25465C
(37,70,92)
0 Favorites   0 Comments

Color spaces of #25465c

RGB 377092
HSL0.570.430.25
HSV204°60°36°
CMYK 0.600.240.00   0.64
XYZ4.88495.546310.9383
Yxy5.54630.22860.2595
Hunter Lab23.5506-4.1888-11.0524
CIE-Lab28.2377-4.7813-16.7018

#25465c color RGB value is (37,70,92).

#25465c hex color red value is 37, green value is 70 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #25465c hue: 0.57 , saturation: 0.43 and the lightness value of 25465c is 0.25.

The process color (four color CMYK) of #25465c color hex is 0.60, 0.24, 0.00, 0.64. Web safe color of #25465c is #333366. Color #25465c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000110 01011100
Octal 45 106 134
Decimal 37 70 92
Hex 25 46 5C

RGB Percentages of Color #25465c

%18.59
%35.18
%46.23

CMYK Percentages of Color #25465c

%60
%24
%0
%64

Triadic Colors of #25465c

#25465c #5c2546 #465c25

Analogous Colors of #25465c

#25465c #252b5c #255c57

Monochromatic Colors of #25465c

#25465c

Complementary Color

#25465c #5c3b25

#25465c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25465c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25465c Color CSS Codes

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

#25465c Text Font Color

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

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


#25465c Background Color

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

This div background color is #25465c


#25465c Border Color

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

This div border color is #25465c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,70,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25465c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25465c;
  -webkit-box-shadow: 1px 1px 3px 2px #25465c;
  box-shadow:         1px 1px 3px 2px #25465c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25465c


Comments

No comments written yet.

Please login to write comment.