#2590AA

Color #2590AA Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #2590AA

Tints of Pelorous #2590AA

Color information

#2590AA (or 0x2590AA) is unknown color: approx Pelorous. HEX triplet: 25, 90 and AA. RGB value is (37,144,170). Sum of RGB (Red+Green+Blue) = 37+144+170=351 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.54% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #2590AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2590AA is #DA6F55. Grayscale: #727272. Windows color (decimal): -14315350 or 11178021. OLE color: 11178021.

HSL color Cylindrical-coordinate representation of color #2590AA: hue angle of 191.73º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2590AA is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37144170-
CMYK0.780.1500.33
HSL191.73º64.25%40.59%-
HSV(B)191.73º78.24%66.67%-
XYZ17.9923.2441.57-
YUV114.97159.0572.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 37 (14.84% from 255) = 10.54%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=10.54%
G=41.03%
B=48.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371441700.780.1500.33191.7364.2540.59
Hex2590AA4EF021c04029
Octal452202521161704130010051
Binary1001011001000010101010100111011110100001110000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2590AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2590AA; }

 p { color: rgb(37,144,170); }

 H1.HeaderClassName
 {
   color: #2590AA;
 }
 .AnyTagClassName
 {
   color: #2590AA;
 }
</style>
background-color css

<style>
 a { background-color: #2590AA; }

 a { background-color: rgb(37,144,170); }

 div.DivClassName
 {
   background-color: #2590AA;
 }
 .BgClassName
 {
   background-color: #2590AA;
 }
</style>
border-color css

<style>
 span { border-color: #2590AA; }

 span { border-color: rgb(37,144,170); }

 td.TdClassName
 {
   border-color: #2590AA;
 }
 .TagClassName
 {
   border-color: #2590AA;
 }
</style>