Shades of Java #329799
Tints of Java #329799
RGB
CMYK
RGB Variations
Color information
#329799 (or 0x329799) is known color: Java. HEX triplet: 32, 97 and 99. RGB value is (50,151,153). Sum of RGB (Red+Green+Blue) = 50+151+153=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #329799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329799 is #CD6866. Grayscale: #787878. Windows color (decimal): -13461607 or 10065714. OLE color: 10065714.
HSL color Cylindrical-coordinate representation of color #329799: hue angle of 181.17º degrees, saturation: 0.51, 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 #329799 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 151 | 153 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.4 |
| HSL | 181.17º | 0.51% | 0.4% | - |
| HSV(B) | 181.17º | 0.67% | 0.6% | - |
| XYZ | 18.13 | 25.11 | 34.03 | - |
| YUV | 121.03 | 146.04 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 153 | 0.67 | 0.01 | 0 | 0.4 | 181.17 | 0.51 | 0.4 |
| Hex | 32 | 97 | 99 | 43 | 1 | 0 | 28 | B5 | 33 | 28 |
| Octal | 62 | 227 | 231 | 103 | 1 | 0 | 50 | 265 | 63 | 50 |
| Binary | 110010 | 10010111 | 10011001 | 1000011 | 1 | 0 | 101000 | 10110101 | 110011 | 101000 |
Color Harmonies of #329799
Complementary color
Monochromatic Colors of #329799
Black with #329799
Text Example
Text Example
White with #329799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329799; }
p { color: rgb(50,151,153); }
H1.HeaderClassName
{
color: #329799;
}
.AnyTagClassName
{
color: #329799;
}
</style>
background-color css
<style>
a { background-color: #329799; }
a { background-color: rgb(50,151,153); }
div.DivClassName
{
background-color: #329799;
}
.BgClassName
{
background-color: #329799;
}
</style>
border-color css
<style>
span { border-color: #329799; }
span { border-color: rgb(50,151,153); }
td.TdClassName
{
border-color: #329799;
}
.TagClassName
{
border-color: #329799;
}
</style>