#2596A1

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

Shades of Java #2596A1

Tints of Java #2596A1

Color information

#2596A1 (or 0x2596A1) is unknown color: approx Java. HEX triplet: 25, 96 and A1. RGB value is (37,150,161). Sum of RGB (Red+Green+Blue) = 37+150+161=348 (46% of max value = 765). Red value is 37 (14.84% from 255 or 10.63% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 161 (63.28% from 255 or 46.26% from 348); Max value from RGB is 161 - color contains mainly: blue. Hex color #2596A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2596A1 is #DA695E. Grayscale: #757575. Windows color (decimal): -14313823 or 10589733. OLE color: 10589733.

HSL color Cylindrical-coordinate representation of color #2596A1: hue angle of 185.32º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2596A1 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB37150161-
CMYK0.770.0700.37
HSL185.32º62.63%38.82%-
HSV(B)185.32º77.02%63.14%-
XYZ18.124.7837.55-
YUV117.47152.5670.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.63%
GREEN value IS 150 (58.98% from 255) = 43.10%
BLUE value IS 161 (63.28% from 255) = 46.26%
R=10.63%
G=43.10%
B=46.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal371501610.770.0700.37185.3262.6338.82
Hex2596A14D7025b93f27
Octal4522624111570452717747
Binary10010110010110101000011001101111010010110111001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2596A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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