Shades of Java #329497
Tints of Java #329497
RGB
CMYK
RGB Variations
Color information
#329497 (or 0x329497) is known color: Java. HEX triplet: 32, 94 and 97. RGB value is (50,148,151). Sum of RGB (Red+Green+Blue) = 50+148+151=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 148 (58.20% from 255 or 42.41% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #329497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329497 is #CD6B68. Grayscale: #767676. Windows color (decimal): -13462377 or 9933874. OLE color: 9933874.
HSL color Cylindrical-coordinate representation of color #329497: hue angle of 181.78º 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 #329497 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 148 | 151 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.41 |
| HSL | 181.78º | 0.5% | 0.39% | - |
| HSV(B) | 181.78º | 0.67% | 0.59% | - |
| XYZ | 17.49 | 24.09 | 33.01 | - |
| YUV | 119.04 | 146.03 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 151 | 0.67 | 0.02 | 0 | 0.41 | 181.78 | 0.5 | 0.39 |
| Hex | 32 | 94 | 97 | 43 | 2 | 0 | 29 | B6 | 32 | 27 |
| Octal | 62 | 224 | 227 | 103 | 2 | 0 | 51 | 266 | 62 | 47 |
| Binary | 110010 | 10010100 | 10010111 | 1000011 | 10 | 0 | 101001 | 10110110 | 110010 | 100111 |
Color Harmonies of #329497
Complementary color
Monochromatic Colors of #329497
Black with #329497
Text Example
Text Example
White with #329497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329497; }
p { color: rgb(50,148,151); }
H1.HeaderClassName
{
color: #329497;
}
.AnyTagClassName
{
color: #329497;
}
</style>
background-color css
<style>
a { background-color: #329497; }
a { background-color: rgb(50,148,151); }
div.DivClassName
{
background-color: #329497;
}
.BgClassName
{
background-color: #329497;
}
</style>
border-color css
<style>
span { border-color: #329497; }
span { border-color: rgb(50,148,151); }
td.TdClassName
{
border-color: #329497;
}
.TagClassName
{
border-color: #329497;
}
</style>