Shades of Java #329B97
Tints of Java #329B97
RGB
CMYK
RGB Variations
Color information
#329B97 (or 0x329B97) is known color: Java. HEX triplet: 32, 9B and 97. RGB value is (50,155,151). Sum of RGB (Red+Green+Blue) = 50+155+151=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #329B97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B97 is #CD6468. Grayscale: #7B7B7B. Windows color (decimal): -13460585 or 9935666. OLE color: 9935666.
HSL color Cylindrical-coordinate representation of color #329B97: hue angle of 177.71º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B97 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 151 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.39 |
| HSL | 177.71º | 0.51% | 0.4% | - |
| HSV(B) | 177.71º | 0.68% | 0.61% | - |
| XYZ | 18.62 | 26.36 | 33.38 | - |
| YUV | 123.15 | 143.71 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 151 | 0.68 | 0 | 0.03 | 0.39 | 177.71 | 0.51 | 0.4 |
| Hex | 32 | 9B | 97 | 44 | 0 | 3 | 27 | B2 | 33 | 28 |
| Octal | 62 | 233 | 227 | 104 | 0 | 3 | 47 | 262 | 63 | 50 |
| Binary | 110010 | 10011011 | 10010111 | 1000100 | 0 | 11 | 100111 | 10110010 | 110011 | 101000 |
Color Harmonies of #329B97
Complementary color
Monochromatic Colors of #329B97
Black with #329B97
Text Example
Text Example
White with #329B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B97; }
p { color: rgb(50,155,151); }
H1.HeaderClassName
{
color: #329B97;
}
.AnyTagClassName
{
color: #329B97;
}
</style>
background-color css
<style>
a { background-color: #329B97; }
a { background-color: rgb(50,155,151); }
div.DivClassName
{
background-color: #329B97;
}
.BgClassName
{
background-color: #329B97;
}
</style>
border-color css
<style>
span { border-color: #329B97; }
span { border-color: rgb(50,155,151); }
td.TdClassName
{
border-color: #329B97;
}
.TagClassName
{
border-color: #329B97;
}
</style>