#2796A0

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

Shades of Java #2796A0

Tints of Java #2796A0

Color information

#2796A0 (or 0x2796A0) is unknown color: approx Java. HEX triplet: 27, 96 and A0. RGB value is (39,150,160). Sum of RGB (Red+Green+Blue) = 39+150+160=349 (46% of max value = 765). Red value is 39 (15.62% from 255 or 11.17% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 160 (62.89% from 255 or 45.85% from 349); Max value from RGB is 160 - color contains mainly: blue. Hex color #2796A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2796A0 is #D8695F. Grayscale: #757575. Windows color (decimal): -14182752 or 10524199. OLE color: 10524199.

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

Color convert

RGB39150160-
CMYK0.760.0600.37
HSL184.96º60.8%39.02%-
HSV(B)184.96º75.63%62.75%-
XYZ18.0924.7837.09-
YUV117.95151.7371.69-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.17%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 160 (62.89% from 255) = 45.85%
R=11.17%
G=42.98%
B=45.85%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal391501600.760.0600.37184.9660.839.02
Hex2796A04C6025b93d27
Octal4722624011460452717547
Binary10011110010110101000001001100110010010110111001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2796A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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