COLOR #2590AE

HEX: #2590AE
RGB: (37,144,174)

Renk bilgisi

#2590AE contains mainly green and blue colors. #2590AE ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#2590AE color RGB value is (37,144,174).

  • kırmız ton 37;
  • yeşil ton 144;
  • mavi ton 174.
RGB:
(37,144,174)
(15%,56%,68%)

RGB bağlantıları ve doygunluk

R 37 of 255 = 15%
G 144 of 255 = 56%
B 174 of 255 = 68%

37
144
174

R + G + B ~ 46%. #2590AE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
37 + 144 + 174 = 355 (100%)
R 37 of 355 ~ 10.42%
G 144 of 355 ~ 40.56%
B 174 of 355 ~ 49.01%

%10.42
%40.56
%49.01

CMYK RENK MODELİ

#2590AE rengi CMYK tonu (79,17,0,32).

  • camgöbeği tonu 78.74%
  • eflatun tonu 17.24%
  • sarı tonu 0.00%
  • ana renk tonu 31.76%
CMYK:
(79,17,0,32)
C79M17Y0K32 
(79%,17%,0%,32%)
(0.79/0.17/0.00/0.32)	

CMYK yüzdeleri

%78.74
%17.24
%0
%31.76

Codes

Color #2590AE in popluar color models

2590AE
RGB37144174
HSL193°64.93%41.37%
HSB/HSV193°78.74%68.24%
CMYK78.74%17.24%0.00%
31.76%

Color #2590AE in popluar number systems.

HEX2590AE
Decimal37144174
Binary1001011001000010101110
Octal45220256

Shades and tints

Shades of #2590AE

#2590AE
(37,144,174)
#22839F
(34,131,159)
#1F7690
(31,118,144)
#1C6981
(28,105,129)
#195C72
(25,92,114)
#164F63
(22,79,99)
#134254
(19,66,84)
#103545
(16,53,69)
#0D2836
(13,40,54)
#0A1B27
(10,27,39)
#070E18
(7,14,24)
#000000
(0,0,0)

Tints of #2590AE

#2590AE
(37,144,174)
#389AB5
(56,154,181)
#4BA4BC
(75,164,188)
#5EAEC3
(94,174,195)
#71B8CA
(113,184,202)
#84C2D1
(132,194,209)
#97CCD8
(151,204,216)
#AAD6DF
(170,214,223)
#BDE0E6
(189,224,230)
#D0EAED
(208,234,237)
#E3F4F4
(227,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2590AE color. Also use rgb(37,144,174) instead hex code.

Text Font Color

.myTextColor { color: #2590AE; }

<p style="color:#2590AE">This sample text font color is #2590AE.</p>

This text font color is #2590AE.


Background Color

.myBgColor { background-color: #2590AE; }

<div style="background-color:#2590AE">Inner text</div>

This div background color is #2590AE.


Border color

.myBorderColor { border: 1px solid #2590AE; }

<div style="border:3px solid #2590AE">Div</div>

This div border color is #2590AE.


Opacity

.myOpacity80 { color: #2590AE; opacity: 0.8; }

<p style="color:#2590AE;opacity:0.8;">80%</p>

Text with #2590AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #2590AE;}

<p style="text-shadow: 3px 3px 1px #2590AE">Text here.</p>

This text has shadow with #2590AE color.

.textShadow {text-shadow: 3px 3px 1px #2590AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #2590AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #2590AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#2590AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#2590AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #2590AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #2590AE;
  -webkit-box-shadow:	1px 1px 3px 2px #2590AE;
  box-shadow:		1px 1px 3px 2px #2590AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #2590AE;
-webkit-box-shadow: 1px 1px 3px 2px #2590AE;
box-shadow:1px 1px 3px 2px #2590AE;">
Div content here</div>
This div box has shadow with color #2590AE.

Preview

Color preview on black background

This text has color #2590AE on black background.


Color preview on white background

This text has color #2590AE on white background.



Black color preview on #2590AE background

This text has black color on #2590AE background.


White color preview on #2590AE background

This text has white color on #2590AE background.