Color Hex Logo

#255490 Color Hex

#255490
(37,84,144)
0 Favorites   0 Comments

Color spaces of #255490

RGB 3784144
HSL0.590.590.35
HSV214°74°56°
CMYK 0.740.420.00   0.44
XYZ8.96738.747627.6014
Yxy8.74760.19790.1930
Hunter Lab29.57632.3611-34.6275
CIE-Lab35.49375.6647-37.7944

#255490 color RGB value is (37,84,144).

#255490 hex color red value is 37, green value is 84 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #255490 hue: 0.59 , saturation: 0.59 and the lightness value of 255490 is 0.35.

The process color (four color CMYK) of #255490 color hex is 0.74, 0.42, 0.00, 0.44. Web safe color of #255490 is #336699. Color #255490 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010100 10010000
Octal 45 124 220
Decimal 37 84 144
Hex 25 54 90

RGB Percentages of Color #255490

%13.96
%31.70
%54.34

CMYK Percentages of Color #255490

%74
%42
%0
%44

Triadic Colors of #255490

#255490 #902554 #549025

Analogous Colors of #255490

#255490 #2c2590 #258a90

Monochromatic Colors of #255490

#255490

Complementary Color

#255490 #906125

#255490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255490 Color CSS Codes

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

#255490 Text Font Color

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

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


#255490 Background Color

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

This div background color is #255490


#255490 Border Color

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

This div border color is #255490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255490


Comments

No comments written yet.

Please login to write comment.