Shades of Java #329D9C
Tints of Java #329D9C
RGB
CMYK
RGB Variations
Color information
#329D9C (or 0x329D9C) is known color: Java. HEX triplet: 32, 9D and 9C. RGB value is (50,157,156). Sum of RGB (Red+Green+Blue) = 50+157+156=363 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.77% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #329D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D9C is #CD6263. Grayscale: #7C7C7C. Windows color (decimal): -13460068 or 10263858. OLE color: 10263858.
HSL color Cylindrical-coordinate representation of color #329D9C: hue angle of 179.44º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D9C is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 156 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.38 |
| HSL | 179.44º | 0.52% | 0.41% | - |
| HSV(B) | 179.44º | 0.68% | 0.62% | - |
| XYZ | 19.37 | 27.19 | 35.68 | - |
| YUV | 124.89 | 145.55 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 156 | 0.68 | 0 | 0.01 | 0.38 | 179.44 | 0.52 | 0.41 |
| Hex | 32 | 9D | 9C | 44 | 0 | 1 | 26 | B3 | 34 | 29 |
| Octal | 62 | 235 | 234 | 104 | 0 | 1 | 46 | 263 | 64 | 51 |
| Binary | 110010 | 10011101 | 10011100 | 1000100 | 0 | 1 | 100110 | 10110011 | 110100 | 101001 |
Color Harmonies of #329D9C
Complementary color
Monochromatic Colors of #329D9C
Black with #329D9C
Text Example
Text Example
White with #329D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D9C; }
p { color: rgb(50,157,156); }
H1.HeaderClassName
{
color: #329D9C;
}
.AnyTagClassName
{
color: #329D9C;
}
</style>
background-color css
<style>
a { background-color: #329D9C; }
a { background-color: rgb(50,157,156); }
div.DivClassName
{
background-color: #329D9C;
}
.BgClassName
{
background-color: #329D9C;
}
</style>
border-color css
<style>
span { border-color: #329D9C; }
span { border-color: rgb(50,157,156); }
td.TdClassName
{
border-color: #329D9C;
}
.TagClassName
{
border-color: #329D9C;
}
</style>