Shades of Java #329496
Tints of Java #329496
RGB
CMYK
RGB Variations
Color information
#329496 (or 0x329496) is known color: Java. HEX triplet: 32, 94 and 96. RGB value is (50,148,150). Sum of RGB (Red+Green+Blue) = 50+148+150=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 148 (58.20% from 255 or 42.53% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #329496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329496 is #CD6B69. Grayscale: #767676. Windows color (decimal): -13462378 or 9868338. OLE color: 9868338.
HSL color Cylindrical-coordinate representation of color #329496: hue angle of 181.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329496 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 148 | 150 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.41 |
| HSL | 181.2º | 0.5% | 0.39% | - |
| HSV(B) | 181.2º | 0.67% | 0.59% | - |
| XYZ | 17.41 | 24.06 | 32.58 | - |
| YUV | 118.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 150 | 0.67 | 0.01 | 0 | 0.41 | 181.2 | 0.5 | 0.39 |
| Hex | 32 | 94 | 96 | 43 | 1 | 0 | 29 | B5 | 32 | 27 |
| Octal | 62 | 224 | 226 | 103 | 1 | 0 | 51 | 265 | 62 | 47 |
| Binary | 110010 | 10010100 | 10010110 | 1000011 | 1 | 0 | 101001 | 10110101 | 110010 | 100111 |
Color Harmonies of #329496
Complementary color
Monochromatic Colors of #329496
Black with #329496
Text Example
Text Example
White with #329496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329496; }
p { color: rgb(50,148,150); }
H1.HeaderClassName
{
color: #329496;
}
.AnyTagClassName
{
color: #329496;
}
</style>
background-color css
<style>
a { background-color: #329496; }
a { background-color: rgb(50,148,150); }
div.DivClassName
{
background-color: #329496;
}
.BgClassName
{
background-color: #329496;
}
</style>
border-color css
<style>
span { border-color: #329496; }
span { border-color: rgb(50,148,150); }
td.TdClassName
{
border-color: #329496;
}
.TagClassName
{
border-color: #329496;
}
</style>