Color Hex Logo

#25334c Color Hex

#25334C
(37,51,76)
0 Favorites   0 Comments

Color spaces of #25334c

RGB 375176
HSL0.610.350.22
HSV218°51°30°
CMYK 0.510.330.00   0.70
XYZ3.25133.28287.2998
Yxy3.28280.23500.2373
Hunter Lab18.11850.3238-11.2045
CIE-Lab21.14262.2115-17.2091

#25334c color RGB value is (37,51,76).

#25334c hex color red value is 37, green value is 51 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #25334c hue: 0.61 , saturation: 0.35 and the lightness value of 25334c is 0.22.

The process color (four color CMYK) of #25334c color hex is 0.51, 0.33, 0.00, 0.70. Web safe color of #25334c is #333333. Color #25334c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00110011 01001100
Octal 45 63 114
Decimal 37 51 76
Hex 25 33 4C

RGB Percentages of Color #25334c

%22.56
%31.10
%46.34

CMYK Percentages of Color #25334c

%51
%33
%0
%70

Triadic Colors of #25334c

#25334c #4c2533 #334c25

Analogous Colors of #25334c

#25334c #2b254c #25474c

Monochromatic Colors of #25334c

#25334c

Complementary Color

#25334c #4c3e25

#25334c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25334c Color Preview on White Background

Lorem ipsum dolor sit amet.

#25334c Color CSS Codes

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

#25334c Text Font Color

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

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


#25334c Background Color

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

This div background color is #25334c


#25334c Border Color

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

This div border color is #25334c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25334c


Comments

No comments written yet.

Please login to write comment.