Shades of Java #329991
Tints of Java #329991
RGB
CMYK
RGB Variations
Color information
#329991 (or 0x329991) is known color: Java. HEX triplet: 32, 99 and 91. RGB value is (50,153,145). Sum of RGB (Red+Green+Blue) = 50+153+145=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 153 (60.16% from 255 or 43.97% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 153 - color contains mainly: green. Hex color #329991 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329991 is #CD666E. Grayscale: #797979. Windows color (decimal): -13461103 or 9541938. OLE color: 9541938.
HSL color Cylindrical-coordinate representation of color #329991: hue angle of 175.34º 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 #329991 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 145 | - |
| CMYK | 0.67 | 0 | 0.05 | 0.4 |
| HSL | 175.34º | 0.51% | 0.4% | - |
| HSV(B) | 175.34º | 0.67% | 0.6% | - |
| XYZ | 17.82 | 25.5 | 30.77 | - |
| YUV | 121.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 145 | 0.67 | 0 | 0.05 | 0.4 | 175.34 | 0.51 | 0.4 |
| Hex | 32 | 99 | 91 | 43 | 0 | 5 | 28 | AF | 33 | 28 |
| Octal | 62 | 231 | 221 | 103 | 0 | 5 | 50 | 257 | 63 | 50 |
| Binary | 110010 | 10011001 | 10010001 | 1000011 | 0 | 101 | 101000 | 10101111 | 110011 | 101000 |
Color Harmonies of #329991
Complementary color
Monochromatic Colors of #329991
Black with #329991
Text Example
Text Example
White with #329991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329991; }
p { color: rgb(50,153,145); }
H1.HeaderClassName
{
color: #329991;
}
.AnyTagClassName
{
color: #329991;
}
</style>
background-color css
<style>
a { background-color: #329991; }
a { background-color: rgb(50,153,145); }
div.DivClassName
{
background-color: #329991;
}
.BgClassName
{
background-color: #329991;
}
</style>
border-color css
<style>
span { border-color: #329991; }
span { border-color: rgb(50,153,145); }
td.TdClassName
{
border-color: #329991;
}
.TagClassName
{
border-color: #329991;
}
</style>