#329EA2

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

Shades of Java #329EA2

Tints of Java #329EA2

Color information

#329EA2 (or 0x329EA2) is unknown color: approx Java. HEX triplet: 32, 9E and A2. RGB value is (50,158,162). Sum of RGB (Red+Green+Blue) = 50+158+162=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 162 (63.67% from 255 or 43.78% from 370); Max value from RGB is 162 - color contains mainly: blue. Hex color #329EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EA2 is #CD615D. Grayscale: #7E7E7E. Windows color (decimal): -13459806 or 10657330. OLE color: 10657330.

HSL color Cylindrical-coordinate representation of color #329EA2: hue angle of 182.14º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329EA2 is Cyan = 0.69, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB50158162-
CMYK0.690.0200.36
HSL182.14º52.83%41.57%-
HSV(B)182.14º69.14%63.53%-
XYZ20.0627.7438.48-
YUV126.16148.2273.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.51%
GREEN value IS 158 (62.11% from 255) = 42.70%
BLUE value IS 162 (63.67% from 255) = 43.78%
R=13.51%
G=42.70%
B=43.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal501581620.690.0200.36182.1452.8341.57
Hex329EA2452024b6352a
Octal6223624210520442666552
Binary1100101001111010100010100010110010010010110110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329EA2; }

 p { color: rgb(50,158,162); }

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

<style>
 a { background-color: #329EA2; }

 a { background-color: rgb(50,158,162); }

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

<style>
 span { border-color: #329EA2; }

 span { border-color: rgb(50,158,162); }

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