Shades of Java #329F98
Tints of Java #329F98
RGB
CMYK
RGB Variations
Color information
#329F98 (or 0x329F98) is known color: Java. HEX triplet: 32, 9F and 98. RGB value is (50,159,152). Sum of RGB (Red+Green+Blue) = 50+159+152=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #329F98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F98 is #CD6067. Grayscale: #7D7D7D. Windows color (decimal): -13459560 or 10002226. OLE color: 10002226.
HSL color Cylindrical-coordinate representation of color #329F98: hue angle of 176.15º 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 #329F98 is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 152 | - |
| CMYK | 0.69 | 0 | 0.04 | 0.38 |
| HSL | 176.15º | 0.52% | 0.41% | - |
| HSV(B) | 176.15º | 0.69% | 0.62% | - |
| XYZ | 19.38 | 27.74 | 34.04 | - |
| YUV | 125.61 | 142.89 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 152 | 0.69 | 0 | 0.04 | 0.38 | 176.15 | 0.52 | 0.41 |
| Hex | 32 | 9F | 98 | 45 | 0 | 4 | 26 | B0 | 34 | 29 |
| Octal | 62 | 237 | 230 | 105 | 0 | 4 | 46 | 260 | 64 | 51 |
| Binary | 110010 | 10011111 | 10011000 | 1000101 | 0 | 100 | 100110 | 10110000 | 110100 | 101001 |
Color Harmonies of #329F98
Complementary color
Monochromatic Colors of #329F98
Black with #329F98
Text Example
Text Example
White with #329F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F98; }
p { color: rgb(50,159,152); }
H1.HeaderClassName
{
color: #329F98;
}
.AnyTagClassName
{
color: #329F98;
}
</style>
background-color css
<style>
a { background-color: #329F98; }
a { background-color: rgb(50,159,152); }
div.DivClassName
{
background-color: #329F98;
}
.BgClassName
{
background-color: #329F98;
}
</style>
border-color css
<style>
span { border-color: #329F98; }
span { border-color: rgb(50,159,152); }
td.TdClassName
{
border-color: #329F98;
}
.TagClassName
{
border-color: #329F98;
}
</style>