#2596AA

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

Shades of Pelorous #2596AA

Tints of Pelorous #2596AA

Color information

#2596AA (or 0x2596AA) is unknown color: approx Pelorous. HEX triplet: 25, 96 and AA. RGB value is (37,150,170). Sum of RGB (Red+Green+Blue) = 37+150+170=357 (47% of max value = 765). Red value is 37 (14.84% from 255 or 10.36% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #2596AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2596AA is #DA6955. Grayscale: #767676. Windows color (decimal): -14313814 or 11179557. OLE color: 11179557.

HSL color Cylindrical-coordinate representation of color #2596AA: hue angle of 189.02º 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 #2596AA is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37150170-
CMYK0.780.1200.33
HSL189.02º64.25%40.59%-
HSV(B)189.02º78.24%66.67%-
XYZ18.9225.1141.88-
YUV118.49157.0669.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.36%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=10.36%
G=42.02%
B=47.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371501700.780.1200.33189.0264.2540.59
Hex2596AA4EC021bd4029
Octal452262521161404127510051
Binary1001011001011010101010100111011000100001101111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2596AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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