Color Hex Logo

#254677 Color Hex

#254677
(37,70,119)
0 Favorites   0 Comments

Color spaces of #254677

RGB 3770119
HSL0.600.530.31
HSV216°69°47°
CMYK 0.690.410.00   0.53
XYZ6.28296.105518.3001
Yxy6.10550.20470.1990
Hunter Lab24.70932.1464-26.6146
CIE-Lab29.67715.2832-31.6190

#254677 color RGB value is (37,70,119).

#254677 hex color red value is 37, green value is 70 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #254677 hue: 0.60 , saturation: 0.53 and the lightness value of 254677 is 0.31.

The process color (four color CMYK) of #254677 color hex is 0.69, 0.41, 0.00, 0.53. Web safe color of #254677 is #333366. Color #254677 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000110 01110111
Octal 45 106 167
Decimal 37 70 119
Hex 25 46 77

RGB Percentages of Color #254677

%16.37
%30.97
%52.65

CMYK Percentages of Color #254677

%69
%41
%0
%53

Triadic Colors of #254677

#254677 #772546 #467725

Analogous Colors of #254677

#254677 #2d2577 #256f77

Monochromatic Colors of #254677

#254677

Complementary Color

#254677 #775625

#254677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254677 Color CSS Codes

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

#254677 Text Font Color

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

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


#254677 Background Color

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

This div background color is #254677


#254677 Border Color

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

This div border color is #254677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254677


Comments

No comments written yet.

Please login to write comment.