Shades of Java #329897
Tints of Java #329897
RGB
CMYK
RGB Variations
Color information
#329897 (or 0x329897) is known color: Java. HEX triplet: 32, 98 and 97. RGB value is (50,152,151). Sum of RGB (Red+Green+Blue) = 50+152+151=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #329897 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329897 is #CD6768. Grayscale: #797979. Windows color (decimal): -13461353 or 9934898. OLE color: 9934898.
HSL color Cylindrical-coordinate representation of color #329897: hue angle of 179.41º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329897 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 151 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.40 |
| HSL | 179.41º | 0.5% | 0.4% | - |
| HSV(B) | 179.41º | 0.67% | 0.6% | - |
| XYZ | 18.13 | 25.37 | 33.22 | - |
| YUV | 121.39 | 144.71 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 151 | 0.67 | 0 | 0.01 | 0.40 | 179.41 | 0.5 | 0.4 |
| Hex | 32 | 98 | 97 | 43 | 0 | 1 | 28 | B3 | 32 | 28 |
| Octal | 62 | 230 | 227 | 103 | 0 | 1 | 50 | 263 | 62 | 50 |
| Binary | 110010 | 10011000 | 10010111 | 1000011 | 0 | 1 | 101000 | 10110011 | 110010 | 101000 |
Color Harmonies of #329897
Complementary color
Monochromatic Colors of #329897
Black with #329897
Text Example
Text Example
White with #329897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329897; }
p { color: rgb(50,152,151); }
H1.HeaderClassName
{
color: #329897;
}
.AnyTagClassName
{
color: #329897;
}
</style>
background-color css
<style>
a { background-color: #329897; }
a { background-color: rgb(50,152,151); }
div.DivClassName
{
background-color: #329897;
}
.BgClassName
{
background-color: #329897;
}
</style>
border-color css
<style>
span { border-color: #329897; }
span { border-color: rgb(50,152,151); }
td.TdClassName
{
border-color: #329897;
}
.TagClassName
{
border-color: #329897;
}
</style>