Color Hex Logo

#258396 Color Hex

#258396
(37,131,150)
0 Favorites   0 Comments

Color spaces of #258396

RGB 37131150
HSL0.530.600.37
HSV190°75°59°
CMYK 0.750.130.00   0.41
XYZ14.384318.827931.7302
Yxy18.82790.22150.2899
Hunter Lab43.3911-16.7611-12.9826
CIE-Lab50.4852-20.1216-17.9674

#258396 color RGB value is (37,131,150).

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

The process color (four color CMYK) of #258396 color hex is 0.75, 0.13, 0.00, 0.41. Web safe color of #258396 is #339999. Color #258396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10000011 10010110
Octal 45 203 226
Decimal 37 131 150
Hex 25 83 96

RGB Percentages of Color #258396

%11.64
%41.19
%47.17

CMYK Percentages of Color #258396

%75
%13
%0
%41

Triadic Colors of #258396

#258396 #962583 #839625

Analogous Colors of #258396

#258396 #254b96 #259671

Monochromatic Colors of #258396

#258396

Complementary Color

#258396 #963825

#258396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#258396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#258396 Color CSS Codes

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

#258396 Text Font Color

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

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


#258396 Background Color

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

This div background color is #258396


#258396 Border Color

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

This div border color is #258396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #258396


Comments

No comments written yet.

Please login to write comment.