#329EA0

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

Shades of Java #329EA0

Tints of Java #329EA0

Color information

#329EA0 (or 0x329EA0) is unknown color: approx Java. HEX triplet: 32, 9E and A0. RGB value is (50,158,160). Sum of RGB (Red+Green+Blue) = 50+158+160=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 160 (62.89% from 255 or 43.48% from 368); Max value from RGB is 160 - color contains mainly: blue. Hex color #329EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EA0 is #CD615F. Grayscale: #7D7D7D. Windows color (decimal): -13459808 or 10526258. OLE color: 10526258.

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

Color convert

RGB50158160-
CMYK0.690.0100.37
HSL181.09º52.38%41.18%-
HSV(B)181.09º68.75%62.75%-
XYZ19.8927.6737.55-
YUV125.94147.2273.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.59%
GREEN value IS 158 (62.11% from 255) = 42.93%
BLUE value IS 160 (62.89% from 255) = 43.48%
R=13.59%
G=42.93%
B=43.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal501581600.690.0100.37181.0952.3841.18
Hex329EA0451025b53429
Octal6223624010510452656451
Binary110010100111101010000010001011010010110110101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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