#329395

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

Shades of Java #329395

Tints of Java #329395

Color information

#329395 (or 0x329395) is unknown color: approx Java. HEX triplet: 32, 93 and 95. RGB value is (50,147,149). Sum of RGB (Red+Green+Blue) = 50+147+149=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #329395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329395 is #CD6C6A. Grayscale: #767676. Windows color (decimal): -13462635 or 9802546. OLE color: 9802546.

HSL color Cylindrical-coordinate representation of color #329395: hue angle of 181.21º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329395 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB50147149-
CMYK0.660.0100.42
HSL181.21º49.75%39.02%-
HSV(B)181.21º66.44%58.43%-
XYZ17.1723.7232.11-
YUV118.22145.3679.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=14.45%
G=42.49%
B=43.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal501471490.660.0100.42181.2149.7539.02
Hex32939542102Ab53227
Octal6222322510210522656247
Binary110010100100111001010110000101010101010110101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329395; }

 p { color: rgb(50,147,149); }

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

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

 a { background-color: rgb(50,147,149); }

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

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

 span { border-color: rgb(50,147,149); }

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