#329F9B

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

Shades of Java #329F9B

Tints of Java #329F9B

Color information

#329F9B (or 0x329F9B) is unknown color: approx Java. HEX triplet: 32, 9F and 9B. RGB value is (50,159,155). Sum of RGB (Red+Green+Blue) = 50+159+155=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 159 - color contains mainly: green. Hex color #329F9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F9B is #CD6064. Grayscale: #7D7D7D. Windows color (decimal): -13459557 or 10198834. OLE color: 10198834.

HSL color Cylindrical-coordinate representation of color #329F9B: hue angle of 177.8º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F9B is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB50159155-
CMYK0.6900.030.38
HSL177.8º52.15%40.98%-
HSV(B)177.8º68.55%62.35%-
XYZ19.6327.8435.35-
YUV125.95144.3973.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.74%
GREEN value IS 159 (62.5% from 255) = 43.68%
BLUE value IS 155 (60.94% from 255) = 42.58%
R=13.74%
G=43.68%
B=42.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501591550.6900.030.38177.852.1540.98
Hex329F9B450326b23429
Octal6223723310503462626451
Binary1100101001111110011011100010101110011010110010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,159,155); }

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

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

 a { background-color: rgb(50,159,155); }

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

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

 span { border-color: rgb(50,159,155); }

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