Shades of Java #329890
Tints of Java #329890
RGB
CMYK
RGB Variations
Color information
#329890 (or 0x329890) is known color: Java. HEX triplet: 32, 98 and 90. RGB value is (50,152,144). Sum of RGB (Red+Green+Blue) = 50+152+144=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 144 (56.64% from 255 or 41.62% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #329890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329890 is #CD676F. Grayscale: #787878. Windows color (decimal): -13461360 or 9476146. OLE color: 9476146.
HSL color Cylindrical-coordinate representation of color #329890: hue angle of 175.29º 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 #329890 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 144 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.40 |
| HSL | 175.29º | 0.5% | 0.4% | - |
| HSV(B) | 175.29º | 0.67% | 0.6% | - |
| XYZ | 17.58 | 25.15 | 30.31 | - |
| YUV | 120.59 | 141.21 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 144 | 0.67 | 0 | 0.05 | 0.40 | 175.29 | 0.5 | 0.4 |
| Hex | 32 | 98 | 90 | 43 | 0 | 5 | 28 | AF | 32 | 28 |
| Octal | 62 | 230 | 220 | 103 | 0 | 5 | 50 | 257 | 62 | 50 |
| Binary | 110010 | 10011000 | 10010000 | 1000011 | 0 | 101 | 101000 | 10101111 | 110010 | 101000 |
Color Harmonies of #329890
Complementary color
Monochromatic Colors of #329890
Black with #329890
Text Example
Text Example
White with #329890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329890; }
p { color: rgb(50,152,144); }
H1.HeaderClassName
{
color: #329890;
}
.AnyTagClassName
{
color: #329890;
}
</style>
background-color css
<style>
a { background-color: #329890; }
a { background-color: rgb(50,152,144); }
div.DivClassName
{
background-color: #329890;
}
.BgClassName
{
background-color: #329890;
}
</style>
border-color css
<style>
span { border-color: #329890; }
span { border-color: rgb(50,152,144); }
td.TdClassName
{
border-color: #329890;
}
.TagClassName
{
border-color: #329890;
}
</style>