Shades of Java #329895
Tints of Java #329895
RGB
CMYK
RGB Variations
Color information
#329895 (or 0x329895) is known color: Java. HEX triplet: 32, 98 and 95. RGB value is (50,152,149). Sum of RGB (Red+Green+Blue) = 50+152+149=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #329895 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329895 is #CD676A. Grayscale: #797979. Windows color (decimal): -13461355 or 9803826. OLE color: 9803826.
HSL color Cylindrical-coordinate representation of color #329895: hue angle of 178.24º 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 #329895 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 149 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.40 |
| HSL | 178.24º | 0.5% | 0.4% | - |
| HSV(B) | 178.24º | 0.67% | 0.6% | - |
| XYZ | 17.97 | 25.3 | 32.37 | - |
| YUV | 121.16 | 143.71 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 149 | 0.67 | 0 | 0.02 | 0.40 | 178.24 | 0.5 | 0.4 |
| Hex | 32 | 98 | 95 | 43 | 0 | 2 | 28 | B2 | 32 | 28 |
| Octal | 62 | 230 | 225 | 103 | 0 | 2 | 50 | 262 | 62 | 50 |
| Binary | 110010 | 10011000 | 10010101 | 1000011 | 0 | 10 | 101000 | 10110010 | 110010 | 101000 |
Color Harmonies of #329895
Complementary color
Monochromatic Colors of #329895
Black with #329895
Text Example
Text Example
White with #329895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329895; }
p { color: rgb(50,152,149); }
H1.HeaderClassName
{
color: #329895;
}
.AnyTagClassName
{
color: #329895;
}
</style>
background-color css
<style>
a { background-color: #329895; }
a { background-color: rgb(50,152,149); }
div.DivClassName
{
background-color: #329895;
}
.BgClassName
{
background-color: #329895;
}
</style>
border-color css
<style>
span { border-color: #329895; }
span { border-color: rgb(50,152,149); }
td.TdClassName
{
border-color: #329895;
}
.TagClassName
{
border-color: #329895;
}
</style>