#2097A3

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

Shades of Java #2097A3

Tints of Java #2097A3

Color information

#2097A3 (or 0x2097A3) is unknown color: approx Java. HEX triplet: 20, 97 and A3. RGB value is (32,151,163). Sum of RGB (Red+Green+Blue) = 32+151+163=346 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.25% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 163 (64.06% from 255 or 47.11% from 346); Max value from RGB is 163 - color contains mainly: blue. Hex color #2097A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2097A3 is #DF685C. Grayscale: #747474. Windows color (decimal): -14641245 or 10721056. OLE color: 10721056.

HSL color Cylindrical-coordinate representation of color #2097A3: hue angle of 185.5º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2097A3 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB32151163-
CMYK0.800.0700.36
HSL185.5º67.18%38.24%-
HSV(B)185.5º80.37%63.92%-
XYZ18.2725.0838.53-
YUV116.79154.0867.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.25%
GREEN value IS 151 (59.38% from 255) = 43.64%
BLUE value IS 163 (64.06% from 255) = 47.11%
R=9.25%
G=43.64%
B=47.11%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal321511630.800.0700.36185.567.1838.24
Hex2097A3507024b94326
Octal40227243120704427110346
Binary100000100101111010001110100001110100100101110011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2097A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2097A3; }

 p { color: rgb(32,151,163); }

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

<style>
 a { background-color: #2097A3; }

 a { background-color: rgb(32,151,163); }

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

<style>
 span { border-color: #2097A3; }

 span { border-color: rgb(32,151,163); }

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