Color Hex Logo

#254288 Color Hex

#254288
(37,66,136)
0 Favorites   0 Comments

Color spaces of #254288

RGB 3766136
HSL0.620.570.34
HSV222°73°53°
CMYK 0.730.510.00   0.47
XYZ7.15516.067324.0865
Yxy6.06730.19180.1626
Hunter Lab24.63198.7451-40.7349
CIE-Lab29.581614.6473-42.3690

#254288 color RGB value is (37,66,136).

#254288 hex color red value is 37, green value is 66 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #254288 hue: 0.62 , saturation: 0.57 and the lightness value of 254288 is 0.34.

The process color (four color CMYK) of #254288 color hex is 0.73, 0.51, 0.00, 0.47. Web safe color of #254288 is #333399. Color #254288 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000010 10001000
Octal 45 102 210
Decimal 37 66 136
Hex 25 42 88

RGB Percentages of Color #254288

%15.48
%27.62
%56.90

CMYK Percentages of Color #254288

%73
%51
%0
%47

Triadic Colors of #254288

#254288 #882542 #428825

Analogous Colors of #254288

#254288 #3a2588 #257488

Monochromatic Colors of #254288

#254288

Complementary Color

#254288 #886b25

#254288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#254288 Color CSS Codes

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

#254288 Text Font Color

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

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


#254288 Background Color

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

This div background color is #254288


#254288 Border Color

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

This div border color is #254288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254288


Comments

No comments written yet.

Please login to write comment.