Color Hex Logo

#2592ba Color Hex

#2592BA
(37,146,186)
0 Favorites   0 Comments

Color spaces of #2592ba

RGB 37146186
HSL0.540.670.44
HSV196°80°73°
CMYK 0.800.220.00   0.27
XYZ19.904824.496350.1335
Yxy24.49630.21060.2591
Hunter Lab49.4937-14.8270-25.4108
CIE-Lab56.5813-15.9280-29.2973

#2592ba color RGB value is (37,146,186).

#2592ba hex color red value is 37, green value is 146 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2592ba hue: 0.54 , saturation: 0.67 and the lightness value of 2592ba is 0.44.

The process color (four color CMYK) of #2592ba color hex is 0.80, 0.22, 0.00, 0.27. Web safe color of #2592ba is #3399cc. Color #2592ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 10010010 10111010
Octal 45 222 272
Decimal 37 146 186
Hex 25 92 BA

RGB Percentages of Color #2592ba

%10.03
%39.57
%50.41

CMYK Percentages of Color #2592ba

%80
%22
%0
%27

Triadic Colors of #2592ba

#2592ba #ba2592 #92ba25

Analogous Colors of #2592ba

#2592ba #2547ba #25ba98

Monochromatic Colors of #2592ba

#2592ba

Complementary Color

#2592ba #ba4d25

#2592ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2592ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2592ba Color CSS Codes

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

#2592ba Text Font Color

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

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


#2592ba Background Color

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

This div background color is #2592ba


#2592ba Border Color

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

This div border color is #2592ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,146,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2592ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2592ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2592ba;
  box-shadow:         1px 1px 3px 2px #2592ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2592ba


Comments

No comments written yet.

Please login to write comment.