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