#2896A0

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

Shades of Java #2896A0

Tints of Java #2896A0

Color information

#2896A0 (or 0x2896A0) is unknown color: approx Java. HEX triplet: 28, 96 and A0. RGB value is (40,150,160). Sum of RGB (Red+Green+Blue) = 40+150+160=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #2896A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2896A0 is #D7695F. Grayscale: #767676. Windows color (decimal): -14117216 or 10524200. OLE color: 10524200.

HSL color Cylindrical-coordinate representation of color #2896A0: hue angle of 185º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2896A0 is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB40150160-
CMYK0.750.0600.37
HSL185º60%39.22%-
HSV(B)185º75%62.75%-
XYZ18.1324.837.09-
YUV118.25151.5672.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.43%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 160 (62.89% from 255) = 45.71%
R=11.43%
G=42.86%
B=45.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal401501600.750.0600.371856039.22
Hex2896A04B6025b93c27
Octal5022624011360452717447
Binary10100010010110101000001001011110010010110111001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2896A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2896A0; }

 p { color: rgb(40,150,160); }

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

<style>
 a { background-color: #2896A0; }

 a { background-color: rgb(40,150,160); }

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

<style>
 span { border-color: #2896A0; }

 span { border-color: rgb(40,150,160); }

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